Agentline✓
io.github.jgottlieb84/agentline-mcp · v0.1.1
v0.1.1▦ pypi pypi: agentline-mcp
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.jgottlieb84/agentline-mcp",
"description": "Phone numbers, SMS, 2FA capture, voice calls, and email for AI agents.",
"title": "Agentline",
"version": "0.1.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}