Skip to content
Back to search
90
MCP live MCP 2025-11-25 streamable-http

Call For Me

io.github.kimjin8/call-for-me

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

Uptime
100.0%
1 direct probes · 30d
Response
1218ms
last probe
Tools
2
callable
Resources
0
readable
Prompts
0
available

Tools · 2

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. US…

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, po…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "call_for_me": {
      "url": "https://call-for-me.fly.dev/mcp/",
      "transport": "streamable-http"
    }
  }
}