DexScreener MCP 服务器
用于访问 DexScreener API 的 MCP 服务器实现,提供跨多个区块链的 DEX 对数据、代币信息和市场统计数据的实时访问。
单行安装(自动添加到 Claude Desktop):
特征
速率受限的 API 访问(遵守 DexScreener 的速率限制)
全面的错误处理
类型安全接口
支持所有 DexScreener API 端点
集成测试
安装
手动安装:
测试
用法
可用工具
get_latest_token_profiles
获取最新的代币配置文件
无需参数 GXP4
get_latest_boosted_tokens
获取最新提升的代币
无需参数 GXP5
get_top_boosted_tokens
获取最活跃提升的代币
无需参数 GXP6
get_token_orders
检查为特定代币 GXP7 支付的订单
get_pairs_by_chain_and_address
通过链和配对地址获取一个或多个配对 GXP8
get_pairs_by_token_addresses
通过代币地址获取一个或多个交易对(最多 30 个)GXP9
search_pairs
搜索与查询 GXP10 匹配的对
速率限制
服务器实施速率限制以符合 DexScreener 的 API 限制:
令牌配置文件/Boost 端点:每分钟 60 个请求
DEX/Pairs 端点:每分钟 300 个请求
错误处理
服务器处理各种错误情况:
超出速率限制
参数无效
网络错误
API 错误
错误以标准格式返回,并带有适当的错误代码和消息。
API 文档
有关详细的 API 文档,请参阅docs/api-reference.md 。
发展
项目结构
添加新功能
在
src/types/
中定义类型在
src/services/
中实现服务方法在
src/index.ts
中添加工具处理程序更新文档
添加测试
执照
麻省理工学院
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
MCP 服务器实现可以访问 DexScreener API 数据,提供跨多个区块链的 DEX 对、代币配置文件和市场统计数据的实时信息。
Related Resources
Related MCP Servers
- -securityAlicense-qualityAn MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains.Last updated -529MIT License
- AsecurityAlicenseAqualityDexPaprika MCP server allows LLMs to access real-time and historical data on tokens, DEX trading activity, and liquidity across multiple blockchains. It enables natural language queries for exploring market trends, token performance, and DeFi analytics through a standardized interface.Last updated -1111921MIT License
- AsecurityAlicenseAqualityAn MCP server that tracks and analyzes DEX liquidity pools to power intelligent DeFi agents and automated strategies.Last updated -12MIT License
- AsecurityAlicenseAqualityAn MCP server that tracks trading volume metrics segmented by DEX, blockchain, aggregator, frontend, and Telegram bot.Last updated -101MIT License