API Tools
revdesk.com
Provides telephony operations including sending SMS, placing calls, and managing call details via the RevDesk API.
ENDPOINT 1
https://mcp.revdesk.com/mcp
MCP server metadata
- Name
- RevDesk Product MCP
- Version
- 1.0.0
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
place_callPlace an outbound phone call from one of the account's RevDesk numbers to a destination.
Inferred read-onlylist_phone_numbersList the phone numbers owned by this account (usable as 'from' numbers).
Inferred read-onlysearch_available_numbersSearch phone numbers available for purchase, by area code or digit pattern.
Potential side effectsget_usageCurrent-month usage rollup: calls placed, minutes used, active numbers, spend.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.