Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Capsule CRM MCP server with 120 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Capsule CRM — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Capsule CRM MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Capsule CRM 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 Capsule CRM call.
Tools Discovery →A Capsule CRM MCP server lets AI agents read and write Capsule CRM data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Capsule CRM MCP server ships with 120 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, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Capsule CRM's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Retrieve all users in the Capsule CRM account
Retrieve a specific user by ID
Update a user's preferences
Retrieve all teams in the Capsule CRM account
Retrieve a specific team by ID
Retrieve all parties (contacts) in Capsule CRM
Search for parties by query term
Create a new party (person or organization)
Retrieve a specific party by ID
Update an existing party
Delete a party from Capsule CRM
Retrieve all opportunities (deals) in Capsule CRM
Search for opportunities by query term
Create a new opportunity (deal)
Retrieve a specific opportunity by ID
Update an existing opportunity
Delete an opportunity from Capsule CRM
Create a new project (case)
Retrieve all projects (cases) in Capsule CRM
Retrieve a specific project by ID
Search for projects by query term
Update an existing project
Delete a project from Capsule CRM
Create a new task
Retrieve all tasks in Capsule CRM
Retrieve a specific task by ID
Update an existing task
Delete a task from Capsule CRM
Create a new entry (note)
Retrieve a specific entry by ID
Update an existing entry
Delete an entry from Capsule CRM
Upload a file attachment for use with entries
Download an attachment by ID
Create a new tag definition for parties
List all tag definitions for parties
Retrieve a specific party tag definition by ID
Update a party tag definition
Delete a party tag definition
Create a new tag definition for opportunities
List all tag definitions for opportunities
Retrieve a specific opportunity tag definition by ID
Update an opportunity tag definition
Delete an opportunity tag definition
Create a new tag definition for projects
List all tag definitions for projects
Retrieve a specific project tag definition by ID
Update a project tag definition
Delete a project tag definition
Create a new pipeline
Retrieve all pipelines in Capsule CRM
Retrieve a specific pipeline by ID
Update an existing pipeline
Create a new milestone
Retrieve all milestones from the oldest active pipeline
Retrieve a specific milestone by ID
Update an existing milestone
Delete a milestone
Create a new party custom field definition
List all custom field definitions for parties
Get a specific party custom field definition
Update a party custom field definition
Delete a party custom field definition
Create a new opportunity custom field definition
List all custom field definitions for opportunities
Get a specific opportunity custom field definition
Update an opportunity custom field definition
Delete an opportunity custom field definition
Create a new project custom field definition
List all custom field definitions for projects
Get a specific project custom field definition
Update a project custom field definition
Delete a project custom field definition
Create a new task category
Get a specific task category by ID
Update an existing task category
Delete a task category
Create a new board
List all boards in Capsule CRM
Get a specific board by ID
Update an existing board
Create a new stage
List all stages in Capsule CRM
Get a specific stage by ID
Update an existing stage
Delete a stage
Add an additional party to an opportunity
Add a party to a project
Retrieve the current authenticated user
Retrieve multiple parties by their IDs
List employees (people) of an organization
List parties deleted since a specific date
Retrieve multiple opportunities by IDs
List opportunities associated with a specific party
List opportunities deleted since a specific date
List additional parties associated with an opportunity
List projects associated with an opportunity
Retrieve multiple projects by their IDs
List projects associated with a specific party
List projects deleted since a specific date
List parties associated with a project
Retrieve all entries (notes, emails, completed tasks) by date
List entries for a specific party
List entries for a specific opportunity
List entries for a specific project
Retrieve multiple pipelines by their IDs
List milestones for a specific pipeline
List all task categories in Capsule CRM
List stages for a specific board
Retrieve site information
Remove an additional party from an opportunity
Remove a party from a project
Run an ad-hoc filter query on parties
Run an ad-hoc filter query on opportunities
Run an ad-hoc filter query on projects
Archive a pipeline
Restore an archived pipeline
Duplicate an existing pipeline
Archive a board
Restore an archived board
One endpoint. Any framework. Your agent is talking to Capsule CRM 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>"
]
}
}
}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.