MoltLlama
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 moltllama.com
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.
Related MCP server: ProfitSpot MCP
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 deployed
Maintenance
Related MCP Connectors
DefiLlama MCP — DeFi analytics from DefiLlama (free, no auth)
DefiLlama MCP — TVL, yields, volumes, fees, and protocol analytics for DeFi.
Crypto yield data for AI agents: lending, savings, staking, borrowing & stablecoin rates. 18 tools.
MCP server giving AI agents one-connection access to crypto & DeFi data: DeFi protocol TVL, stableco
Related MCP Servers
- AlicenseBqualityFmaintenanceProvides AI assistants with access to real-time DeFi lending rates and yield data across 14+ protocols and multiple blockchains. Enables querying borrow/supply rates, comparing platforms, calculating leverage strategies, and finding best earn opportunities.617 npm4MIT
- AlicenseAqualityBmaintenanceCross-chain DeFi intelligence MCP server for AI agents. 7 tools for yield discovery, pool analysis, profit simulation, risk scoring, whale tracking, impermanent loss calculation, and DeFi overview across 86 chains and 6,500+ liquidity pools.71AGPL 3.0
- AlicenseAqualityBmaintenanceEnables AI agents to interact with DefiLlama's DeFi data aggregator, providing access to TVL, DEX volumes, protocol statistics, and more via the Model Context Protocol.216 npm3ISC

Syeniteofficial
FlicenseNot gradedqualityDmaintenanceA DeFi MCP server enabling AI agents to query lending rates, execute swaps/bridges, monitor positions, and access prediction markets across 30+ chains with a trust layer for calldata verification.-