Submit

Call For Me

@TGIF Labs

24 days ago
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 it does

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 handle anything else that needs a human voice on the line.

The AI identifies itself as AI on every call, follows your instructions in plain English, and returns a structured outcome.

Tools

  • place_call(target, instructions, output_schema?) — describe the call; returns a call_id immediately.
  • get_call_status(call_id) — poll until the call finishes; returns one of completed / voicemail / no_answer / rejected_ai / busy / timed_out etc., plus a free-form exit_reason and any extracted data.

Quick start

  1. Get an API key (free during beta) at https://call-for-me.fly.dev/register.
  2. Paste this into your MCP client config:
{
  "mcpServers": {
    "call-for-me": {
      "url": "https://call-for-me.fly.dev/mcp/",
      "headers": {
        "Authorization": "Bearer cfm_<your_api_key>"
      }
    }
  }
}
  1. Tell your agent to make a call.

Built-in safety

  • AI identifies itself as AI on every call.
  • Will not commit to bookings or payments without explicit user confirmation.
  • 5-minute call cap by default.
  • Per-recipient 24-hour cap (no spam-calling the same number).
  • Emergency numbers (911 / 988 / etc.) are blocked.

Limitations

  • US phone numbers only (E.164 starting with +1). International is on the roadmap.

Server Config

{
  "mcpServers": {
    "call-for-me": {
      "url": "https://call-for-me.fly.dev/mcp/",
      "headers": {
        "Authorization": "Bearer cfm_<your_api_key>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server