MCP
The MCP server ishttps://api.agentline.cloud/mcp. Connect with mcp-remote
and a Bearer API key (al_live_...; legacy sk_live_... still works).
create_agent, make_outbound_call, push_call_context, and list_messages.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Connect an MCP client to AgentLine with mcp-remote and a Bearer API key.
https://api.agentline.cloud/mcp. Connect with mcp-remote
and a Bearer API key (al_live_...; legacy sk_live_... still works).
{
"mcpServers": {
"agentline": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.agentline.cloud/mcp",
"--header",
"Authorization: Bearer $AGENTLINE_API_KEY"
]
}
}
}
create_agent, make_outbound_call, push_call_context, and list_messages.
send_sms and send_message are not MCP tools.
Inbound SMS is listed with list_messages (GET /v1/messages) and delivered
as sms.received events.