Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Aircall MCP server with 70 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Aircall — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Aircall MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Aircall 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 Aircall call.
Tools Discovery →A Aircall MCP server lets AI agents read and write Aircall data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Aircall MCP server ships with 70 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 Aircall's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new user using the Aircall V2 endpoint.
Retrieve a single user using the Aircall V2 endpoint.
Update an existing user using the Aircall V2 endpoint.
Create a new team in the company.
Retrieve a paginated list of teams in the company.
Retrieve a single team by ID.
Delete a team from the company.
Retrieve a paginated list of calls in the company.
Retrieve a single call by ID.
Search calls by phone number, user, tags, or other filters.
Retrieve a paginated list of numbers provisioned on the Aircall account.
Retrieve a single Aircall number by ID.
Update an Aircall number's settings.
Create a new contact in the address book.
Retrieve a paginated list of contacts in the Aircall address book.
Search contacts by phone number or email.
Retrieve a single contact by ID.
Update an existing contact.
Delete a contact from the address book.
Update a phone number entry on a contact.
Delete a phone number entry from a contact.
Update an email entry on a contact.
Delete an email entry from a contact.
Create a new tag in the company.
Retrieve a paginated list of tags in the company.
Retrieve a single tag by ID.
Update an existing tag.
Delete a tag from the company.
Register a new webhook.
Retrieve a paginated list of webhooks configured on the company.
Retrieve a single webhook by ID.
Update an existing webhook.
Delete a webhook.
Create an active dialer campaign for a user.
Retrieve the active dialer campaign for a user.
Delete the active dialer campaign for a user.
Add phone numbers to a user's dialer campaign.
Retrieve phone numbers attached to a user's dialer campaign.
Remove a phone number from a user's dialer campaign.
Add a user to an existing team.
Attach an Insight Card to a call.
Add a new phone number to an existing contact.
Add a new email address to a contact.
Retrieve information about the Aircall company associated with the authenticated account.
Retrieve a paginated list of users using the Aircall V2 users endpoint.
Retrieve all numbers assigned to a specific user (V2).
Retrieve the availability status of all users.
Check the current availability of a single user.
Retrieve the transcription of a call.
Retrieve the realtime transcription of an ongoing call.
Retrieve sentiment analysis for a call.
Retrieve detected topics for a call.
Retrieve the AI-generated summary for a call.
Retrieve a custom summary result for a call.
Retrieve AI-extracted action items for a call.
Retrieve playbook evaluation result for a call.
Retrieve evaluations submitted for a call.
Update a number's music and messages URLs.
Delete an Aircall user.
Remove a user from a team.
Delete the recording of a call.
Delete the voicemail recording of a call.
Verify API connectivity and authentication with the Aircall Public API.
Initiate an outbound call from a user's Aircall Phone.
Pre-fill a phone number in a user's Aircall Phone dialer. The target user must be signed in to the Aircall Phone app.
Add a comment to a call.
Apply one or more tags to a call.
Archive a call.
Unarchive a previously archived call.
Fetch compliance status for A2P 10DLC and toll-free messaging registration for a specific number.
Connect your AI agent to Aircall 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.
View →Use StackOne to connect your AI agent to your CRM, email, and calendar tools to automate deal risk scoring and pipeline alerts.
View →Use StackOne to connect your AI agent to your CRM, sales engagement, and messaging tools to automate outbound prospecting.
View →One endpoint. Any framework. Your agent is talking to Aircall 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.