Call For Me✓
io.github.kimjin8/call-for-me · v0.4.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.kimjin8/call-for-me",
"description": "Give your AI agent a phone. Place outbound calls to US businesses to ask, book, or confirm.",
"title": "Call For Me",
"repository": {
"url": "https://github.com/kimjin8/calling-mcp",
"source": "github"
},
"version": "0.4.0",
"websiteUrl": "https://call-for-me.fly.dev/register",
"remotes": [
{
"type": "streamable-http",
"url": "https://call-for-me.fly.dev/mcp/",
"headers": [
{
"description": "Bearer <your cfm_ API key from https://call-for-me.fly.dev/register>",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}