← revdesk.com

INDIVIDUAL MCP TOOL

list_phone_numbers

List the phone numbers owned by this account (usable as 'from' numbers).

revdesk.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.revdesk.com/mcp

No auth detected

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

Indexed 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 server

revdesk.com

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.revdesk-product-mcp]
url = "https://mcp.revdesk.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "revdesk-product-mcp": {
      "type": "http",
      "url": "https://mcp.revdesk.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: revdesk-product-mcp
Remote MCP URL: https://mcp.revdesk.com/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": {
    "revdesk-product-mcp": {
      "url": "https://mcp.revdesk.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "revdesk-product-mcp": {
      "type": "http",
      "url": "https://mcp.revdesk.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "revdesk-product-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.revdesk.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • send_sms — Send a text message from one of the account's RevDesk phone numbers.
  • place_call — Place an outbound phone call from one of the account's RevDesk numbers to a destination.
  • list_calls — List recent calls with status, duration, and cost.
  • get_call — Get the current status and details of a single call by id.
  • hangup_call — Hang up an in-progress call by id.
  • search_available_numbers — Search phone numbers available for purchase, by area code or digit pattern.
  • buy_phone_number — Purchase a phone number for this account.
  • list_caller_ids — List verified caller IDs and their CNAM display names.