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: dex-kline-mcp
インストール
手動インストール:
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で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/ # 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にツールハンドラーを追加するドキュメントの更新
テストを追加する
ライセンス
マサチューセッツ工科大学
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server for querying Uniswap pools/pairs by token address, delivering clean, structured results for easy integration and analysis.54MIT
- AlicenseAqualityDmaintenanceAn MCP server that streams K-line (candlestick) data from decentralized exchanges (DEXs) to power your AI agents and workflows.14MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides AI agents with real-time access to DEX liquidity pool data, enabling smarter trading, analytics, and automated strategies.101MIT
- AlicenseNot gradedqualityBmaintenanceMCP server providing market data for 15,000+ cryptocurrencies including prices, history, trends, and deep coin metadata via CoinGecko.651Apache 2.0
Related MCP Connectors
DEX Screener MCP — DEX price/liquidity/volume data
Crypto intelligence MCP for market data, DeFi, wallets, security, DEX, NFTs, and Solana.
Delora MCP server for cross-chain quotes, supported chains, tokens, and tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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