MCP Resources
MCP resource endpoints for 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 documentation.
- Content type: text/markdown
- Content: Full methodology including score meaning, vector definitions with Asset 30, Platform and Strategy 30, Control and Governance 20, and History 20, category and 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