forked from Philidor-Labs/philidor-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
33 lines (33 loc) · 1.73 KB
/
server.json
File metadata and controls
33 lines (33 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"$schema": "https://registry.modelcontextprotocol.io/schema/server.json",
"name": "defi-vaults",
"namespace": "io.philidor",
"display_name": "Philidor DeFi Vault Risk Analytics",
"description": "Query DeFi vault risk scores, compare vaults, analyze protocols, and perform due diligence using Philidor's Vector Risk Framework.",
"version": "1.0.0",
"homepage": "https://app.philidor.io",
"repository": "https://github.com/Philidor-Labs/philidor-mcp",
"license": "MIT",
"authors": [
{
"name": "Philidor Labs"
}
],
"categories": ["finance", "data"],
"tags": ["defi", "vaults", "risk", "yield", "ethereum", "crypto", "morpho", "aave", "yearn"],
"tools": [
{ "name": "search_vaults", "description": "Search and filter DeFi vaults by chain, protocol, asset, risk tier, TVL" },
{ "name": "get_vault", "description": "Get full vault details including risk vectors, snapshots, events" },
{ "name": "get_vault_risk_breakdown", "description": "Detailed risk vector analysis with sub-metrics" },
{ "name": "compare_vaults", "description": "Side-by-side comparison of 2-3 vaults" },
{ "name": "find_safest_vaults", "description": "Find top audited vaults sorted by risk score" },
{ "name": "get_protocol_info", "description": "Protocol details including security history and auditors" },
{ "name": "get_curator_info", "description": "Curator track record and managed vault performance" },
{ "name": "get_market_overview", "description": "Platform-wide DeFi vault market statistics" },
{ "name": "explain_risk_score", "description": "Explain what a risk score means and how it's calculated" }
],
"remote": {
"transport_type": "streamable-http",
"url": "https://mcp.philidor.io/api/mcp"
}
}