mcpbeat Sign in

Agentline MCP Server

by jgottlieb84 Your server? Claim it
local only

Agentline runs on your own machine — the client starts it, so there is no endpoint to ping. 70 installs a week from pypi.

Phone numbers, SMS, 2FA capture, voice calls, and email for AI agents.

Installs per day peak 19 · avg 10 · +6% w/w
a month agotoday
70
Installs / week
pypi · agentline-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Agentline every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentline-mcp -- uvx agentline-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentline-mcp": {
      "args": [
        "agentline-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentline-mcp]
command = "uvx"
args = ["agentline-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentline-mcp": {
      "args": [
        "agentline-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentline-mcp": {
      "args": [
        "agentline-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: AGENTLINE_API_KEY (Agentline API key. Get one at https://www.agentline.co. Starts with ag_live_ or ag_test_.), AGENTLINE_BASE_URL (Override the Agentline API base URL. Defaults to https://api.agentline.dev. Only needed for self-hosted or staging deployments.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentline

same job, measured the same way
VoIP.ms
by ecliptical

Manage phone numbers, SMS/MMS, voicemail, faxing, and call routing for your VoIP.ms account.

answering
Anima
by anima-labs-ai

Give your AI agent an identity it owns: email inbox, US phone number, SMS, voice, and a vault.

67 tools answering
Twilio MCP Server
by mrfentmen

Send SMS, MMS, WhatsApp messages, make voice calls, and manage Twilio phone numbers.

40 installs/wk local only
CosVoice
by cosvoice

A real phone number and email for your AI Chief of Staff. Calls, bookings by phone, summaries.

answering
Agentweb
by zerabic

Free business data for AI agents. 11M+ businesses, 227 countries, phone/email/hours.

59 installs/wk local only
Callingly
by callingly

Lets AI agents get leads on the phone: call, send SMS, and schedule callbacks for sales teams.

answering
Commune
by shanjai-raj

Email and SMS MCP server for AI agents — 41 tools for inboxes, sending, search, and SMS.

147 installs/wk local only
Agent Identity MCP
by flovoice53-tech

Gives an AI agent a disposable email and a real UK phone number to test signup flows.

42 installs/wk local only

Agentline — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentline?
Agentline runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package agentline-mcp was installed 70 times last week.
How do I connect Agentline?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agentline-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Agentline?
The pypi package agentline-mcp was installed 70 times in the last week. Week over week that is +6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.