MCP Server
MCP Prompts
Pre-built analysis prompts available on the Philidor MCP server.
MCP prompts are pre-built analysis templates that guide the agent through structured analyses. They combine multiple tool calls with domain-specific reasoning.
vault_due_diligence
Generate a comprehensive due diligence report for a single vault.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| network | string | Yes | Network slug (e.g., ethereum, base, arbitrum) |
| address | string | Yes | Vault contract address (0x...) |
Analysis Areas
- Safety Assessment — overall risk score and tier classification
- Risk Vector Analysis — breakdown of Asset, Platform, and Governance scores
- Red Flags — identification of warning indicators
- Yield Analysis — APR decomposition (base vs rewards)
- Recommendations — actionable insights based on the analysis
Example: "Run a due diligence report on the Gauntlet USDC vault at 0x8eB67A509616cd6A7c1B3c8C21D48FF57df3d458 on Ethereum"
portfolio_risk_assessment
Analyze portfolio-level risk across multiple vault positions.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| positions | string | Yes | JSON array of positions: [{"network": "ethereum", "address": "0x...", "allocationPercent": 50}] |
Analysis Areas
- Portfolio Composition — breakdown of positions by protocol, chain, asset
- Concentration Risk — exposure to single protocols, chains, or curators
- Weighted Risk Score — portfolio-level composite risk
- Correlation Risk — correlated failure modes across positions
- Diversification Suggestions — how to improve risk profile
- Worst-Case Scenarios — potential loss scenarios
Example: "Assess the risk of a portfolio with 50% in Gauntlet USDC and 50% in Steakhouse USDT on Morpho"
defi_yield_comparison
Compare yields across vaults with risk-adjusted analysis.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| asset | string | No | Filter by asset symbol (e.g., USDC, WETH) |
| chain | string | No | Filter by chain name |
| riskTier | string | No | Filter by risk tier: Prime, Core, or Edge |
Analysis Areas
- Yield Ranking — vaults sorted by APR
- Risk-Adjusted Returns — yield relative to risk score
- Safety Trade-offs — what you give up for higher yield
- Top Picks — conservative, balanced, and yield-maximizing options
- Key Differences — what distinguishes the top options
Example: "Compare USDC yields across Prime-tier vaults on Ethereum"