Call For Me
@kimjin8
Give your AI agent a phone. Place outbound calls to US businesses to ask about hours, book appointments, gather info, or follow up — the AI identifies itself as AI on every call. US numbers only. Free during beta, get an API key at https://call-for-me.fly.dev/register.
Overview
What is Call For Me?
Call For Me gives your AI agent the ability to place real outbound calls to US businesses and people. The AI identifies itself as AI, follows plain‑English instructions, and returns a structured outcome for tasks like checking hours, verifying availability, or gathering information not available online.
How to use Call For Me?
Obtain a free beta API key at https://call-for-me.fly.dev/register, then add the server to your MCP client configuration with the URL https://call-for-me.fly.dev/mcp/ and a Authorization: Bearer cfm_<your_api_key> header. Once configured, tell your agent to make a call using the place_call tool and poll for results with get_call_status.
Key features of Call For Me
- Places outbound calls on behalf of an AI agent
- AI identifies itself as AI on every call
- Returns call status: completed, voicemail, no_answer, busy, etc.
- 5‑minute call cap and 24‑hour per‑recipient limit
- Emergency numbers (911, 988) are blocked
- Works only with US phone numbers (+1 E.164)
Use cases of Call For Me
- Ask about business hours or holiday schedules
- Check product or service availability
- Book reservations or appointments
- Follow up on submitted service requests
- Gather information that is not listed online
FAQ from Call For Me
How do I get an API key?
Visit https://call-for-me.fly.dev/register to sign up. The API key is free during the beta period.
What statuses can a call return?
The get_call_status tool returns one of: completed, voicemail, no_answer, rejected_ai, busy, timed_out, plus an exit_reason and any extracted data.
Does Call For Me support international numbers?
No. Only US phone numbers in E.164 format (starting with +1) are supported. International calling is planned.
What safety measures are in place?
The AI identifies itself as AI, will not commit to bookings or payments without user confirmation, enforces a 5‑minute call cap, applies a 24‑hour per‑recipient cap, and blocks emergency numbers.
How do I integrate Call For Me into my MCP client?
Add a server entry with the URL https://call-for-me.fly.dev/mcp/ and an HTTP header Authorization: Bearer cfm_<your_api_key> to your MCP configuration.