Philidor Docs
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

ParameterTypeRequiredDescription
networkstringYesNetwork slug (e.g., ethereum, base, arbitrum)
addressstringYesVault contract address (0x...)

Analysis Areas

  1. Safety Assessment — overall risk score and tier classification
  2. Risk Vector Analysis — breakdown of Asset, Platform, and Governance scores
  3. Red Flags — identification of warning indicators
  4. Yield Analysis — APR decomposition (base vs rewards)
  5. 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

ParameterTypeRequiredDescription
positionsstringYesJSON array of positions: [{"network": "ethereum", "address": "0x...", "allocationPercent": 50}]

Analysis Areas

  1. Portfolio Composition — breakdown of positions by protocol, chain, asset
  2. Concentration Risk — exposure to single protocols, chains, or curators
  3. Weighted Risk Score — portfolio-level composite risk
  4. Correlation Risk — correlated failure modes across positions
  5. Diversification Suggestions — how to improve risk profile
  6. 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

ParameterTypeRequiredDescription
assetstringNoFilter by asset symbol (e.g., USDC, WETH)
chainstringNoFilter by chain name
riskTierstringNoFilter by risk tier: Prime, Core, or Edge

Analysis Areas

  1. Yield Ranking — vaults sorted by APR
  2. Risk-Adjusted Returns — yield relative to risk score
  3. Safety Trade-offs — what you give up for higher yield
  4. Top Picks — conservative, balanced, and yield-maximizing options
  5. Key Differences — what distinguishes the top options

Example: "Compare USDC yields across Prime-tier vaults on Ethereum"

On this page

Raw