← Registry

API Tools

revdesk.com

Provides telephony operations including sending SMS, placing calls, and managing call details via the RevDesk API.

1 endpoint10 known toolsFirst detected August 24, 2026Last detected August 24, 2026

ENDPOINT 1

https://mcp.revdesk.com/mcp

No auth detected

MCP server metadata

Name
RevDesk Product MCP
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Use RevDesk tools for organization-scoped calling, SMS, phone-number management, caller IDs, and usage. Tool discovery is public; every tool call requires a least-privilege RevDesk API key.

Known tools 10

send_sms

Send a text message from one of the account's RevDesk phone numbers.

Potential side effects
place_call

Place an outbound phone call from one of the account's RevDesk numbers to a destination.

Inferred read-only
list_calls

List recent calls with status, duration, and cost.

Inferred read-only
get_call

Get the current status and details of a single call by id.

Inferred read-only
hangup_call

Hang up an in-progress call by id.

Inferred read-only
list_phone_numbers

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

Inferred read-only
search_available_numbers

Search phone numbers available for purchase, by area code or digit pattern.

Potential side effects
buy_phone_number

Purchase a phone number for this account.

Potential side effects
list_caller_ids

List verified caller IDs and their CNAM display names.

Inferred read-only
get_usage

Current-month usage rollup: calls placed, minutes used, active numbers, spend.

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

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.