MCP Server
MCP
Agentline
Phone numbers, SMS, 2FA capture, voice calls, and email for AI agents.
Install
uvx agentline-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "agentline-mcp",
"version": "0.1.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Agentline API key. Get one at https://www.agentline.co. Starts with ag_live_ or ag_test_.",
"isRequired": true,
"isSecret": true,
"name": "AGENTLINE_API_KEY"
},
{
"description": "Override the Agentline API base URL. Defaults to https://api.agentline.dev. Only needed for self-hosted or staging deployments.",
"name": "AGENTLINE_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
Comments
Sign in to leave a comment