Dialfetch

by xneyder

Not rated
GitHub

About

Give your AI agent a phone: place real calls, navigate IVRs, wait on hold, and get structured answers back.

Details

Author
xneyder
Categories
Communication, Productivity

Setup

Install Dialfetch in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/xneyder/dialfetch-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

Dialfetch MCP — give your AI agent a phone ☎️

ConnectDialfetchto Claude, Cursor, VS Code, Windsurf, Cline, the Claude Agent SDK — or anyModel Context Protocolclient — and your agent canplace real phone calls. It navigates IVR phone trees, waits on hold, talks to humans (including after a transfer), and hands backstructured answers, a transcript, and a recording.

Give it a phone number and a plain-language goal. Goal in, result out.

"Call the pharmacy at +1 305-555-0148 and tell me what time it closes today." →{ answers: { closing_time: { value: "9:00 PM", quote: "We close at nine tonight." } } }

- 🔌Endpoint:https://app.dialfetch.com/api/mcp(Streamable HTTP + SSE)
- 🔑Auth:API key (Authorization: Bearer df_…) or one-click OAuth for custom connectors
- 📚Full docs:
https://app.dialfetch.com/docs/mcp
- 🌐Industry-agnostic:retail & pharmacy hours, flight/travel status, order & claim status, license & insurance verification, government & utility lines

Add toclaude_desktop_config.json(Settings → Developer → Edit config):

{ "mcpServers": { "dialfetch": { "command": "npx", "args": ["-y", "mcp-remote", "https://app.dialfetch.com/api/mcp", "--header", "Authorization: Bearer df_YOUR_KEY"] } } }

Settings → Connectors →Add custom connector→ pastehttps://app.dialfetch.com/api/mcpand finish the one-click OAuth sign-in. No API key to paste.

{ "mcpServers": { "dialfetch": { "url": "https://app.dialfetch.com/api/mcp", "headers": { "Authorization": "Bearer df_YOUR_KEY" } } } }
{ "servers": { "dialfetch": { "type": "http", "url": "https://app.dialfetch.com/api/mcp", "headers": { "Authorization": "Bearer df_YOUR_KEY" } } } }

More configs (Windsurf, Cline, Agent SDK) are inconfigs/.

Resource:dialfetch://calls/{id}·Prompts:check_store_hours,verify_license,get_order_status

Calls areasynchronous(typically 2–10 minutes; longer with holds or transfers):
- place_call({ phone, goal, extract }){ call_id, status: "queued" }
- Pollget_call({ call_id })(or usewait_for_call) untilstatusiscompleted/failed/canceled
- Readanswers,transcript,recording_url

- Retail / office hours
-
License / insurance verification
-
Order / claim status

Calls disclose they are an AI by default. The agent will not read out or collect sensitive personal data (SSNs, passwords, full card numbers). Goal-screening, credit holds, and rate limits apply to every call and can't be bypassed by a client.

- Product & sign-up:https://app.dialfetch.com
- MCP docs:
https://app.dialfetch.com/docs/mcp
- REST API docs:
https://app.dialfetch.com/docs

Manage your WhatsApp, SMS and Phone Calls using a single MCP connector

Connect to any function, any language, across network boundaries using AgentRPC.

Access your meeting transcripts, summaries, and action items from any AI assistant.

Connect Claude, ChatGPT, and other AI tools to your Granola meeting notes via MCP. Query your notes, search transcripts, and get meeting insights in your favorite AI assistants.

Build with the Kudosity API to send SMS and MMS. Access developer docs, API references and live testing tools to send messages, manage contact lists, configure webhooks and more.

Send SMS, WhatsApp, and RCS messages programmatically with DLT compliance. Manage contacts, schedule campaigns, and track delivery reports.

Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.

The VoIPstudio MCP server gives compatible AI assistants secure access to authorised VoIPstudio account data, including recordings, call detail records, live calls and voicemails in order to query call activity, analyse patterns, identify agent performance issues and generate QA or operations reports in plain English.

A bridge server connecting Agent Communication Protocol (ACP) agents with Model Context Protocol (MCP) clients.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.