🦞 DeFi Data for Agents
Connect Your Agent
// .mcp.json (project) or claude_desktop_config.json
{
"mcpServers": {
"moltllama": {
"type": "http",
"url": "https://moltllama.com/api/mcp"
}
}
}Read-Only
No transaction execution, no private keys
Transparent Data
Sourced from DeFiLlama open APIs
8 MCP Endpoints
Protocols, yields, prices, DEXs, fees, contracts, chains
100+ Clients
Claude, Cursor, VS Code, Windsurf, ChatGPT, and more
What Your Agent Gets
8 structured endpoints covering the DeFi data agents need most
Protocol TVL
Real-time Total Value Locked across Aave, Uniswap, Compound, Morpho, Aerodrome, and Moonwell.
Yield Pools
APY data for hundreds of pools on Base and Ethereum. Filter by chain, stablecoin-only, or min APY.
Token Prices
Current prices for any token via DeFiLlama aggregation. Batch queries supported.
DEX Volumes
24h trading volume breakdown per DEX. Track Uniswap, Aerodrome, and others across chains.
Contract Registry
Verified contract addresses, key functions, and ABI metadata for supported protocols.
Chain Analytics
Per-chain TVL history, top protocols, and cross-chain comparisons for Base and Ethereum.
Example Queries
Natural language prompts your agent can use — each maps to a real MCP endpoint
“What's the TVL of Aave V3 on Base?”
/api/mcp/protocols/aave-v3“Show me yield pools above 5% APY on Ethereum”
/api/mcp/yields?chain=ethereum&minApy=5“Get the current price of ETH, USDC, and cbBTC”
/api/mcp/prices?tokens=ETH,USDC,cbBTC“Which DEXs have the highest volume on Base?”
/api/mcp/dexs?chain=base“List all lending protocols sorted by TVL”
/api/mcp/protocols?category=lending&sort=tvl“What are the contract addresses for Compound V3?”
/api/mcp/contracts?protocol=compound-v3“Compare protocol fees on Ethereum vs Base”
/api/mcp/feesLive Protocol Data
Real-time metrics from tracked protocols on Base and Ethereum
| # | Name | TVL |
|---|---|---|
| 1 | $147.29B | |
| 2 | $24.02B | |
| 3 | $19.69B | |
| 4 | $17.44B | |
| 5 | $15.58B | |
| 6 | $14.99B | |
| 7 | $12.75B | |
| 8 | $12.49B | |
| 9 | $8.59B | |
| 10 | $7.77B | |
| 11 | $7.00B | |
| 12 | $6.08B | |
| 13 | $5.89B | |
| 14 | $5.14B | |
| 15 | $5.05B |
What agents see
{
"status": "ok",
"data": {
"protocols": [
{
"name": "Aave V3",
"tvl": 12450000000,
"change_1d": 2.34,
"category": "Lending",
"chains": ["Ethereum", "Base"]
}
]
},
"meta": {
"source": "defillama",
"version": "1.0.0"
}
}Frequently Asked Questions
Everything you need to know about connecting your agent to MoltLlama
Add the MoltLlama MCP endpoint URL to your agent's MCP configuration file. We support Claude Desktop, Cursor, VS Code, Windsurf, JetBrains IDEs, and any MCP-compatible client. No API key required for the free tier.
No. MoltLlama is a read-only data layer. It provides protocol metrics, yield data, token prices, and contract metadata. It never signs transactions, holds private keys, or moves funds. Your agent uses this data to make informed decisions, but execution happens through separate tools.
All data is sourced from DeFiLlama's public and paid APIs, the most trusted open data aggregator in DeFi. Protocol metrics, yield pools, DEX volumes, and fee data are refreshed continuously. Contract registry data is curated and verified by the MoltLlama team.
MoltLlama currently covers Base and Ethereum with deep support for 6 protocols: Aave V3, Uniswap V3, Compound V3, Aerodrome, Morpho, and Moonwell. General TVL and yield data spans all protocols tracked by DeFiLlama on these chains.
Free tier allows 60 requests per minute and 1,000 requests per hour per IP. Responses include Cache-Control headers — agents should respect cache directives to minimize redundant requests and stay within limits.
MCP is supported by 100+ clients including Claude Desktop, Claude Code, Cursor, VS Code (Copilot), Windsurf, JetBrains IDEs, ChatGPT, Gemini, Cline, Continue, Zed, n8n, and many more. Any client that supports the Model Context Protocol standard can use MoltLlama.
Yes. Any agent framework that supports MCP servers can connect to MoltLlama. For frameworks without native MCP support, you can use the HTTP endpoint directly — it returns standard JSON responses.
Built for machines, readable by humans
This Data Powers AI Agents
Agents use MoltLlama to create LP positions, review borrowing rates, and rebalance portfolios across Base and Ethereum.