MCP Catalogs
首页dexpaprika-mcp screenshot

dexpaprika-mcp

by coinpaprika·40·综合分 46

一个全面的MCP服务器,可通过14个专用工具访问多个区块链上的实时加密货币和DEX数据。

financeai-llmdeveloper-tools
11
Forks
0
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

DexPaprika MCP服务器为AI助手提供对加密货币和去中心化交易所(DEX)数据的程序化访问。它提供14种工具,用于查询33个支持区块链网络上的代币价格、流动性池、交易量和历史市场数据。该服务器采用零配置要求设计,使Claude等AI助手无需API密钥即可获取实时和历史数据。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:跨多个区块链进行加密货币市场分析和价格追踪
:比较不同网络上的DEX性能、费用结构和流动性
:分析DeFi应用的代币表现、池流动性和交易模式
:使用此MCP服务器需要API密钥吗?
:此服务器施加什么速率限制?

什么时候选它

当您需要访问实时和历史DEX数据而不需要管理API密钥时,尤其是加密货币分析和资产跟踪应用,选择DexPaprika MCP。

什么时候不要选它

如果您每天需要超过10,000次API请求,需要写入区块链数据,或需要OHLCV查询超过1年的历史数据,请不要选择此服务器。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • getCapabilities

    Server capabilities, workflow patterns, network synonyms, and best practices

  • getNetworks

    List all supported blockchain networks

  • getStats

    Get high-level ecosystem stats including total networks, DEXes, pools, and tokens

  • search

    Search tokens, pools, and DEXes across all networks by name, symbol, or address

  • getNetworkDexes

    List DEXes on a specific network

  • getNetworkPools

    Get top liquidity pools on a network

  • getDexPools

    Get pools from a specific DEX

  • getPoolDetails

    Get detailed pool information including price, volume, TVL, and tokens

  • getTokenDetails

    Get detailed token information including price, market cap, and supply

  • getTokenPools

    Get liquidity pools containing a specific token

  • getPoolOHLCV

    Get historical OHLCV candle data for a pool

  • getPoolTransactions

    Get recent transactions and trades for a pool

可对比工具

coingecko-mcpdefillama-mcpcrypto-pulse-mcp

安装

安装

Smithery(推荐)

npx -y @smithery/cli install @coinpaprika/dexpaprika-mcp --client claude

手动安装

npm install -g dexpaprika-mcp
dexpaprika-mcp

Claude Desktop集成

添加到Claude Desktop配置文件:

{
  "mcpServers": {
    "dexpaprika": {
      "command": "npx",
      "args": ["dexpaprika-mcp"]
    }
  }
}

托管替代方案(无需安装)

{
  "mcpServers": {
    "dexpaprika": {
      "type": "streamable-http",
      "url": "https://mcp.dexpaprika.com/streamable-http"
    }
  }
}

FAQ

使用此MCP服务器需要API密钥吗?
不需要API密钥。DexPaprika MCP服务器提供无身份验证的API访问。
此服务器施加什么速率限制?
免费层允许每天10,000次请求。响应时间通常为100-500毫秒,具体取决于网络。

dexpaprika-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。