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で1つまたは複数のペアを取得します
get_pairs_by_token_addresses
- トークンアドレスで1つまたは複数のペアを取得(最大30)GXP9
search_pairs
- クエリGXP10に一致するペアを検索
レート制限
サーバーは、DexScreener の API 制限に準拠するためにレート制限を実装します。
- トークンプロファイル/ブーストエンドポイント: 1分あたり60リクエスト
- DEX/Pairsエンドポイント: 1分あたり300リクエスト
エラー処理
サーバーはさまざまなエラー シナリオを処理します。
- レート制限を超えました
- 無効なパラメータ
- ネットワークエラー
- APIエラー
エラーは、適切なエラー コードとメッセージを含む標準化された形式で返されます。
APIドキュメント
詳細な API ドキュメントについては、 docs/api-reference.mdを参照してください。
発達
プロジェクト構造
新機能の追加
src/types/
で型を定義するsrc/services/
にサービスメソッドを実装するsrc/index.ts
にツールハンドラーを追加する- ドキュメントの更新
- テストを追加する
ライセンス
マサチューセッツ工科大学
You must be authenticated.
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
DexScreener API データへのアクセスを可能にし、複数のブロックチェーンにわたる DEX ペア、トークン プロファイル、市場統計に関するリアルタイム情報を提供する MCP サーバー実装。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.Last updated -310428TypeScriptMIT License
- -securityFlicense-qualityAn MCP server that provides comprehensive market intelligence by analyzing data from both the Apple App Store and Google Play Store, enabling users to research apps, track market trends, study competitors, and understand user feedback across mobile marketplaces.Last updated -1025JavaScript
- -securityAlicense-qualityDexPaprika 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 -10210JavaScriptMIT License
CoinStats MCP Serverofficial
AsecurityAlicenseAqualityMCP Server for the CoinStats API. Provides access to cryptocurrency market data, portfolio tracking, and news.Last updated -30173TypeScriptMIT License