← agentline.cloud
INDIVIDUAL MCP TOOL
buy_phone_number
Provision Buy a US phone number for your AI agent.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentline]
url = "https://api.agentline.cloud/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentline": {
"type": "http",
"url": "https://api.agentline.cloud/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentline
Remote MCP URL: https://api.agentline.cloud/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentline": {
"url": "https://api.agentline.cloud/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentline": {
"type": "http",
"url": "https://api.agentline.cloud/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentline",
"transport": "streamable-http",
"url": "https://api.agentline.cloud/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_agents— List Agents List all AI voice agents configured on your account.create_agent— Create Agent Create a new AI voice agent for telephony.get_agent— Get Agent Get details of a specific AI voice agent.update_agent— Update Agent Update an AI voice agent's configuration.delete_agent— Delete Agent Delete an AI voice agent.list_phone_numbers— List Numbers List all phone numbers provisioned on your account.list_messages— List Messages List SMS messages sent and received by your AI agents.make_outbound_call— Create Call Make an outbound phone call from your AI agent.