← radiovaults.com

INDIVIDUAL MCP TOOL

get_cost_of_lost_radio

Return RadioVault's published cost breakdown for a single lost two-way radio, including each line item range and the total per incident.

radiovaults.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://radiovaults.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_cost_of_lost_radio 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

radiovaults.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.radio-vault-launch]
url = "https://radiovaults.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "radio-vault-launch": {
      "type": "http",
      "url": "https://radiovaults.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "radio-vault-launch": {
      "type": "http",
      "url": "https://radiovaults.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "radio-vault-launch",
  "transport": "streamable-http",
  "url": "https://radiovaults.com/mcp"
}
MCP Inspector

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

Related tools

  • get_product_overview — Return the RadioVault product overview: what it is, key features, how ordering and configuration works, the optional Radio Area Mounting Board, and where to buy.
  • search_faq — Search the public RadioVault FAQ (compatibility, charging, USA assembly, Radio Area board, quantities, where to buy).
  • list_industries — List the industries and facility types RadioVault is deployed in, optionally limited to the featured ones highlighted on the site.
  • get_contact_info — Return RadioVault's public contact details: sales email, phone number, contact page, and the Amazon purchase link.