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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides 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.Last updated6324MIT
- 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.Last updated71AGPL 3.0
- Alicense-qualityFmaintenanceProvides access to DeFi Llama's free API for querying protocol TVL, chain TVL, yields, stablecoins, bridges, DEX volumes, and fees through natural language.Last updated23MIT
- Alicense-qualityBmaintenanceEnables 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.Last updated593ISC
Related MCP Connectors
DefiLlama MCP — DeFi analytics from DefiLlama (free, no auth)
DeFi Yield Intelligence MCP — 8 tools: 19K+ pools, risk-adjusted APY, RWA yields.
52 paid x402 API endpoints for AI agents — crypto, data, DeFi, market intelligence.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/moltllama/MoltLlama'
If you have feedback or need assistance with the MCP directory API, please join our Discord server