Philidor Docs
MCP Server

MCP Tools

All 10 tools available on the Philidor MCP server.

search_vaults

Search and filter DeFi vaults by chain, protocol, asset, risk tier, and TVL.

ParameterTypeRequiredDescription
querystringNoSearch by vault name, symbol, asset, protocol, or curator
chainstringNoFilter by chain name (e.g., Ethereum, Base, Arbitrum)
protocolstringNoFilter by protocol ID (e.g., morpho, aave-v3, yearn-v3)
assetstringNoFilter by asset symbol (e.g., USDC, WETH)
riskTierstringNoFilter by risk tier: Prime, Core, or Edge
minTvlnumberNoMinimum TVL in USD
sortBystringNoSort field: tvl_usd, apr_net, name, last_synced_at
sortOrderstringNoSort order: asc or desc
limitnumberNoMax results (default 10, max 50)

Example prompt: "Find all Prime-tier USDC vaults on Ethereum with at least $1M TVL"


get_vault

Get full vault details including risk breakdown, snapshots, and events.

ParameterTypeRequiredDescription
idstringNoVault ID (e.g., morpho-ethereum-0x...)
networkstringNoNetwork slug (e.g., ethereum, base)
addressstringNoVault contract address (0x...)

Requires either id OR both network and address.

Example prompt: "Show me the details for the Gauntlet USDC vault on Ethereum"


get_vault_risk_breakdown

Detailed risk vector analysis showing Asset, Platform, and Governance scores.

ParameterTypeRequiredDescription
networkstringYesNetwork slug
addressstringYesVault contract address

Example prompt: "Break down the risk vectors for vault 0x8eB67A509616cd6A7c1B3c8C21D48FF57df3d458 on Ethereum"


compare_vaults

Side-by-side comparison of 2-3 vaults across risk, yield, and other dimensions.

ParameterTypeRequiredDescription
vaultsarrayYesArray of vault objects, each with network and address (min 2, max 3)

Example prompt: "Compare the Gauntlet USDC and Steakhouse USDC vaults on Morpho"


find_safest_vaults

Find the top 10 safest audited vaults, optionally filtered by asset or chain.

ParameterTypeRequiredDescription
assetstringNoFilter by asset symbol (e.g., USDC, WETH)
chainstringNoFilter by chain name
minTvlnumberNoMinimum TVL in USD

Example prompt: "What are the safest WETH vaults?"


get_protocol_info

Get protocol details including security history, audit info, and versions.

ParameterTypeRequiredDescription
protocolIdstringYesProtocol ID (e.g., morpho, aave-v3, yearn-v3, beefy)

Example prompt: "Tell me about Morpho's security history"


get_curator_info

Get curator details and track record.

ParameterTypeRequiredDescription
curatorIdstringYesCurator ID

Example prompt: "What's Gauntlet's track record as a vault curator?"


get_market_overview

Get platform-wide DeFi vault statistics. No parameters required.

Example prompt: "Give me an overview of the DeFi vault market"


explain_risk_score

Explain what a risk score means and its tier classification.

ParameterTypeRequiredDescription
scorenumberYesRisk score (0-10) to explain

Example prompt: "What does a risk score of 7.3 mean?"


list_vaults_with_incidents

List vaults with critical incidents in the last 365 days, sorted by TVL. No parameters required.

Example prompt: "Which vaults have had security incidents recently?"

On this page

Raw