Written by ClawCall · Published · Updated
How to Give Your AI Agent a Phone Number (2026 Guide)
To give your AI agent a phone number, connect a hosted MCP phone tool, install a calling skill, or call a hosted phone API from inside the agent's tool loop, so the agent can dial a US number, talk to whoever answers, and return captured transcript evidence when present and temporary recording access when available. In 2026 the two real paths are a finished hosted connector or agent skill that ships a calling product, or a developer voice platform where you assemble telephony, speech, and an LLM yourself. This guide walks through both: OAuth connector setup, skill install, the REST contract for placing a call, polling for results, handling IVRs and hold time, the patch-in pattern for verification codes, and how flat-rate consumer-and-agent products compare to per-minute platforms across the 2026 landscape.
Try ClawCall free — 30 calls + 30 min, no card →What "giving an agent a phone number" actually means
The two paths: hosted connector vs. build-your-own voice stack
Step-by-step: connect a hosted MCP phone tool
Step-by-step: place a call via the REST API
Handling IVRs, hold time, and human handoff
Honest roundup: the realistic options in 2026
Pricing, limits, and what to know before you ship
Putting it together: what to do next
Frequently asked
- What is the fastest way to give an AI agent a phone number?
- Add ClawCall's hosted MCP URL, https://api.clawcall.dev/mcp, to a compatible AI host and sign in with OAuth. ChatGPT, Claude, Codex, Cursor, Grok Build, and other remote MCP clients can discover the calling tools without receiving an API key. The packaged skill and REST API remain fallbacks for hosts that do not support remote MCP and OAuth. The free trial includes 30 calls and 30 minutes, whichever lasts later, with no credit card.
- Do I need a Twilio or Telnyx account to give my agent a phone number?
- Only if you go the build-your-own route. Telephony is the layer that physically connects a call to the public phone network, and platforms like Vapi, Retell, Bland, and Vocode generally require you to bring your own telephony account, configure SIP trunks, and manage phone-number inventory yourself. Hosted calling products such as ClawCall manage all of that for you — the outbound number pool, SIP connection, voice stack, and recording retrieval when available are included in the flat monthly price. From your agent's perspective there is a single calling tool and no telephony configuration at all, which is the whole point of the skill-based path.
- How does the agent handle phone trees, hold time, and verification codes?
- A capable calling product handles IVR navigation, hold time, and warm transfers automatically. The agent hears the menu, presses the right DTMF key via a send-DTMF tool, stays on the line during hold without filler, and follows any transfer through to the next human. Verification codes are the one case that genuinely requires you — the canonical fix is a loop-in-user patch-in tool, which calls your own phone and bridges both legs at the network level so you can read the code aloud or speak directly. Bridge calls consume two numbers from the pool, which is why default account concurrency is around three simultaneous calls.
- Can my AI agent leave a voicemail or make sales calls?
- Yes for voicemail; no for unsolicited sales, and that split is deliberate. ClawCall can leave voicemail when instructed and will never place unsolicited sales or robocalls — those are non-negotiable brand rules, not settings you can flip. The agent will also always disclose that it is an AI when asked. These constraints exist because the alternative — an AI that lies about being human and floods voicemail inboxes — is exactly the abuse pattern that has made phone calls miserable for everyone. If your use case requires voicemail-drop or cold outbound sales, this is not the right tool. For appointment booking, hold-time elimination, bill disputes, and consumer-task automation, the constraints are usually a feature rather than a limitation.
- How much does it cost to give an AI agent calling ability?
- Two pricing shapes dominate the market. Per-minute platforms charge roughly seven to thirty cents per connected minute plus number rental and transcription fees — costs scale linearly with usage. Flat-rate consumer-and-agent products charge a fixed monthly fee for unlimited calls. ClawCall offers a free trial of 30 calls and 30 minutes, whichever lasts later, with no credit card, then $4.99 per month for Unlimited calls from the shared outbound pool, $8.99 for Unlimited Reserve with one private reserved caller-ID number, and $14.99 for Unlimited Reserve Plus which adds an AI inbound assistant on that reserved number. There is no per-minute meter and no overage billing on any paid tier. Legacy minute-pack purchases are discontinued.
- What is the difference between an agent skill and a voice platform like Vapi or Retell?
- An agent skill installs a finished calling capability into your existing AI agent — your agent gains a calling tool and can dial out from its next turn. A voice platform sells you primitives to build a custom voice product yourself: you bring your own LLM, pick a voice engine, wire up telephony, design the dialog flow, and ship an agent. Voice platforms are the right choice if you are building a bespoke voice product from scratch. Hosted OAuth MCP is the preferred choice for a compatible existing agent; packaged skills and REST are fallbacks when its host lacks remote MCP and OAuth. Vapi, Retell, Bland, Synthflow, and Vocode remain platform paths.