Catalog
io.github.jgottlieb84/agentline-mcp
OfficialAgentline
Phone numbers, SMS, 2FA capture, voice calls, and email for AI agents.
Manage phone numbers, SMS, 2FA, voice calls, and email for AI agents.
README not available yet.
Install
Configuration
Environment variables
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.
claude_desktop_config.json
{
"mcpServers": {
"agentline-mcp": {
"command": "uvx",
"args": [
"agentline-mcp"
],
"env": {
"AGENTLINE_API_KEY": "<YOUR_AGENTLINE_API_KEY>",
"AGENTLINE_BASE_URL": "<YOUR_AGENTLINE_BASE_URL>"
}
}
}
}