What is the Agentline MCP server?
Phone numbers, SMS, 2FA capture, voice calls, and email for AI agents.
How to install Agentline
Copy-paste configuration for popular MCP clients.
AGENTLINE_API_KEYrequiredsecretAgentline API key. Get one at https://www.agentline.co. Starts with ag_live_ or ag_test_.
AGENTLINE_BASE_URLOverride the Agentline API base URL. Defaults to https://api.agentline.dev. Only needed for self-hosted or staging deployments.
{
"mcpServers": {
"agentline-mcp": {
"command": "uvx",
"args": [
"agentline-mcp"
],
"env": {
"AGENTLINE_API_KEY": "<YOUR_AGENTLINE_API_KEY>",
"AGENTLINE_BASE_URL": "<YOUR_AGENTLINE_BASE_URL>"
}
}
}
}{
"mcpServers": {
"agentline-mcp": {
"command": "uvx",
"args": [
"agentline-mcp"
],
"env": {
"AGENTLINE_API_KEY": "<YOUR_AGENTLINE_API_KEY>",
"AGENTLINE_BASE_URL": "<YOUR_AGENTLINE_BASE_URL>"
}
}
}
}{
"mcpServers": {
"agentline-mcp": {
"command": "uvx",
"args": [
"agentline-mcp"
],
"env": {
"AGENTLINE_API_KEY": "<YOUR_AGENTLINE_API_KEY>",
"AGENTLINE_BASE_URL": "<YOUR_AGENTLINE_BASE_URL>"
}
}
}
}{
"servers": {
"agentline-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"agentline-mcp"
],
"env": {
"AGENTLINE_API_KEY": "<YOUR_AGENTLINE_API_KEY>",
"AGENTLINE_BASE_URL": "<YOUR_AGENTLINE_BASE_URL>"
}
}
}
}claude mcp add agentline-mcp --env AGENTLINE_API_KEY=<YOUR_AGENTLINE_API_KEY> --env AGENTLINE_BASE_URL=<YOUR_AGENTLINE_BASE_URL> -- uvx agentline-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.