Philidor Docs
MCP Server

MCP Resources

Static and dynamic resources available on the Philidor MCP server.

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 v2.2 documentation.

  • Content type: text/markdown
  • Content: Full methodology including design philosophy, vector definitions (Asset 40%, Platform 40%, Governance 20%), scoring formulas, tier definitions, and hard disqualification rules
  • 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/chains API 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/protocols API 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

On this page

Raw