Philidor DeFi Vault Risk Analytics MCP Server

Search 700+ DeFi vaults across Morpho, Aave, Yearn, Beefy, and Spark. Compare risk scores, analyze protocols, run due diligence all through natural language. Its 10 documented tools cover vaults, vault, risk, info. It is available as a remote MCP endpoint.

Teams that want a hosted finance endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-02 · ★ 5 · #279 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Philidor DeFi Vault Risk Analytics

before you install - you'll need

PHILIDOR_API_URL

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add philidor-labs-philidor-mcp --transport http https://mcp.philidor.io/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "philidor-labs-philidor-mcp": {
      "url": "https://mcp.philidor.io/api/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.philidor.io/api/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.philidor.io

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry vendor namespace io.philidor - domain-verified with the official MCP registry

03 · What Philidor DeFi Vault Risk Analytics can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search and filter DeFi vaults by chain, protocol, asset, risk tier, TVL, and more, find the top 10 audited, high-confidence vaults sorted by risk score, and list all vaults that had a recent critical incident (last 365 days). Sorted by TVL descending, then by recency. No parameters required.

Capability map

Tools grouped from the project's README - what Philidor DeFi Vault Risk Analytics lets an agent do.

Vaults

4 tools - e.g. Search and filter DeFi vaults by chain, protocol, asset, risk tier, TVL, and more.; Side-by-side comparison of 2 3 vaults on TVL, APR, risk score, risk tier, and audit status.; Find the top 10 audited…

search_vaults · compare_vaults · find_safest_vaults · list_vaults_with_incidents

read & search

3 tools - e.g. Protocol details including TVL, vault count, versions, auditors, bug bounties, and security incidents.; Curator details including managed vaults, TVL, chain distribution, and performance metrics.…

get_protocol_info · get_curator_info · get_market_overview

Vault

2 tools - e.g. Get detailed information about a specific vault including risk breakdown, recent events, and historical snapshots. Lookup by id or by network + address.; Detailed breakdown of a vault's three risk vectors…

get_vault · get_vault_risk_breakdown

Explain

1 tool - e.g. Explain what a specific risk score means, including the tier, calculation method, and thresholds.

explain_risk_score

04 · Who maintains Philidor DeFi Vault Risk Analytics

Philidor DeFi Vault Risk Analytics is maintained by philidor-labs. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
finance - ranked #279 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.philidor/defi-vaults (active, first published 2026-02-27)

06 · Philidor DeFi Vault Risk Analytics FAQ

Is Philidor DeFi Vault Risk Analytics still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-02. We re-verify nightly.

What can Philidor DeFi Vault Risk Analytics do?

With this server connected, an agent can search and filter DeFi vaults by chain, protocol, asset, risk tier, TVL, and more, find the top 10 audited, high-confidence vaults sorted by risk score, and list all vaults that had a recent critical incident (last 365 days). Sorted by TVL descending, then by recency. No parameters required.

How do I install Philidor DeFi Vault Risk Analytics?

Run `claude mcp add philidor-labs-philidor-mcp --transport http https://mcp.philidor.io/api/mcp`. The README documents one environment variable (PHILIDOR_API_URL) to set first. You can also paste the ready-made client config above.

Does Philidor DeFi Vault Risk Analytics require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Philidor DeFi Vault Risk Analytics