Analytics
philidor.io
Search, analyze, and compare DeFi vaults with risk metrics and historical data.
ENDPOINT 1
https://mcp.philidor.io/api/mcp
MCP server metadata
- Name
- philidor-defi-vaults
- Version
- 1.0.0
Known tools 13
search_vaultsSearch and filter DeFi vaults by chain, protocol, asset, risk tier, TVL, and more.
Inferred read-onlyget_vaultGet detailed information about a specific DeFi vault including risk breakdown, recent events, and historical snapshots.
Inferred read-onlyget_vault_risk_breakdownGet a detailed breakdown of a vault's risk vectors: Asset Composition, Platform and Strategy, Control and Governance, and History scores with sub-metrics.
Inferred read-onlylist_marketsList lending markets — the market a depositor actually picks: an Aave/Spark pool, an Aave V4 spoke (Main, Bluechip, EtherFi Cash), a Compound Comet, or a Morpho Blue loan/collateral pair.
Inferred read-onlyget_marketGet one lending market with every reserve it contains: supplied, supply APR, borrowed, borrow APR, utilization and risk tier per reserve.
Inferred read-onlyget_market_eventsPublished risk events for ONE lending market: incidents, bad debt, liquidation cascades (e.g.
Inferred read-onlycompare_vaultsCompare 2-3 DeFi vaults side-by-side on TVL, APR, risk score, risk tier, audited status, and more.
Inferred read-onlyfind_safest_vaultsFind the highest risk-scored DeFi vaults, optionally filtered by asset, chain, or minimum TVL.
Inferred read-onlyget_protocol_infoGet detailed information about a DeFi protocol including TVL, vault count, versions, auditors, and security incidents.
Inferred read-onlyget_curator_infoGet detailed information about a vault curator including their managed vaults, TVL, chain distribution, and performance.
Inferred read-onlyget_market_overviewGet a high-level overview of the DeFi vault market: total TVL, vault count, risk distribution, and TVL by protocol.
Inferred read-onlyexplain_risk_scoreExplain what a Philidor risk score means, including the tier (Prime/Core/Edge), how it is calculated, and what the thresholds are.
Inferred read-onlylist_vaults_with_incidentsList all vaults that had a recent critical incident (last 365 days).
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.philidor-defi-vaults]
url = "https://mcp.philidor.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"philidor-defi-vaults": {
"type": "http",
"url": "https://mcp.philidor.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: philidor-defi-vaults
Remote MCP URL: https://mcp.philidor.io/api/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": {
"philidor-defi-vaults": {
"url": "https://mcp.philidor.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"philidor-defi-vaults": {
"type": "http",
"url": "https://mcp.philidor.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "philidor-defi-vaults",
"transport": "streamable-http",
"url": "https://mcp.philidor.io/api/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.