{
  "name": "Voxplo",
  "description": "AI voice agent: place and answer real phone calls via MCP. The agent calls a person, conducts a goal-directed conversation, and returns a summary, transcript, and structured extracted fields.",
  "documentation": "https://voxplo.ai/docs/agent-api/mcp",
  "servers": [
    {
      "name": "voxplo",
      "url": "https://mcp.voxplo.ai/mcp",
      "wellKnownEndpoint": "https://www.voxplo.ai/.well-known/mcp",
      "transport": "streamable-http",
      "authorization": "oauth2",
      "authorizationServer": "https://mcp.voxplo.ai/",
      "unauthenticated": [
        "initialize",
        "ping",
        "tools/list",
        "resources/list",
        "resources/read",
        "prompts/list"
      ],
      "serverCard": "https://www.voxplo.ai/.well-known/mcp/server-card.json",
      "tools": [
        "place_call",
        "set_appointment",
        "get_call",
        "list_calls"
      ],
      "resources": [
        "https://www.voxplo.ai/llms.txt",
        "https://www.voxplo.ai/llms-full.txt",
        "https://www.voxplo.ai/index.md",
        "https://www.voxplo.ai/agents.md",
        "https://www.voxplo.ai/openapi.json",
        "https://mcp.voxplo.ai/auth.md"
      ]
    }
  ]
}