← philidor.io
INDIVIDUAL MCP TOOL
get_protocol_info
Get detailed information about a DeFi protocol including TVL, vault count, versions, auditors, and security incidents.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.philidor-defi-vaults]
url = "https://mcp.philidor.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"philidor-defi-vaults": {
"type": "http",
"url": "https://mcp.philidor.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: philidor-defi-vaults
Remote MCP URL: https://mcp.philidor.io/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"philidor-defi-vaults": {
"url": "https://mcp.philidor.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"philidor-defi-vaults": {
"type": "http",
"url": "https://mcp.philidor.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "philidor-defi-vaults",
"transport": "streamable-http",
"url": "https://mcp.philidor.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_vaults— Search and filter DeFi vaults by chain, protocol, asset, risk tier, TVL, and more.get_vault— Get detailed information about a specific DeFi vault including risk breakdown, recent events, and historical snapshots.get_vault_risk_breakdown— Get a detailed breakdown of a vault's risk vectors: Asset Composition, Platform and Strategy, Control and Governance, and History scores with sub-metrics.compare_vaults— Compare 2-3 DeFi vaults side-by-side on TVL, APR, risk score, risk tier, audited status, and more.find_safest_vaults— Find the highest risk-scored DeFi vaults, optionally filtered by asset, chain, or minimum TVL.get_curator_info— Get detailed information about a vault curator including their managed vaults, TVL, chain distribution, and performance.get_market_overview— Get a high-level overview of the DeFi vault market: total TVL, vault count, risk distribution, and TVL by protocol.explain_risk_score— Explain what a Philidor risk score means, including the tier (Prime/Core/Edge), how it is calculated, and what the thresholds are.