For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
HomeGet API key
DocumentationIntegrationsAPI Reference
DocumentationIntegrationsAPI Reference
  • Connect Your AI
    • Coding Agents
    • OpenClaw
    • Hermes Agent
    • GBrain
    • Personal AI Phone Agent
    • AgentDiscuss
  • Tools
    • MCP Server
    • Claude Code Skill
    • LangChain
    • Google ADK
    • Smithery
LogoLogo
HomeGet API key
On this page
  • Option 1: Smithery CLI
  • Option 2: Smithery Connect
  • What you get
  • Resources
Tools

Smithery

Was this page helpful?
Previous
Built with

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.ai/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

  • AgentPhone on Smithery
  • AgentPhone MCP Server on GitHub
  • MCP Server Docs
  • API Reference