Cerebra Legal MCP Server

DexScreener MCP Server

Created By
Cerebra Legal MCP ServerMCP-Mirror
Overview

what is DexScreener MCP Server?

DexScreener MCP Server is an implementation for accessing the DexScreener API, providing real-time access to decentralized exchange (DEX) pair data, token information, and market statistics across multiple blockchains.

how to use DexScreener MCP Server?

To use the server, you can install it using a one-line command or manually set it up by running the provided npm commands. After installation, you can call various tools to access DEX data.

key features of DexScreener MCP Server?

  • Rate-limited API access that respects DexScreener's rate limits.
  • Comprehensive error handling for various scenarios.
  • Type-safe interfaces for better development experience.
  • Support for all DexScreener API endpoints.
  • Integration tests to ensure reliability.

use cases of DexScreener MCP Server?

  1. Accessing the latest token profiles from DEX.
  2. Retrieving market statistics for specific tokens.
  3. Monitoring token orders and trading pairs across different blockchains.

FAQ from DexScreener MCP Server?

  • What is the rate limit for API requests?

The server implements rate limits: 60 requests per minute for Token Profile/Boost endpoints and 300 requests per minute for DEX/Pairs endpoints.

  • How do I handle errors?

The server provides standardized error responses for various scenarios, including rate limit exceeded and invalid parameters.

  • Is there documentation available?

Yes, detailed API documentation is available in the project's repository.