# AgentLine

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/AgentLineHQ/agentline-mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/agentline

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

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "agentline": {
    "command": "npx",
    "args": ["-y","agentline"]
  }
}
```

## Documentation & 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`.

