OpenSVM_dexscreener Mcp Server

OpenSVM_dexscreener Mcp Server

🚀 德克筛网 MCP 服务器

德克筛网 MCP 服务器是一个用于访问德克筛网 API 的实现方案,它能提供实时 DEX 对数据、代币信息和市场统计等多种区块链的数据访问,为用户带来便捷的数据获取体验。

🚀 快速开始

一键安装(自动添加到 Claude Desktop):

curl -L https://raw.githubusercontent.com/opensvm/dexscreener-mcp-server/main/install.sh | bash

✨ 主要特性

  • 🌐 有速率限制的 API 访问(遵守德克筛网的速率限制)
  • 🛠️ 全面错误处理
  • 🛡️ 类型安全接口
  • 📚 支持所有德克筛网 API 端点
  • 🧪 集成测试

📦 安装指南

手动安装:

npm install
npm run build
npm run setup

💻 使用示例

基础用法

可用工具

  1. get_latest_token_profiles

    • 功能:获取最新的代币配置文件
    • 参数:无需参数
    const result = await mcpClient.callTool('dexscreener', 'get_latest_token_profiles');
    
  2. get_latest_boosted_tokens

    • 功能:获取最新的增强代币
    • 参数:无需参数
    const result = await mcpClient.callTool('dexscreener', 'get_latest_boosted_tokens');
    
  3. get_top_boosted_tokens

    • 功能:获取拥有最多活动增强的代币
    • 参数:无需参数
    const result = await mcpClient.callTool('dexscreener', 'get_top_boosted_tokens');
    
  4. get_token_orders

    • 功能:检查特定代币的订单
    const result = await mcpClient.callTool('dexscreener', 'get_token_orders', {
    chainId: 'solana',
    tokenAddress: 'So1111111111111111111111111111111
    

📚 详细文档

测试

npm test
  • 0 关注
  • 0 收藏,33 浏览
  • system 提出于 2025-09-26 16:54

相似服务问题

相关AI产品