
dexpaprika-mcp
by coinpaprika·★ 40·综合分 46
一个全面的MCP服务器,可通过14个专用工具访问多个区块链上的实时加密货币和DEX数据。
概述
DexPaprika MCP服务器为AI助手提供对加密货币和去中心化交易所(DEX)数据的程序化访问。它提供14种工具,用于查询33个支持区块链网络上的代币价格、流动性池、交易量和历史市场数据。该服务器采用零配置要求设计,使Claude等AI助手无需API密钥即可获取实时和历史数据。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要访问实时和历史DEX数据而不需要管理API密钥时,尤其是加密货币分析和资产跟踪应用,选择DexPaprika MCP。
什么时候不要选它
如果您每天需要超过10,000次API请求,需要写入区块链数据,或需要OHLCV查询超过1年的历史数据,请不要选择此服务器。
此 server 暴露的工具
从 README 抽取出 12 个工具getCapabilitiesServer capabilities, workflow patterns, network synonyms, and best practices
getNetworksList all supported blockchain networks
getStatsGet high-level ecosystem stats including total networks, DEXes, pools, and tokens
searchSearch tokens, pools, and DEXes across all networks by name, symbol, or address
getNetworkDexesList DEXes on a specific network
getNetworkPoolsGet top liquidity pools on a network
getDexPoolsGet pools from a specific DEX
getPoolDetailsGet detailed pool information including price, volume, TVL, and tokens
getTokenDetailsGet detailed token information including price, market cap, and supply
getTokenPoolsGet liquidity pools containing a specific token
getPoolOHLCVGet historical OHLCV candle data for a pool
getPoolTransactionsGet recent transactions and trades for a pool
可对比工具
安装
安装
Smithery(推荐)
npx -y @smithery/cli install @coinpaprika/dexpaprika-mcp --client claude手动安装
npm install -g dexpaprika-mcp
dexpaprika-mcpClaude 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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。