Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Philidor DeFi Vault Risk Analytics

io.philidor/defi-vaults

Search 700+ DeFi vaults, compare risk scores, analyze protocols. No API key needed.

Uptime
100.0%
2 direct probes · 30d
Response
566ms
last probe
Tools
13
callable
Resources
3
readable
Prompts
3
available

Tools · 13

search_vaults

Search and filter DeFi vaults by chain, protocol, asset, risk tier, TVL, and more. Returns a paginated list with risk scores and APR.

get_vault

Get detailed information about a specific DeFi vault including risk breakdown, recent events, and historical snapshots. Lookup by ID or by network + address.

get_vault_risk_breakdown

Get a detailed breakdown of a vault's risk vectors: Asset Composition, Platform and Strategy, Control and Governance, and History scores with sub-metrics.

list_markets

List lending markets — the market a depositor actually picks: an Aave/Spark pool, an Aave V4 spoke (Main, Bluechip, EtherFi Cash), a Compound Comet, a Morpho Blue loan/collateral pair, or a Kamino K-L…

get_market

Get one lending market with every reserve it contains: supplied, supply APR, borrowed, borrow APR, utilization and risk tier per reserve. Market ids look like aave-v4-10-etherfi-cash, aave-v3-1-ethere…

get_market_events

Published risk events for ONE lending market: incidents, bad debt, liquidation cascades (e.g. mass liquidations on a Morpho Blue market). Market ids look like morpho-v1-1-pt-reusd-10dec2026-usdc-91-5 …

compare_vaults

Compare 2-3 DeFi vaults side-by-side on TVL, APR, risk score, risk tier, audited status, and more.

find_safest_vaults

Find the highest risk-scored DeFi vaults, optionally filtered by asset, chain, or minimum TVL. Returns the top 10 audited vaults sorted by Philidor risk score (higher = lower assessed risk; scores are…

get_protocol_info

Get detailed information about a DeFi protocol including TVL, vault count, versions, auditors, and security incidents.

get_curator_info

Get detailed information about a vault curator including their managed vaults, TVL, chain distribution, and performance.

get_market_overview

Get a high-level overview of the DeFi vault market: total TVL, vault count, risk distribution, and TVL by protocol.

explain_risk_score

Explain what a Philidor risk score means, including the tier (Prime/Core/Edge), how it is calculated, and what the thresholds are.

list_vaults_with_incidents

List all vaults that had a recent critical incident (last 365 days). Critical = severity Critical or incident_severity major. Results are sorted by TVL descending, then by time since event ascending (…

Resources · 3

methodology

The Vector Risk Framework methodology used by Philidor to score DeFi vault risk.

philidor://methodology
supported-chains

List of blockchain networks supported by Philidor with vault counts and TVL.

philidor://supported-chains
supported-protocols

List of DeFi protocols tracked by Philidor with vault counts and TVL.

philidor://supported-protocols

Prompts · 3

vault_due_diligence

Generate a comprehensive due diligence report for a specific DeFi vault.

portfolio_risk_assessment

Analyze portfolio-level risk across multiple vault positions.

defi_yield_comparison

Compare DeFi yield opportunities across vaults, filtered by asset, chain, or risk tier.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "philidor_defi_vault_risk_analytics": {
      "url": "https://mcp.philidor.io/api/mcp",
      "transport": "streamable-http"
    }
  }
}