DexScreener MCP Server
DexScreener MCP 服务器
用于访问 DexScreener API 的 MCP 服务器实现,提供跨多个区块链的 DEX 对数据、代币信息和市场统计数据的实时访问。
单行安装(自动添加到 Claude Desktop):
curl -L https://raw.githubusercontent.com/opensvm/dexscreener-mcp-server/main/install.sh | bash特征
速率受限的 API 访问(遵守 DexScreener 的速率限制)
全面的错误处理
类型安全接口
支持所有 DexScreener API 端点
集成测试
Related MCP server: DexPaprika (CoinPaprika)
安装
手动安装:
npm install
npm run build
npm run setup测试
npm test用法
可用工具
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/ # TypeScript interfaces and types
│ ├── services/ # API service implementations
│ ├── tests/ # Integration tests
│ └── index.ts # Main server implementation
├── scripts/ # Setup and utility scripts
├── docs/ # Documentation
└── README.md # This file添加新功能
在
src/types/中定义类型在
src/services/中实现服务方法在
src/index.ts中添加工具处理程序更新文档
添加测试
执照
麻省理工学院
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/openSVM/dexscreener-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server