AgentLine
Give AI agents a phone number. Voice calls, SMS, and phone number management for MCP clients.
Open source Repository Open in the app JSON README (API)
About
Give AI agents a phone number. Voice calls, SMS, and phone number management for MCP clients.
Details
- Kind
- MCP servers
- Topic
- Communication
- Publisher
- agentlinehq
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 1.0.0
- Last push
- 2026-06-13T11:19:23Z
- Repository state
- ativo
- Added
- 2026-08-29 03:01:40
- Updated
- 2026-08-29 03:01:40
- Origin id
io.github.AgentLineHQ/agentline
README
# 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):
```json
{
"mcpServers": {
"agentline": {
"type": "streamable-http",
"url": "https://api.agentline.cloud/mcp"
}
}
}
```
For Hermes Agent (`config.yaml`):
```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](https://agentline.cloud/docs)
## Registry
Published on the [Official MCP Registry](https://registry.modelcontextprotocol.io) as `io.github.AgentLineHQ/agentline`.