Loading MCP server directory, please wait...
Phone numbers, SMS, 2FA capture, voice calls, and email for AI agents.
npx @getmcp/cli add io.github.jgottlieb84/agentline-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
AGENTLINE_API_KEYAgentline API key. Get one at https://www.agentline.co. Starts with ag_live_ or ag_test_.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jgottlieb84/agentline-mcp": {
"command": "uvx",
"args": [
"agentline-mcp"
],
"env": {
"AGENTLINE_API_KEY": "",
"AGENTLINE_BASE_URL": ""
}
}
}
}