Analytics
defi.garden
Provides DeFi pool search and financial calculations for assessing yields, including pool lookup and capital projection based on recurring expenses.
ENDPOINT 1
https://www.defi.garden/mcp
MCP server metadata
- Name
- defi-garden-mcp
- Version
- 0.1.0
Known tools 4
find_poolsSearch DeFi Garden's railed, curated pool list by token symbol, chain, project, and/or a minimum TVL floor.
Inferred read-onlyforever_numberComputes the lump-sum capital whose yield alone would cover a recurring monthly bill forever (capital * rate/12 >= monthly), the SUBSCRIPTION-archetype math.
Inferred read-onlyexplain_railsReturns DeFi Garden's full API contract document: the exact CURRENT trust-rail values (the APY sanity limit and the minimum TVL floor, read live, never hardcoded), prose explanations of what each rail excludes and why, the upstream data source, and the endpoint list.
Inferred read-onlyCONNECT 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.defi-garden-mcp]
url = "https://www.defi.garden/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"defi-garden-mcp": {
"type": "http",
"url": "https://www.defi.garden/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: defi-garden-mcp
Remote MCP URL: https://www.defi.garden/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": {
"defi-garden-mcp": {
"url": "https://www.defi.garden/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"defi-garden-mcp": {
"type": "http",
"url": "https://www.defi.garden/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "defi-garden-mcp",
"transport": "streamable-http",
"url": "https://www.defi.garden/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.