INDIVIDUAL MCP TOOL
compare_vaults
Compare two to five current vault records side by side using the same timestamped fields.
LIVE ENDPOINT
https://vaultvision.tech/mcp
Connect to this endpoint to inspect the live schema for compare_vaults 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
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.vaultvision-hyperliquid-vaults]
url = "https://vaultvision.tech/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vaultvision-hyperliquid-vaults": {
"type": "http",
"url": "https://vaultvision.tech/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vaultvision-hyperliquid-vaults
Remote MCP URL: https://vaultvision.tech/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": {
"vaultvision-hyperliquid-vaults": {
"url": "https://vaultvision.tech/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vaultvision-hyperliquid-vaults": {
"type": "http",
"url": "https://vaultvision.tech/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vaultvision-hyperliquid-vaults",
"transport": "streamable-http",
"url": "https://vaultvision.tech/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search current Hyperliquid vault records and canonical VaultVision research pages.fetch— Fetch one VaultVision search result by its vault: or page: identifier and return current structured evidence with a canonical URL.search_vaults— Filter and sort current Hyperliquid vaults by name, TVL, modeled risk, drawdown, entry quality, and observed deposit status.get_vault— Get the latest available VaultVision record for one vault ID, canonical slug, URL, or exact vault name, including risk, drawdown, entry, TVL, and deposit context.rank_vaults— Return the current evidence-gated VaultVision ranking snapshot.explain_vault_risk— Explain one vault's current VaultVision risk score, component values, drawdown evidence, and data caveats without converting the model into investment advice.get_hlp_metrics— Return the current VaultVision record for Hyperliquidity Provider (HLP), including timestamped TVL, performance, drawdown, risk, and deposit context when available.get_recent_alerts— Return recent rule-based VaultVision vault signals such as risk, entry, TVL, flow, or APR changes.