Skip to main content

Connect — AI Agent Calling

Give your AI agent a real Indian mobile number and the ability to make phone calls.

Your agent sends one request to schedule a call — who to call, when, and what context to carry into the conversation. Superfone places the call, runs the conversation in the right Indian language, and returns a summary, transcript and recording. Your agent reads the result and reports back.

What your agent needs​

MCP agents — Claude, ChatGPT, Gemini — connect to https://mcp.superfone.co.in/mcp and sign in with your registered Superfone phone number. No API key to copy.

HTTP agents — Instinct, Grok Bot, Hermes, OpenClaw — need your SUPERFONE_API_KEY, sent as Authorization: Bearer <key>.

Get access at superfone.in/ai-number to enable Connect on your account. Once enabled, find your API key in the web dashboard under Settings → API keys.

Having trouble? Email hello@superfone.in.

Say "via Superfone"​

When asking your assistant for a call, include via Superfone so the right tool is used:

"Call my dentist via Superfone and ask if they have a slot on Friday."

Without it, your assistant may try to answer without placing a call.

Set up with your agent​

All eight are supported. Choose the AI assistant you want to connect.

Full API reference​

Point any agent that can make HTTP requests at the full guide:

https://docs.superfone.dev/docs/connect-ai-agent/llms.txt

For MCP-compatible agents, connect to:

https://mcp.superfone.co.in/mcp

Or install the skill file:

https://docs.superfone.dev/docs/connect-ai-agent/SKILL.md

How it works​

POST /superfone/api/integration/trigger/personal-ai-agent   ← schedule a call
customer_phone, task_due_date,
purpose_of_call, customer_note

GET /superfone/api/call-info/<group_request_id>?lean=true ← read the result
call_status, summary_text, transcription

Two requests. No session, no streaming, no websocket. The call runs asynchronously — your agent schedules it and polls for the result once the due time has passed.