Smithery

AgentPhone is listed on Smithery, the registry for MCP servers. Connect to AgentPhone using the Smithery CLI or Smithery Connect — no manual JSON config needed.

Get your API key from agentphone.to/settings.

Option 1: Smithery CLI

Install the Smithery CLI and add AgentPhone in a few commands:

$# Install Smithery CLI
$npm install -g @smithery/cli@latest
$
$# Create a namespace (first time only)
$smithery namespace create {your-namespace}
$
$# Add AgentPhone
$smithery mcp add meet/agentphone
$
$# List available tools
$smithery tool list {connection}
$
$# Call a tool
$smithery tool call {connection} {tool_name} '{"key": "value"}'

Option 2: Smithery Connect

Use Smithery Connect to integrate AgentPhone into your application. OAuth, token refresh, and session management are handled for you.

Connection URL:

https://agentphone.run.tools

Send this prompt to your agent to connect:

curl https://smithery.ai/skill.md and connect to meet/agentphone using smithery mcp add meet/agentphone

See the Smithery developer docs for details on using the MCP SDK or AI SDK to call tools.

What you get

The AgentPhone MCP server on Smithery includes all 26 tools:

CategoryCapabilities
AccountAccount overview, usage stats
Phone numbersBuy, list numbers
SMSSend messages, read messages, list and manage conversations
Voice callsMake calls, autonomous AI calls, get transcripts
AgentsCreate, update, delete, configure voices, attach/detach numbers
WebhooksSet up, test, and manage project-level and per-agent webhooks

Resources