Aircall Connector for AI agents.
10 live capabilities
Manage your business phone system and call logs through natural conversation.
Waiting for input…
Why people use Aircall
Aircall Call Center Communication for Support Teams
This Connector lets you do all that work through a simple chat. You just ask your agent to pull the logs, update a contact, or check a team's status, and the work gets done instantly.
What Vinkius changes
You get a conversational interface for your entire phone system.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Post-Call Follow-up
A support rep asks the agent to find the last call from a specific customer and summarize the issues discussed to prepare for a follow-up.
- Real-world use case 02
The Team Availability Check
A manager asks if anyone in the Billing team is free to take an urgent call right now to avoid interrupting someone who is already busy.
- Real-world use case 03
The Contact Cleanup
An ops lead asks the agent to find a contact by phone number and update their company name to keep the shared database accurate.
Complete set · 10capabilities
The complete Aircall capability set.
These are the exact actions your AI can choose when you ask it to work with Aircall.
01—04
4 capabilities in this set.
Part of 10 available through Aircall.
- 01 Capability
List calls
Get a list of all call logs from your account. Use this to quickly review recent activity and call history.
- 02 Capability
Search contacts
Find a contact by searching for their phone number. Use this to quickly locate a specific person in your database.
- 03 Capability
Create contact
Add a new contact to your shared or private list. This lets you update your database without leaving your chat.
- 04 Capability
List users
See all the team members currently on your account. Use this to get a full view of your staff and their assignments.
05—07
3 capabilities in this set.
Part of 10 available through Aircall.
- 05 Capability
Get call details
Pull technical data and recordings for a specific call. This helps you see the exact duration and metadata for any conversation.
- 06 Capability
List contacts
See all the contacts stored in your Aircall account. This is useful for auditing your shared and private contact lists.
- 07 Capability
Get user details
Check the current availability status of a specific team member. This helps you see if someone is busy or free to talk.
08—10
3 capabilities in this set.
Part of 10 available through Aircall.
- 08 Capability
List numbers
Get a list of all the phone numbers assigned to your account. Use this to keep track of your business lines.
- 09 Capability
Get number details
View the configuration details for a specific phone number. This is great for auditing technical settings.
- 10 Capability
List teams
See the different teams and departments set up in your account. Use this to understand your full organizational structure.
Set up in minutes
One URL. Then ask Aircall to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Aircall from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ETVhJrvL5GimAmnahIOEU1A3eMM4d8pH7Yagdb6b/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Aircall, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Aircall for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ETVhJrvL5GimAmnahIOEU1A3eMM4d8pH7Yagdb6b/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Aircall URL.
- Step 03
Save and start
Save the connection and enable Aircall in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"aircall": {
"url": "https://edge.vinkius.com/vk_preview_ETVhJrvL5GimAmnahIOEU1A3eMM4d8pH7Yagdb6b/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Aircall
Open Agent mode in chat and ask: "Using Aircall, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"aircall": {
"url": "https://edge.vinkius.com/vk_preview_ETVhJrvL5GimAmnahIOEU1A3eMM4d8pH7Yagdb6b/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Aircall
Ask Copilot: "Using Aircall, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"aircall": {
"url": "https://edge.vinkius.com/vk_preview_ETVhJrvL5GimAmnahIOEU1A3eMM4d8pH7Yagdb6b/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Aircall
Open Cascade and ask: "Using Aircall, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"aircall": {
"url": "https://edge.vinkius.com/vk_preview_ETVhJrvL5GimAmnahIOEU1A3eMM4d8pH7Yagdb6b/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Aircall
Ask Cline: "Using Aircall, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add aircall --transport http "https://edge.vinkius.com/vk_preview_ETVhJrvL5GimAmnahIOEU1A3eMM4d8pH7Yagdb6b/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Aircall
Ask Claude: "Using Aircall, show me...". 10 tools are ready
Where the request belongs
Work Aircall can move forward.
This is for anyone who handles a high volume of business calls and feels buried by the manual work of logging, auditing, and managing contact data.
Support Lead
Researches a customer's past call history to see what went wrong before jumping into a new chat.
Sales Manager
Audits call volumes and team availability patterns to see which departments are hitting their targets.
Operations Coordinator
Manages the technical setup of phone numbers and team assignments without needing to be an admin expert.
Customer Success Rep
Quickly pulls up a recording of a complex technical issue to share with the engineering team.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCloudTalk
Modern cloud-based phone system designed for sales and support teams, offering seamless call center automation.
JustCall
Make and receive business calls from any device with a cloud phone system that logs every interaction in your CRM automatically.
Freshcaller
Manage your cloud phone system, track calls, and oversee agents via AI agents with Freshcaller.
MightyCall
Set up a professional virtual phone system with call routing, voicemail, and analytics that makes your small team sound big.
GoTo Connect
Manage your cloud phone system. view call records, send SMS, and manage voicemails via AI.
Kavkom
Set up a professional cloud phone system with call routing, IVR menus, and analytics designed for European businesses.
Bring your own AI
Change the model, client or framework. Keep Aircall connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Aircall.
The practical details behind the request, access and result.
Can the Aircall MCP help me find call recordings?
Yes, it lets your agent pull up specific call details and recordings based on your request. You can find them by asking for specific dates or participants.
How do I check if my team members are busy?
You can ask your agent to check the live status of any user in your account. It will tell you if they are busy, away, or available.
Can I update my contacts using the Aircall MCP?
Yes, your agent can create new contacts or update existing ones in your shared list. This helps keep your data current without leaving your chat.
Does the Aircall MCP work for auditing phone numbers?
It lets you list all your numbers and see their technical configurations. This is great for operations teams who need to audit their business lines.
Can I see which team a user belongs to?
Your agent can list all teams and users to show you the full organizational structure. This makes it easy to see who is assigned to which department.
How do I find my Aircall API ID and Token?
Log in to your Aircall Dashboard, navigate to Integrations & API > API keys, and create a new key. You will see both the api_id and api_token there.
Can I listen to call recordings via the agent?
The get_call_details capability provides the URL to the call recording if available. Your agent can retrieve this metadata, and you can access the link to listen to the audio.
Does this support checking user availability?
Yes! Use the get_user_details capability. It returns the current availability status (Available, Busy, or Offline) for any team member in your account.
One connection away
Give your agent a direct line to Aircall.
Connect Aircall once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available