General Tools
radiovaults.com
Provides product information, FAQ, industry use cases, cost analysis, and contact details for RadioVault, a two-way radio asset management system.
ENDPOINT 1
https://radiovaults.com/mcp
MCP server metadata
- Name
- radio-vault-launch
- Version
- 0.1.0
Public, read-only tools for RadioVault — a rugged commercial enclosure that secures, charges, and organizes portable two-way radios. Use `get_product_overview` for what the product is and how ordering works, `search_faq` for specific questions (compatibility, charging, USA assembly, Radio Area board, quantities), `list_industries` for where it is deployed, `get_cost_of_lost_radio` for the published cost breakdown, and `get_contact_info` for sales email, phone, and the Amazon purchase link.
Known tools 5
get_product_overviewReturn the RadioVault product overview: what it is, key features, how ordering and configuration works, the optional Radio Area Mounting Board, and where to buy.
Inferred read-onlysearch_faqSearch the public RadioVault FAQ (compatibility, charging, USA assembly, Radio Area board, quantities, where to buy).
Inferred read-onlylist_industriesList the industries and facility types RadioVault is deployed in, optionally limited to the featured ones highlighted on the site.
Inferred read-onlyget_cost_of_lost_radioReturn RadioVault's published cost breakdown for a single lost two-way radio, including each line item range and the total per incident.
Inferred read-onlyget_contact_infoReturn RadioVault's public contact details: sales email, phone number, contact page, and the Amazon purchase link.
Potential side effectsCONNECT 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.
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.