← vocaleo.co

INDIVIDUAL MCP TOOL

refresh_dedicated_number

Refresh the number subscription after payment.

vocaleo.conone authenticationAvailability not checked

LIVE ENDPOINT

https://api.vocaleo.co/mcp

No auth detected

Connect to this endpoint to inspect the live schema for refresh_dedicated_number and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

vocaleo.co

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.

Related tools

  • create_account — Start creating a Vocaleo account, or recover one.
  • verify_account — Finish creating the account: send the code Vocaleo texted to phone_number.
  • get_account — Read call credit, standard and Pro prices, dedicated-number status, paid-through date, and the saved return-call connection setting.
  • request_account_closure_code — Send a fresh account-closure code to the registered phone.
  • close_account — Permanently close the account only after the owner explicitly confirms.
  • start_call — Place one one-off voice call.
  • get_call — Read one call.
  • get_call_recording — Get a private call recording download link.