← Registry

API Tools

vocaleo.co

Manages Vocaleo accounts by creating, verifying, retrieving credit/pricing/status, and closing accounts via phone verification.

1 endpoint19 known toolsFirst detected September 21, 2026Last detected September 21, 2026

ENDPOINT 1

https://api.vocaleo.co/mcp

No auth detected

MCP server metadata

Name
vocaleo
Capabilities
experimentalpromptsresourcestools

Known tools 19

create_account

Start creating a Vocaleo account, or recover one.

Inferred read-only
verify_account

Finish creating the account: send the code Vocaleo texted to phone_number.

Potential side effects
get_account

Read call credit, standard and Pro prices, dedicated-number status, paid-through date, and the saved return-call connection setting.

Inferred read-only
request_account_closure_code

Send a fresh account-closure code to the registered phone.

Potential side effects
close_account

Permanently close the account only after the owner explicitly confirms.

Inferred read-only
start_call

Place one one-off voice call.

Inferred read-only
get_call

Read one call.

Inferred read-only
get_call_recording

Get a private call recording download link.

Inferred read-only
get_dedicated_number

Start the optional dedicated-number add-on at USD 3 per month, plus normal call credit.

Inferred read-only
refresh_dedicated_number

Refresh the number subscription after payment.

Potential side effects
manage_number_payment

Get the owner's Stripe portal link to fix a failed number payment or cancel renewal.

Potential side effects
cancel_dedicated_number

Cancel a pending, unpaid dedicated-number checkout so the owner can choose a different area code.

Inferred read-only
get_inbound_calls

List recent inbound calls for this account, including messages and call results.

Inferred read-only
get_inbound_settings

Read the saved instructions, generated prompts, and objectives for unknown callers and the owner's registered phone.

Inferred read-only
set_inbound_instructions

Set instructions for unknown callers or the owner's registered phone.

Inferred read-only
get_inbound_call_updates

Check for newly completed return calls.

Inferred read-only
send_text_message

Send one text from the account's dedicated number.

Potential side effects
get_text_messages

List texts sent and received on the dedicated number, newest first.

Inferred read-only
submit_feedback

Report an issue or suggest a feature to the Vocaleo team.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.