Give AI agents a real phone number and voice. Make outbound calls, handle inbound calls, send email, and manage contacts via 26 MCP tools. ~500ms voice latency (Deepgram Nova-3 + Claude + Cartesia Sonic-3). Install: `pip install spix-mcp`. [Free tier available](https://spix.sh).
Run the underlying MCP server directly — without Agent-CoreX routing.
uvx spix-mcpAgent-CoreX intelligently routes which tools from Spix-HQ/spix-mcp your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"spix-mcp": {
"command": "uvx",
"args": [
"spix-mcp"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add spix-mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use Spix-HQ/spix-mcp directly without routing
uvx spix-mcpNew to Agent-CoreX? View setup guide →