mcpbeat

Call For Me MCP Server

io.github.kimjin8/call-for-me
answering

Call For Me is answering right now. Last checked 3 min ago. It exposes 2 tools.

Give your AI agent a phone. Place outbound calls to US businesses to ask, book, or confirm.

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
2
Tools
read from the server
453 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add call-for-me --transport http https://call-for-me.fly.dev/mcp/
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "call-for-me": {
      "url": "https://call-for-me.fly.dev/mcp/"
    }
  }
}
~/.codex/config.toml
[mcp_servers.call-for-me]
url = "https://call-for-me.fly.dev/mcp/"
.cursor/mcp.json
{
  "mcpServers": {
    "call-for-me": {
      "url": "https://call-for-me.fly.dev/mcp/"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "call-for-me": {
      "url": "https://call-for-me.fly.dev/mcp/"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

call
get_call_status
Poll the status of a call previously placed with place_call. Returns a CallOutcome with one of these statuses (in roughly likely order): queued/placing/ringing/connected — call still in progress, poll again in a few seconds completed — call finished cleanly, structured result available partial — call finished but some questions unanswered voicemail — recipient was voicemail; identified message left no_answer — recipient never picked up busy — recipient line was busy invalid_number — number is not in service rejected_ai — recipient declined to talk to A.I. (do not retry) needs_user_input — recipient needs info only the user can provide online_only — recipient said the task can only be done online timed_out — call exceeded max duration carrier_failure — telephony provider error (safe to retry later) api_error — internal failure (safe to retry) Always carries a free-form `exit_reason` string suitable for showing the user.
place
place_call
Place an outbound phone call to a US business or person. The A.I. assistant on the call will identify itself as A.I., follow your instructions, and return a structured outcome via get_call_status. USE THIS TOOL WHEN: the user wants to make a phone call, contact a business by phone, ask about hours/pricing/availability, book a reservation, gather info that's not online, follow up on a service request, or do any task that requires talking to a human on the phone. LIMITATIONS: - US phone numbers only (E.164 starting with +1). International is not yet supported. - English language only. - Cannot call emergency services (911, 988, etc.) — these will be rejected. - The A.I. will NOT commit to bookings/payments without user confirmation unless safety.must_confirm_with_user is explicitly set to false. - Default 5-minute call duration cap. Returns immediately with a call_id. Poll get_call_status(call_id) for the result.

Endpoints

URLTransportStateLatencyChecked
https://call-for-me.fly.dev/mcp/ streamable-http answering 491 ms 3 min ago

Call For Me — questions

Answers built from our own checks of this server.

What can Call For Me do?
It exposes 2 tools, read directly from the server on our last check. Among them: get_call_status, place_call. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Call For Me working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 453 ms. The bar chart above shows every period we have measured.
Is Call For Me still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Call For Me?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Call For Me need an API key?
No. Call For Me completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Call For Me?
It answers our handshake in 453 ms on average, which is faster than 27% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.