MCP server exposing 6 tools for defillama.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/defillama/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
defi_tvl_protocols — Search DeFi protocols by name or category to compare their total value locked. Returns protocol name, TVL amount, blockchain, and category.defi_protocol_detail — Get detailed metrics for a specific DeFi protocol including TVL history over time, breakdown by blockchain, and token information.defi_chain_tvl — Compare total value locked across all blockchains. Returns TVL per chain to identify where capital is concentrated.defi_protocol_fees — Check daily fees and revenue for a DeFi protocol. Returns fee trends to analyze profitability and income changes over time.defi_stablecoins — Get stablecoin market cap and distribution across blockchains. Returns supply per chain to track adoption and network preferences.defi_yields — Find yield opportunities across DeFi pools filtered by project name, minimum TVL, or minimum APY. Returns APY, TVL, and project details.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/defillama/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io