Loading...
{
"mcpServers": {
"dexscreener": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/index.js"
]
}
}
}getPairRetrieves information about a specific cryptocurrency pair from Dexscreener.
Read-only operation; retrieves public data.
getTrendingPairsRetrieves a list of trending cryptocurrency pairs from Dexscreener.
Read-only operation; retrieves public data.
searchPairsSearches for cryptocurrency pairs on Dexscreener based on a query.
Read-only operation; retrieves public data.
This MCP server is relatively safe due to its read-only nature and reliance on a public API. Risks are primarily related to API abuse and external dependency. It is safe to use for data retrieval but could be risky if rate limiting is not properly configured, potentially leading to service disruption.