Skip to main content
Glama

DexScreener MCP Server

by openSVM

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 エンドポイントのサポート
  • 統合テスト

インストール

手動インストール:

npm install npm run build npm run setup

テスト

npm test

使用法

利用可能なツール

  1. get_latest_token_profiles
    • 最新のトークンプロファイルを入手する
    • パラメータ不要 GXP4
  2. get_latest_boosted_tokens
    • 最新のブーストトークンを入手する
    • パラメータ不要 GXP5
  3. get_top_boosted_tokens
    • 最もアクティブなブーストでトークンを獲得
    • パラメータ不要 GXP6
  4. get_token_orders
    • 特定のトークンGXP7に対して支払われた注文を確認する
  5. get_pairs_by_chain_and_address
    • チェーンとペアアドレスGXP8で1つまたは複数のペアを取得します
  6. get_pairs_by_token_addresses
    • トークンアドレスで1つまたは複数のペアを取得(最大30)GXP9
  7. search_pairs
    • クエリGXP10に一致するペアを検索

レート制限

サーバーは、DexScreener の API 制限に準拠するためにレート制限を実装します。

  • トークンプロファイル/ブーストエンドポイント: 1分あたり60リクエスト
  • DEX/Pairsエンドポイント: 1分あたり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

新機能の追加

  1. src/types/で型を定義する
  2. src/services/にサービスメソッドを実装する
  3. src/index.tsにツールハンドラーを追加する
  4. ドキュメントの更新
  5. テストを追加する

ライセンス

マサチューセッツ工科大学

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

DexScreener API データへのアクセスを可能にし、複数のブロックチェーンにわたる DEX ペア、トークン プロファイル、市場統計に関するリアルタイム情報を提供する MCP サーバー実装。

  1. 特徴
    1. インストール
      1. テスト
        1. 使用法
          1. 利用可能なツール
        2. レート制限
          1. エラー処理
            1. APIドキュメント
              1. 発達
                1. プロジェクト構造
                2. 新機能の追加
              2. ライセンス

                Related MCP Servers

                • -
                  security
                  A
                  license
                  -
                  quality
                  An MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains.
                  Last updated -
                  1
                  26
                  JavaScript
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  DexPaprika 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 -
                  11
                  742
                  16
                  JavaScript
                  MIT License
                  • Apple
                • A
                  security
                  A
                  license
                  A
                  quality
                  An MCP server that tracks and analyzes DEX liquidity pools to power intelligent DeFi agents and automated strategies.
                  Last updated -
                  1
                  2
                  Python
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  An MCP server that tracks trading volume metrics segmented by DEX, blockchain, aggregator, frontend, and Telegram bot.
                  Last updated -
                  10
                  1
                  Python
                  MIT License
                  • Apple
                  • Linux

                View all related MCP servers

                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