Server Defillama
БесплатноНе проверенEnables Claude to access DeFi data via DefiLlama API, including protocol TVL, chain TVL, token prices, and stablecoin information.
Описание
Enables Claude to access DeFi data via DefiLlama API, including protocol TVL, chain TVL, token prices, and stablecoin information.
README
This repository contains a Model Context Protocol (MCP) server that provides Claude with access to DeFi data via the DefiLlama API. The server enables Claude to perform operations like retrieving protocol TVL data, chain TVL data, token prices, and stablecoin information.
Overview
The MCP server exposes the following tools to Claude:
Protocol Data
defillama_get_protocols: List all protocols tracked by DefiLlamadefillama_get_protocol_tvl: Get TVL data for a specific protocol
Chain Data
defillama_get_chain_tvl: Get TVL data for a specific chain
Token Data
defillama_get_token_prices: Get current prices of tokensdefillama_get_historical_prices: Get historical prices of tokens
Stablecoin Data
defillama_get_stablecoins: List all stablecoins tracked by DefiLlamadefillama_get_stablecoin_data: Get data for a specific stablecoin
Prerequisites
- Node.js (v16 or higher)
Running the server
Option 1: Using npx (Recommended)
npx @mcp-dockmaster/mcp-server-defillama
You can run the MCP server directly without installation using npx:
This will download and execute the server directly from npm.
Option 2: Manual Installation
Clone this repository:
git clone https://github.com/mcp-dockmaster/mcp-server-defillama.git
Install dependencies:
npm install
Build the project:
npm run build
Claude Usage
To configure Claude Desktop to use this MCP server:
Open Claude Desktop, and navigate to Settings>Developer Settings>MCP Servers. There you'll encounter the button to open the configuration JSON file.
Add the MCP server configuration:
{
"mcpServers": {
"mcp-server-defillama": {
"command": "npx",
"args": [
"@mcp-dockmaster/mcp-server-defillama"
]
}
}
}
Alternatively, if you installed the package locally:
{
"mcpServers": {
"mcp-server-defillama": {
"command": "node",
"args": [
"/path/to/your/mcp-server-defillama/build/index.js"
]
}
}
}
Установка Server Defillama
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/dcSpark/mcp-server-defillamaFAQ
Server Defillama MCP бесплатный?
Да, Server Defillama MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Server Defillama?
Нет, Server Defillama работает без API-ключей и переменных окружения.
Server Defillama — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Server Defillama в Claude Desktop, Claude Code или Cursor?
Открой Server Defillama на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Server Defillama with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
