# Philidor

Search and analyze 700+ DeFi vaults across Morpho, Aave, Spark, Yearn, Beefy, Compound, Uniswap and others. Multi-vector risk scoring (Asset 40%, Platform 40%, Governance 20%) with Prime/Core/Edge.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add philidor/defi

# Browse available tools
npx -y smithery tool list philidor/defi

# Get full schema for a tool
npx -y smithery tool get philidor/defi search_vaults

# Call a tool
npx -y smithery tool call philidor/defi search_vaults '{}'
```

## Direct MCP Connection

Endpoint: `https://defi--philidor.run.tools`

## Tools (10)

- `search_vaults` — Search and filter DeFi vaults by chain, protocol, asset, risk tier, TVL, and more. Returns a paginated list with risk s…
- `get_vault` — Get detailed information about a specific DeFi vault including risk breakdown, recent events, and historical snapshots.…
- `get_vault_risk_breakdown` — Get a detailed breakdown of a vault's risk vectors: Asset Composition, Platform Code, and Governance scores with sub-me…
- `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 safest (highest risk-scored) DeFi vaults, optionally filtered by asset, chain, or minimum TVL. Returns top 10 …
- `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 thre…
- `list_vaults_with_incidents` — List all vaults that had a recent critical incident (last 365 days). Critical = severity Critical or incident_severity …

```bash
# Get full input/output schema for a tool
npx -y smithery tool get philidor/defi <tool-name>
```

## Resources

- `philidor://methodology` — The Vector Risk Framework v2.2 methodology used by Philidor to score DeFi vault risk.
- `philidor://supported-chains` — List of blockchain networks supported by Philidor with vault counts and TVL.
- `philidor://supported-protocols` — List of DeFi protocols tracked by Philidor with vault counts and TVL.

## Prompts (3)

- `vault_due_diligence` (network, address) — Generate a comprehensive due diligence report for a specific DeFi vault.
- `portfolio_risk_assessment` (positions) — Analyze portfolio-level risk across multiple vault positions.
- `defi_yield_comparison` (asset, chain, riskTier) — Compare DeFi yield opportunities across vaults, filtered by asset, chain, or risk tier.
