API Tools
vocaleo.co
Manages Vocaleo accounts by creating, verifying, retrieving credit/pricing/status, and closing accounts via phone verification.
ENDPOINT 1
https://api.vocaleo.co/mcp
MCP server metadata
- Name
- vocaleo
Known tools 19
verify_accountFinish creating the account: send the code Vocaleo texted to phone_number.
Potential side effectsget_accountRead call credit, standard and Pro prices, dedicated-number status, paid-through date, and the saved return-call connection setting.
Inferred read-onlyrequest_account_closure_codeSend a fresh account-closure code to the registered phone.
Potential side effectsclose_accountPermanently close the account only after the owner explicitly confirms.
Inferred read-onlyget_dedicated_numberStart the optional dedicated-number add-on at USD 3 per month, plus normal call credit.
Inferred read-onlymanage_number_paymentGet the owner's Stripe portal link to fix a failed number payment or cancel renewal.
Potential side effectscancel_dedicated_numberCancel a pending, unpaid dedicated-number checkout so the owner can choose a different area code.
Inferred read-onlyget_inbound_callsList recent inbound calls for this account, including messages and call results.
Inferred read-onlyget_inbound_settingsRead the saved instructions, generated prompts, and objectives for unknown callers and the owner's registered phone.
Inferred read-onlyset_inbound_instructionsSet instructions for unknown callers or the owner's registered phone.
Inferred read-onlyget_text_messagesList texts sent and received on the dedicated number, newest first.
Inferred read-onlyCONNECT 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.vocaleo]
url = "https://api.vocaleo.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vocaleo": {
"type": "http",
"url": "https://api.vocaleo.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vocaleo
Remote MCP URL: https://api.vocaleo.co/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": {
"vocaleo": {
"url": "https://api.vocaleo.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vocaleo": {
"type": "http",
"url": "https://api.vocaleo.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vocaleo",
"transport": "streamable-http",
"url": "https://api.vocaleo.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.