Odel
AgentLine

AgentLine

@agentlinehqCommunicationUpdated 1w ago

Give AI agents a phone number. Voice calls, SMS, and phone number management for MCP clients.

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

AgentLine MCP Server

Give AI agents a phone number. Voice calls, SMS, and phone number management via MCP.

https://api.agentline.cloud/mcp

Quick Start

Add to your MCP client config (e.g. Claude Desktop, Hermes Agent, Cursor):

{
  "mcpServers": {
    "agentline": {
      "type": "streamable-http",
      "url": "https://api.agentline.cloud/mcp"
    }
  }
}

For Hermes Agent (config.yaml):

mcp:
  servers:
    - name: agentline
      transport: streamable-http
      url: https://api.agentline.cloud/mcp

What it does

  • Phone Numbers — Search, provision, and manage phone numbers
  • Voice Calls — Make outbound calls, handle inbound calls
  • SMS — Send and receive text messages
  • Account Management — Manage your AgentLine account

Documentation

Full docs at agentline.cloud/docs

Registry

Published on the Official MCP Registry as io.github.AgentLineHQ/agentline.