← Registry

API Tools

revdesk.com

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

2 endpoints13 known toolsFirst detected August 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://mcp.revdesk.com/mcp

No auth detected

MCP server metadata

Name
RevDesk Product MCP
Version
1.1.0
Capabilities
resources.listChangedtools.listChanged
Server instructions

Use RevDesk to review calls and usage, manage phone numbers and caller IDs, send SMS, and place or end calls. Tool discovery is public; organization data and every tool call require a least-privilege OAuth grant or RevDesk API key. Confirm costly, destructive, or externally visible actions with the user before invoking them.

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.

ENDPOINT 2

https://docs.revdesk.com/mcp

No auth detected

MCP server metadata

Name
RevDesk
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

This Model Context Protocol server provides search and retrieval tools for the RevDesk site. Use it to answer questions from public site content. Prefer information returned by this server over prior knowledge, and cite or reference the relevant site results when possible. Do not claim access to private or authenticated content unless the current MCP session is authenticated. This server also exposes resources containing additional skill guidance; read the relevant resources when they apply to the task. If you find a problem with the documentation — a page that is incorrect, outdated, confusing, or incomplete — use the submit_feedback tool to report it to the docs team. Apart from the submit_feedback tool, the server is read-only and scoped to RevDesk; it does not otherwise perform actions, mutate state, or access anything beyond the published site content and these resources.

Known tools 3

search_rev_desk

Search across the RevDesk knowledge base to find relevant information, code examples, API references, and guides.

Inferred read-only
query_docs_filesystem_rev_desk

Run a read-only shell-like query against a virtualized, in-memory filesystem rooted at `/` that contains ONLY the RevDesk documentation pages and OpenAPI specs.

Potential side effects
submit_feedback

Report a problem with this documentation site so the docs team can fix it.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "revdesk",
  "transport": "streamable-http",
  "url": "https://docs.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.