Provides access to DeFi protocol data on the Ethereum blockchain, enabling discovery and interaction with protocol TVL, token prices, yield opportunities, DEX volumes, and contract ABIs for protocols like Aave, Uniswap, and Compound.
MoltLlama
DeFi data and contract interfaces for AI agents that execute real tasks.
Live at
What it does
MoltLlama aggregates DeFi protocol data from DeFiLlama into three surfaces:
MCP API — Machine Context Protocol endpoints for AI agents to discover and call DeFi tools (protocols, yields, prices, DEX volumes, fees, contracts)
REST API — JSON endpoints at
/api/mcp/*for any HTTP consumerDashboard — Web UI for browsing protocols, yields, DEX volumes, and contract interfaces
Supported chains: Ethereum, Base. Protocols include Aave V3, Uniswap V3, Compound V3, Aerodrome, Morpho, and Moonwell.
Quick start
npm install
cp .env.example .env.local
npm run devThe app runs at localhost:3000. No environment variables are required for development — caching falls back to in-memory LRU.
MCP integration
Add to your AI agent's MCP config:
{
"mcpServers": {
"moltllama": {
"url": "https://moltllama.com/api/mcp"
}
}
}API endpoints
Endpoint | Description |
| List all tracked protocols with TVL |
| Protocol detail (TVL, fees, revenue) |
| Current token prices |
| Chain TVL and stats |
| Yield opportunities across protocols |
| DEX trading volumes |
| Protocol fee data |
| Contract addresses, ABIs, and function signatures |
Environment variables
Variable | Required | Description |
| Production | Redis cache URL |
| Production | Redis cache token |
| No | DeFiLlama Pro API key |
| No | CoinGecko Pro API key (fallback provider) |
| No | Base chain RPC endpoint |
| No | Ethereum RPC endpoint |
Tech stack
Next.js 14 (App Router) · TypeScript · Tailwind CSS · Recharts · Radix UI · SWR · Zod · Upstash Redis
License
All rights reserved.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.