# io.github.friendlygeorge/defillama-mcp-server (npm · defillama-mcp-server)

MCP server for DeFi Llama — free DeFi TVL, yields, stablecoins, bridges, DEX, and fee data for AI...

- Trust score: 69/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `defillama-mcp-server`: 69/100 (this document), [markdown](https://verifymcp.io/servers/friendlygeorge-defillama-mcp-server/defillama-mcp-server.md), [page](https://verifymcp.io/servers/friendlygeorge-defillama-mcp-server/defillama-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `defillama-mcp-server`
- Version: `1.0.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 54 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 512 tokens (~64/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add friendlygeorge-defillama-mcp-server -- npx -y defillama-mcp-server
```

### Codex

```bash
codex mcp add friendlygeorge-defillama-mcp-server -- npx -y defillama-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "friendlygeorge-defillama-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "defillama-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add friendlygeorge-defillama-mcp-server --command npx --arg -y --arg defillama-mcp-server
```

### Hermes

```yaml
mcp_servers:
  friendlygeorge-defillama-mcp-server:
    command: "npx"
    args: ["-y", "defillama-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "friendlygeorge-defillama-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "defillama-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 68, +63)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 5, −16)

- [functional regression] Tool coverage: 100 → unverified

### 2026-07-31 (score 21, −3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (8)

### `search_protocols` (~67 tokens)

Search DeFi protocols by name. Returns top results with TVL, chains, and category.

Input parameters:

- `limit` (number): Max results to return (default 10)
- `query` (string, required): Search term (e.g. 'aave', 'uniswap', 'lido')

### `get_protocol_tvl` (~66 tokens)

Get detailed TVL breakdown for a specific DeFi protocol (chain distribution, TVL history, category, description).

Input parameters:

- `slug` (string, required): Protocol slug (e.g. 'aave', 'uniswap', 'lido'). Use search_protocols to find slugs.

### `get_tvl_by_chain` (~73 tokens)

Get total TVL for a specific chain (Ethereum, Arbitrum, Base, Solana, etc.) plus chain-level token breakdown.

Input parameters:

- `chain` (string, required): Chain name (e.g. 'Ethereum', 'Arbitrum', 'Base', 'Solana', 'BSC', 'Polygon')

### `get_yields` (~136 tokens)

Get yield/APY data for lending pools and staking across DeFi protocols. Filter by chain, project, or min TVL.

Input parameters:

- `chain` (string): Filter by chain (e.g. 'Ethereum', 'Arbitrum', 'Base', 'Solana')
- `limit` (number): Max results (default 20)
- `min_apy` (number): Minimum APY % (default 0)
- `min_tvl` (number): Minimum TVL in USD (default $1M)
- `project` (string): Filter by project (e.g. 'Aave', 'Lido', 'Compound')

### `get_stablecoins` (~41 tokens)

Get stablecoin market cap data and rankings (circulating supply, chains, prices).

Input parameters:

- `limit` (number): Max results (default 25)

### `get_bridges` (~39 tokens)

Get bridge TVL and volume data — cross-chain bridges ranked by total value locked.

Input parameters:

- `limit` (number): Max results (default 20)

### `get_dex_volumes` (~44 tokens)

Get DEX trading volumes across chains — decentralized exchanges ranked by 24h/7d volume.

Input parameters:

- `limit` (number): Max results (default 25)

### `get_protocol_fees` (~46 tokens)

Get protocol fee and revenue data — protocols ranked by 24h/7d/30d fees and revenue.

Input parameters:

- `limit` (number): Max results (default 25)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/friendlygeorge-defillama-mcp-server/defillama-mcp-server#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 68
- 2026-08-01: 5
- 2026-07-31: 21
- 2026-07-30: 24
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/defillama-mcp-server
- Socket report: https://socket.dev/npm/package/defillama-mcp-server
- Repository: https://github.com/friendlygeorge/defillama-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/friendlygeorge-defillama-mcp-server/defillama-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/friendlygeorge-defillama-mcp-server/defillama-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/friendlygeorge-defillama-mcp-server/defillama-mcp-server
