PhoneCallFor.me MCP connector — last updated August 2026
PhoneCallFor.me places real outbound phone calls to US numbers on your behalf, using an AI voice agent that speaks naturally, navigates phone trees, and waits on hold. Connected to Claude, it lets you ask for a call in plain language and then follow the live transcript and final summary in the conversation.
Server URL: https://phonecallfor.me/mcp
Transport: streamable HTTP. Authentication: OAuth 2.0 with PKCE and dynamic client registration — no API key or token to copy anywhere.
Before you connect, you need:
To connect:
https://phonecallfor.me/mcp as a connector.Access lasts 30 days, after which you sign in again. You can revoke access at any time by removing the connector, or by emailing support.
Six tools, four of which only read data. The two that change something — placing a call and hanging up — are marked as destructive so that Claude asks you before using them.
start_call — places a real outbound call to a US number and has the AI agent carry out a task. Consumes credits and cannot be undone once connected. Returns an internal call identifier used by the two tools below.
| Parameter | Required | Description |
|---|---|---|
phone | yes | US phone number, E.164 preferred (e.g. +15558675309). Non-US numbers are rejected. |
task_description | yes | What the agent should accomplish, in plain language. |
context_notes | no | Caller name, account or reservation number, dates, desired outcome. |
voice | no | One of 21 voices. Defaults to aura-asteria-en (English female); aura-orpheus-en is the English male default. Voices ending in -es speak Spanish. |
get_call_status — returns the current status, elapsed time, and recent transcript lines for an active or recently ended call. Poll once every 20–30 seconds while a call is in progress. Takes the call identifier returned by start_call.
end_call — hangs up an in-progress call immediately. The call cannot be resumed. Takes the call identifier returned by start_call.
get_call_history — returns your recent calls with date, number dialed, outcome, duration, credits used, and an AI-generated summary. Optional limit parameter, 1–20, default 5.
get_balance — returns your current credit balance. Takes no parameters.
buy_credits — generates a one-time Stripe checkout link, valid for 15 minutes and tied to your account. Takes no parameters. This only creates the link; no card is charged until you complete checkout yourself in your browser. Payment details are entered on Stripe's hosted page and are never seen by this service or by Claude.
Call audio is transcribed in real time and summarized when the call ends. The audio itself is not recorded or retained by this service.
Under the Terms of Service, the following are prohibited, and calls are screened before they are placed:
Under the TCPA you are the caller and this service is infrastructure acting on your instruction; you are responsible for having a legitimate reason to contact the person you are calling. Do not use the service to transmit medical records, diagnoses, or test results — see the Privacy Policy for what is and is not appropriate.
Technical limits: US numbers only, and one call at a time per account. A request that fails the pre-call safety screen costs 1 credit, which is deliberate — it keeps probing the screen from being free.
One credit buys one minute of call time, rounded up to the nearest minute, with a one-credit minimum per connected call. Credits never expire.
| Pack | Price | Credits |
|---|---|---|
| Starter | $2 | 10 credits (10 minutes) |
| Standard | $10 | 60 credits (60 minutes) |
Top up by asking Claude to buy credits (which calls buy_credits), or directly at phonecallfor.me/buy. You can also earn 5 free credits for each friend who signs up with your referral link, shown on your account page.
Calls are carried by Twilio, transcribed and voiced by Deepgram, and driven by Anthropic's API. Your name, email, call metadata, and call summaries are stored in your account. Full detail, including retention and deletion, is in the Privacy Policy.
Email support@phonecallfor.me for help, bug reports, account deletion, or billing questions.