Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
StackOne's Nutshell MCP server gives AI agents 75 ready-to-use actions for Nutshell — with built-in authentication, security, governance, token efficiency, and high tool-calling accuracy.
Coverage
Create, read, update, and delete across Nutshell — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Nutshell MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Nutshell tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Nutshell call.
Tools Discovery →A Nutshell MCP server lets AI agents read and write Nutshell data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Nutshell MCP server ships with 75 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Nutshell's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Retrieve a list of all users in the Nutshell account
Retrieve a specific user by their ID
Create a new contact (person) in Nutshell
Retrieve a paginated list of contacts in Nutshell
Retrieve a specific contact by their ID
Update an existing contact by ID using JSON Patch operations
Delete a contact from Nutshell
Create a new custom field definition for contacts
Retrieve custom field values for a specific contact
Create a new account (company) in Nutshell
Retrieve a paginated list of accounts in Nutshell
Retrieve a specific account by its ID
Update an existing account by ID using JSON Patch operations
Delete an account from Nutshell
Create a new custom field definition for accounts
Retrieve custom field values for a specific account
Create a new lead (sales opportunity) in Nutshell
Retrieve a paginated list of leads in Nutshell
Retrieve a specific lead by its ID
Update an existing lead by ID using JSON Patch operations
Delete a lead from Nutshell
Create a new custom field definition for leads
Retrieve custom field values for a specific lead
Retrieve a list of all lead outcomes in Nutshell
Retrieve a specific lead outcome by its ID
Create a new activity in Nutshell
Retrieve a specific activity by its ID
Update an existing activity by its ID
Create a new task in Nutshell
Retrieve a paginated list of tasks in Nutshell
Retrieve a specific task by its ID
Update an existing task by ID using JSON Patch operations
Delete a task from Nutshell
Create a new note in Nutshell
Retrieve a paginated list of notes in Nutshell
Retrieve a specific note by its ID
Delete a note from Nutshell
Create a new tag in Nutshell
Retrieve a list of all tags in the Nutshell instance
Delete one or more tags from Nutshell
Create a new lead source in Nutshell
Retrieve a list of lead sources in Nutshell
Delete a lead source from Nutshell
Retrieve a list of products in Nutshell
Retrieve a specific product by its ID
Delete a product from Nutshell
Create a new product category in Nutshell
Retrieve a specific product category by its ID
Retrieve all contacts in a list item format with additional filtering and sorting fields
Retrieve the list of fields available for contacts
Retrieve all contact custom field definitions in the Nutshell instance
Retrieve all accounts in a list item format with additional filtering and sorting fields
Retrieve the list of fields available for accounts
Retrieve all account types in the Nutshell instance
Retrieve the list of valid industries in Nutshell
Retrieve all account custom field definitions in the Nutshell instance
Retrieve all leads in a list item format with additional filtering and sorting fields
Retrieve the stage progression data for a specific lead
Generate a report for leads with customizable filtering and grouping
Retrieve the list of fields available for leads
Retrieve all lead custom field definitions in the Nutshell instance
Retrieve a list of activities in Nutshell
Retrieve all available activity types in Nutshell
Retrieve all product categories in Nutshell
Update the status of a lead including outcome, competitors, and products
Assign a lead to a pipeline (stageset)
Restore a previously deleted contact by their ID
Restore a previously deleted account by its ID
Restore a previously deleted lead by its ID
Reopen a previously closed lead
Toggle notifications for a lead
Restore a previously deleted note by its ID
Restore a previously deleted tag by its ID
Restore a previously deleted lead source by its ID
Restore a previously deleted product by its ID
Connect your AI agent to Nutshell and help your team scale the sales operations they run by hand today.
Use StackOne to connect your AI agent to your CRM, email, and calendar tools to automate post-demo follow-up.
ViewUse StackOne to connect your AI agent to your CRM, email, and calendar tools to automate deal risk scoring and pipeline alerts.
ViewUse StackOne to connect your AI agent to your CRM, sales engagement, and messaging tools to automate outbound prospecting.
ViewOne endpoint. Any framework. Your agent is talking to Nutshell in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}380+ actions
126+ actions
121+ actions
120+ actions
76+ actions
73+ actions
70+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.