Close MCP Server
for AI Agents
Connect your AI agent to StackOne's Close MCP server and give it 81 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
81 Agent Actions
Create, read, update, and delete across Close — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your Close MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every Close tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Max Agent Context. Min Cost.
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Close call.
Tools Discovery →What is the Close MCP Server?
A Close MCP server lets AI agents read and write Close data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Close MCP server ships with 81 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. 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.
All Close MCP Tools
Every action from Close's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Notes
- Create Note
Create a note activity on a lead
- List Notes
List or filter all note activities
- Get Note
Get a single note activity by ID
- Update Note
Update a note activity
- Delete Note
Delete a note activity
Calls
- List Calls
List or filter all call activities
- Get Call
Get a single call activity by ID
Emails
- List Emails
List or filter all email activities
- Get Email
Get a single email activity by ID
Meetings
- List Meetings
List or filter all meeting activities
- Get Meeting
Get a single meeting activity by ID
Contacts
- Create Contact
Create a new contact on a lead
- List Contacts
List all contacts in your Close organization
- Get Contact
Retrieve a single contact by ID
- Update Contact
Update an existing contact
- Delete Contact
Delete a contact by ID
Lead Custom Fields
- Create Lead Custom Field
Create a new custom field for leads
- List Lead Custom Fields
List all custom fields defined for leads
- Get Lead Custom Field
Retrieve a single lead custom field by ID
- Update Lead Custom Field
Update a lead custom field
- Delete Lead Custom Field
Delete a lead custom field
Contact Custom Fields
- List Contact Custom Fields
List all custom fields defined for contacts
- Get Contact Custom Field
Retrieve a single contact custom field by ID
Opportunity Custom Fields
- List Opportunity Custom Fields
List all custom fields defined for opportunities
- Get Opportunity Custom Field
Retrieve a single opportunity custom field by ID
Groups
- Create Group
Create a new group
- List Groups
List all groups in your organization
- Get Group
Retrieve a single group by ID
- Update Group
Update an existing group
- Delete Group
Delete a group
Leads
- Create Lead
Create a new lead
- List Leads
List all leads in your Close organization
- Get Lead
Retrieve a single lead by ID
- Update Lead
Update an existing lead
- Delete Lead
Delete a lead by ID
Opportunitys
- Create Opportunity
Create a new opportunity on a lead
- Get Opportunity
Retrieve a single opportunity by ID
- Update Opportunity
Update an existing opportunity
- Delete Opportunity
Delete an opportunity by ID
Pipelines
- Create Pipeline
Create a new pipeline
- List Pipelines
List all pipelines in your organization
- Update Pipeline
Update an existing pipeline
- Delete Pipeline
Delete a pipeline
Roles
- Create Role
Create a new role
- List Roles
List all roles in your organization
- Get Role
Retrieve a single role by ID
- Update Role
Update an existing role
- Delete Role
Delete a role
Sequences
- List Sequences
List all sequences (workflows)
- Get Sequence
Retrieve a single sequence by ID
Sequence Subscriptions
- List Sequence Subscriptions
List subscriptions for a sequence
- Get Sequence Subscription
Retrieve a single sequence subscription by ID
- Update Sequence Subscription
Update a sequence subscription (pause/resume)
Smart Views
- Create Smart View
Create a new smart view
- List Smart Views
List all smart views in your organization
- Get Smart View
Retrieve a single smart view by ID
- Update Smart View
Update an existing smart view
- Delete Smart View
Delete a smart view
Lead Status
- Create Lead Status
Create a new lead status
- Update Lead Status
Rename a lead status
- Delete Lead Status
Delete a lead status
Opportunity Status
- Create Opportunity Status
Create a new opportunity status
- Update Opportunity Status
Rename an opportunity status
- Delete Opportunity Status
Delete an opportunity status
Tasks
- Create Task
Create a new task on a lead
- List Tasks
List or filter tasks
- Get Task
Retrieve a single task by ID
- Update Task
Update an existing task
- Delete Task
Delete a task by ID
Users
- List Users
List all users in your organization
- Get User
Retrieve a single user by ID
Other (10)
- List Activities
List or filter all activity types
- List SMS
List or filter all SMS activities
- List Opportunities
List or filter opportunities
- List Lead Statuses
List all lead statuses in your organization
- List Opportunity Statuses
List all opportunity statuses in your organization
- Get Current User
Fetch information about the authenticated user
- List User Availabilities
List user availability statuses
- Log Call
Log an external call activity on a lead
- Merge Leads
Merge two leads into one
- Subscribe Contact To Sequence
Subscribe a contact to a sequence
Close AI Agent Use Cases
Connect your AI agent to Close 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.
ViewSet Up Your Close MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Close in under 10 lines of code.
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>"
]
}
}
}Check More CRM MCP Servers
380+ actions
158+ actions
127+ actions
121+ actions
120+ actions
88+ actions
88+ actions
Platform Resources
MCP Code Mode: Keeping Tool Responses Out of Agent Context
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
Comparing BM25, TF-IDF, and Hybrid Search for MCP Tool Discovery
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
Indirect Prompt Injection Defense for MCP Tools: A Technical Guide
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
MCP vs A2A: Architecture, Security, and When to Use Each
MCP vs A2A: what each protocol standardizes, how they differ, their shared security risks including indirect prompt injection, and when to use one, both, or a hybrid architecture.
12 min
MCP vs API: What 200+ Connector Builds Taught Us
MCP wraps APIs, it doesn't replace them. After building 200+ connectors that serve both, here's when each approach wins.
14 min read
Close MCP Server FAQ
Does StackOne have a Close MCP server?
Close MCP server vs direct API integration — what's the difference?
How does Close authentication work for AI agents?
origin_owner_id.Are Close MCP tools vulnerable to prompt injection?
What is the context bloat of a Close agent and how do I avoid it?
Can I limit which actions my Close agent can access?
Can I create custom agent actions for my Close MCP server?
When should I NOT use a Close MCP server?
What AI frameworks and AI clients does the StackOne Close MCP server support?
Put your AI agents to work
All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.