Skip to main content
Glama

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 consumer

  • Dashboard — 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 dev

The 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

GET /api/mcp/protocols

List all tracked protocols with TVL

GET /api/mcp/protocols/[slug]

Protocol detail (TVL, fees, revenue)

GET /api/mcp/prices

Current token prices

GET /api/mcp/chains/[chain]

Chain TVL and stats

GET /api/mcp/yields

Yield opportunities across protocols

GET /api/mcp/dexs

DEX trading volumes

GET /api/mcp/fees

Protocol fee data

GET /api/mcp/contracts

Contract addresses, ABIs, and function signatures

Environment variables

Variable

Required

Description

UPSTASH_REDIS_REST_URL

Production

Redis cache URL

UPSTASH_REDIS_REST_TOKEN

Production

Redis cache token

DEFILLAMA_API_KEY

No

DeFiLlama Pro API key

COINGECKO_API_KEY

No

CoinGecko Pro API key (fallback provider)

BASE_RPC_URL

No

Base chain RPC endpoint

ETHEREUM_RPC_URL

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.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    F
    maintenance
    Provides 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.
    6
    9
    4
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Cross-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.
    7
    1
    AGPL 3.0
  • A
    license
    A
    quality
    A
    maintenance
    Enables 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.
    2
    14
    3
    ISC
  • F
    license
    -
    quality
    D
    maintenance
    A 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.

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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