DexScreener MCP ServerServer

openSVM
GitHub
BlockchainWeb3 & Decentralized Tech

Loading subscription status...

💡 Description

A MCP server implementation that allows access to the DexScreener API, providing real-time access to DEX pair data, token information, and market statistics across multiple blockchains.

📝 JSON Entries

{
  "mcpServers": [
    {
      "DexScreener MCP Server": {
        "args": [
          "-L",
          "https://raw.githubusercontent.com/opensvm/dexscreener-mcp-server/main/install.sh",
          "|",
          "bash"
        ],
        "command": "curl"
      }
    }
  ]
}

🛠️ Tools

get_latest_token_profilesget_latest_boosted_tokensget_top_boosted_tokensget_token_ordersget_pairs_by_chain_and_addressget_pairs_by_token_addressessearch_pairs

Features

  • Rate-limited API access
  • Comprehensive error handling
  • Type-safe interfaces
  • Full coverage of DexScreener API endpoints
  • Integration tests

💬 Example Queries

  • Get the latest token profiles.
  • Retrieve the latest boosted tokens.
  • List the top boosted tokens.
  • Query orders paid for a specific token.
  • Get pairs by chain and address.
  • Find pairs by token addresses.
  • Search for pairs matching a query.