Give your AI agent a phone. Call For Me places real outbound calls to US businesses and people on your agent's behalf — to ask about hours, check availability, book reservations, follow up on service requests, gather info that's not online, or do anything else that requires talking to a human on the phone. Two tools: • place_call(target, instructions, output_schema?) — describe the call in plain English; returns a call_id immediately. • get_call_status(call_id) — poll until the call finishes; returns a structured outcome (completed / voicemail / no_answer / rejected_ai / etc.) with a free-form exit_reason and any extracted data. Built-in safety: the AI identifies itself as AI on every call, will not commit to bookings or payments without user confirmation (unless explicitly overridden), and respects a 5-minute call cap by default. Hosted and free during beta. Get an API key in 10 seconds at https://call-for-me.fly.dev/register, then paste it into your MCP client as a Bearer token. US numbers only (E.164 +1...), English only.
How to connect
https://server.smithery.ai/tgiflabs/call-for-me/mcp
curl -X POST https://server.smithery.ai/tgiflabs/call-for-me/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'