MCP Server
MCP Resources
MCP resource endpoints — risk methodology, supported chains, protocol list, and per-vault risk context.
MCP resources provide context that agents can read without making tool calls. They're available at fixed URIs.
philidor://methodology
The complete Vector Risk Framework v4.1 documentation.
- Content type: text/markdown
- Content: Full methodology including score meaning, vector definitions (Asset 40%, Platform 40%, Governance 20%), category/dimension scoring, cap cascade, suitability labels, and fail-safe semantics
- Use case: Agent needs to understand how risk scores are calculated before interpreting them
philidor://supported-chains
List of supported blockchain networks with vault counts and TVL.
- Content type: text/markdown
- Content: Dynamically fetched from the
/v1/chainsAPI endpoint. Returns each chain with its name, vault count, and total TVL - Use case: Agent needs to know which chains are available before searching for vaults
philidor://supported-protocols
List of supported DeFi protocols with vault counts and TVL.
- Content type: text/markdown
- Content: Dynamically fetched from the
/v1/protocolsAPI endpoint. Returns each protocol with its name, vault count, and total TVL - Use case: Agent needs to know which protocols are tracked before making protocol-specific queries