General Tools
revault.ca
Provides tools to join the ReVault waitlist and access its machine-readable site summary.
ENDPOINT 1
https://revault.ca/mcp
MCP server metadata
- Name
- revault-waitlist
- Version
- 1.0.0
Confirm emails with the user before join_waitlist. See https://revault.ca/auth.md
Known tools 2
join_waitlistAdd an email to the ReVault waitlist after confirming the address with the user.
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.revault-waitlist]
url = "https://revault.ca/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"revault-waitlist": {
"type": "http",
"url": "https://revault.ca/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: revault-waitlist
Remote MCP URL: https://revault.ca/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": {
"revault-waitlist": {
"url": "https://revault.ca/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"revault-waitlist": {
"type": "http",
"url": "https://revault.ca/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "revault-waitlist",
"transport": "streamable-http",
"url": "https://revault.ca/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for revault.ca was fetched 2026-08-17T05:44:36.048Z.
revault.ca is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.