{
  "name": "agentphone",
  "description": "AgentPhone MCP Server — give AI agents phone numbers, SMS, and voice calls",
  "version": "0.5.0",
  "transport": {
    "type": "streamable-http",
    "url": "https://mcp.agentphone.to/mcp"
  },
  "authentication": {
    "type": "bearer",
    "instructions": "Sign up at https://agentphone.to and get your API key from the dashboard settings page."
  },
  "tools": [
    "account_overview",
    "list_numbers",
    "buy_number",
    "send_message",
    "get_messages",
    "list_calls",
    "get_call",
    "make_call",
    "make_conversation_call",
    "list_agents",
    "create_agent",
    "update_agent",
    "delete_agent",
    "get_agent",
    "attach_number",
    "detach_number",
    "list_voices",
    "list_conversations",
    "get_conversation",
    "update_conversation",
    "get_usage",
    "get_webhook",
    "set_webhook",
    "delete_webhook",
    "test_webhook",
    "list_webhook_deliveries"
  ],
  "install": {
    "stdio": {
      "command": "npx",
      "args": ["-y", "agentphone-mcp"],
      "env": {
        "AGENTPHONE_API_KEY": "YOUR_API_KEY"
      }
    }
  },
  "links": {
    "homepage": "https://agentphone.to",
    "documentation": "https://docs.agentphone.to",
    "npm": "https://www.npmjs.com/package/agentphone-mcp",
    "github": "https://github.com/AgentPhone-AI/agentphone-mcp"
  }
}
