NEAR DeFi Dashboard
БесплатноНе проверенEnables Claude to access real-time NEAR DeFi data for yield comparisons, staking analysis, swap routing, and lending rates, helping users make informed DeFi dec
Описание
Enables Claude to access real-time NEAR DeFi data for yield comparisons, staking analysis, swap routing, and lending rates, helping users make informed DeFi decisions.
README
An MCP (Model Context Protocol) server that provides Claude with real-time NEAR DeFi data, enabling intelligent yield recommendations, portfolio analysis, and swap routing.
Features
- DeFi Yields: Real-time APY data from Ref Finance, Burrow, Meta Pool, and Linear Protocol
- Staking Comparison: Compare native staking vs liquid staking vs DeFi yields
- Swap Routing: Find optimal token swap routes on Ref Finance
- Lending Rates: Current supply/borrow rates on Burrow
- IL Calculator: Impermanent loss calculator for LP positions
Installation
npm install @near-mcp/defi-dashboard
Or run directly:
npx @near-mcp/defi-dashboard
Claude Desktop Configuration
Add to your Claude Desktop config:
{
"mcpServers": {
"near-defi": {
"command": "npx",
"args": ["@near-mcp/defi-dashboard"]
}
}
}
Available Tools
1. get_defi_yields
Get current APY across all major NEAR DeFi protocols.
Example Conversation:
User: What are the best yields on NEAR right now?
Claude: [uses get_defi_yields]
Here are the top yields on NEAR DeFi:
1. Ref Finance NEAR-USDC LP: 25% APY ($2.5M TVL) - Medium risk
2. Meta Pool stNEAR: 9.5% APY ($15M TVL) - Low risk
3. Linear LiNEAR: 9.2% APY ($12M TVL) - Low risk
4. Burrow Supply USDT: 5.2% APY - Low risk
Input:
{
"min_apy": 5,
"max_risk": "medium",
"type": "all"
}
2. compare_staking_options
Compare different ways to earn yield on NEAR.
Example Conversation:
User: I have 1000 NEAR, what should I do with it?
Claude: [uses compare_staking_options with amount="1000"]
Here's a comparison for your 1000 NEAR over 1 year:
| Option | APY | Return | Risk |
|--------|-----|--------|------|
| Native Staking | 9.8% | 98 NEAR | Low |
| stNEAR | 9.5% | 95 NEAR | Low |
| LP (NEAR-USDC) | 25% | 250 NEAR | Medium |
Recommendation: For 1000+ NEAR, consider splitting: 50% native, 30% liquid, 20% DeFi.
3. find_best_swap_route
Find optimal swap routes on Ref Finance.
Example:
{
"from_token": "wrap.near",
"to_token": "usdt.tether-token.near",
"amount": "100"
}
Output:
{
"route": "wrap.near → usdt.tether-token.near",
"expected_output": "450.123456",
"price_impact": "0.10%",
"fees": "0.3%"
}
4. get_lending_rates
Get Burrow lending protocol rates.
Example Conversation:
User: What are the lending rates on Burrow?
Claude: [uses get_lending_rates]
Current Burrow rates:
- NEAR: 3.5% supply / 8.2% borrow (45% utilized)
- USDT: 5.2% supply / 12.1% borrow (62% utilized)
- USDC: 4.8% supply / 11.5% borrow (58% utilized)
5. calculate_impermanent_loss
Calculate IL for LP positions.
Example:
{
"token_a": "NEAR",
"token_b": "USDC",
"price_change_pct": 50,
"initial_value_usd": 1000
}
Output:
{
"impermanent_loss": "2.02%",
"value_if_held": "$750.00",
"value_as_lp": "$734.85",
"loss_vs_holding": "$15.15"
}
Data Sources
- Ref Finance: DEX pools, liquidity, swap rates
- Burrow: Lending/borrowing rates
- Meta Pool: stNEAR staking stats
- Linear Protocol: LiNEAR staking stats
Caching
Data is cached for 5 minutes to avoid rate limiting. The cache automatically refreshes on expiry.
Development
npm install
npm run build
npm start
License
MIT
Установка NEAR DeFi Dashboard
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jim-agent/mcp-near-defiFAQ
NEAR DeFi Dashboard MCP бесплатный?
Да, NEAR DeFi Dashboard MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для NEAR DeFi Dashboard?
Нет, NEAR DeFi Dashboard работает без API-ключей и переменных окружения.
NEAR DeFi Dashboard — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить NEAR DeFi Dashboard в Claude Desktop, Claude Code или Cursor?
Открой NEAR DeFi Dashboard на 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 NEAR DeFi Dashboard with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
