Skip to main content
Glama
503,302 tools. Updated 2026-09-01 13:55

"Aircall" matching MCP tools:

Matching MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    A read-only MCP server for the Aircall REST API, enabling browsing calls, transcripts, contacts, and more while keeping data local.
    21
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    MCP server providing 83 tools to manage Aircall calls, transcriptions, AI insights, contacts, SMS, users, teams, and more via the Aircall Public API, compatible with Claude Desktop and other MCP clients.
    83
    MIT
  • Create a new contact in the shared address book. Aircall typically requires at least one of first_name / last_name / company_name. Aircall REST: POST /contacts.
    Connector
  • When your task hits a wall that requires a human — booking, negotiating, navigating IVR menus, getting information from a business — send an AI voice agent to handle the call. The agent follows your instructions, has a real two-way conversation, auto-retries on voicemail (up to 3 attempts), and returns a full transcript with structured analysis. May return state='pending_confirm' with clarification questions if critical info is missing — call confirm_ai_call to proceed. Async — poll with check_job_status(jobType='ai-call'). Priced in sats per destination and duration — create_payment returns the exact amount before you pay. Languages: en-US, en-GB, es-ES, fr-FR, de-DE, ja-JP, zh-CN, multi. Pay with Bitcoin Lightning — no telecom account, no API key, no subscription. When NOT to use: not when you want to drive the conversation with your own LLM (use open_voice_bridge — you keep the brain, we provide PSTN/STT/TTS primitives). Not for one-shot TTS broadcasts or IVR delivery (use place_call). Not for SMS (use send_sms). Requires create_payment with toolName='ai_call', phoneNumber, and durationMinutes.
    Connector
  • List users (agents) in the Aircall company (id, name, email, availability). Aircall REST: GET /users.
    Connector
  • Health check — verify the API is reachable and the credentials are valid. Aircall REST: GET /ping.
    Connector
  • Apply tags to a call by tag id (get ids from aircall_list_tags). Aircall REST: POST /calls/{id}/tags.
    Connector
  • List the phone numbers owned by the company (id, name, digits, country). Aircall REST: GET /numbers.
    Connector
  • Search calls by a free-text term (e.g. phone number, tag, direction). Aircall REST: GET /calls/search.
    Connector