Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PHILIDOR_API_URL | No | Custom API endpoint for the Philidor API. The server connects to the public Philidor API by default. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 Code, and Governance scores with sub-metrics. |
| 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 audited, high-confidence vaults sorted by risk score. |
| 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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| 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. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| methodology | The Vector Risk Framework v2.0 methodology used by Philidor to score DeFi vault risk. |
| supported-chains | List of blockchain networks supported by Philidor with vault counts and TVL. |
| supported-protocols | List of DeFi protocols tracked by Philidor with vault counts and TVL. |