# AgenticCalling > Give your AI the power to make real phone calls. AgenticCalling is phone call infrastructure for AI agents. Connect via MCP (Claude, ChatGPT, Cursor) or REST API. Your AI makes real calls, navigates IVRs, handles voicemail, and returns structured JSON data. ## Quick Start - MCP Server URL: https://mcp.agenticcalling.ai/sse - API Base: https://api.agenticcalling.ai/v1 - Docs: https://docs.agenticcalling.ai - Sign up: https://agenticcalling.ai/sign-up ## Authentication Bearer token authentication. Get an API key at https://agenticcalling.ai/dashboard. Header: `Authorization: Bearer ac_live_...` ## Pricing One flat rate: **$0.09/min**. Up to 70% cheaper than ElevenLabs, ~30% cheaper than Vapi. - Pay-as-you-go: $0.09/min, no commitment - Pro: $39/month — 600 minutes included, then $0.09/min - Business: $199/month — 4,000 minutes included, then $0.09/min - Enterprise: custom (sales@agenticcalling.ai) Annual billing saves 17%. SMS at $0.015/segment. First phone number free, additional at $2/mo. Free tier: 3 minutes/month + $0.30 quickstart credit. No credit card required. ## Agent discovery - Manifest: https://agenticcalling.ai/.well-known/agents.json - Agents.txt: https://agenticcalling.ai/agents.txt - One-shot signup for agents: POST https://api.agenticcalling.ai/v1/auth/quickstart ## Core API Endpoints - POST /v1/auth/quickstart — One-shot signup: returns api_key + phone number - POST /v1/calls — Make a phone call - GET /v1/calls/{id} — Get call status, transcript, recording - POST /v1/calls/batch — Batch call up to 1000 numbers - GET /v1/usage — Check minutes used and balance - POST /v1/auth/add-credits — Top up credits via Stripe ## MCP Tools 14 tools available via MCP: - make_call, get_call, wait_for_call, list_calls, cancel_call - make_batch_calls - create_persona, list_personas - create_playbook, list_playbooks - send_sms - get_balance, add_credits, setup_auto_topup, subscribe_monthly_credits ## Use Cases - Hotel rate comparison (batch 50 hotels) - Supplier negotiations - User surveys at scale - AI sales development - Insurance quote shopping - Appointment scheduling ## Integrations Works with: Claude (MCP), ChatGPT (MCP), Cursor (MCP), LangChain (SDK), CrewAI (SDK), any REST API client. ## Links - [Documentation](https://docs.agenticcalling.ai) - [API Reference](https://docs.agenticcalling.ai#calls) - [Python SDK](https://pypi.org/project/agenticcalling/) - [MCP Server](https://pypi.org/project/agenticcalling-mcp/) - [GitHub](https://github.com/rab657/ai_agentic_calling) - [Pricing](https://agenticcalling.ai#pricing)