AgentLine is the telephony layer for AI agents. It gives your agent a real phone number making outbound calls, receiving inbound calls, and handling SMS all through a single API. No telecom infrastructure, no WebSocket wrangling, no separate STT/TTS providers to configure.
Server Config
{
"mcpServers": {
"agentline": {
"url": "https://api.agentline.cloud/mcp",
"headers": {
"Authorization": "Bearer <YOUR_AGENTLINE_API_KEY>"
}
}
}
}