Loading...

This MCP server provides AI agents with access to Dune Analytics data via API, enabling data retrieval and query execution.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server provides AI agents with access to Dune Analytics data via API, enabling data retrieval and query execution.
This MCP server is relatively safe due to its read-only nature and reliance on API key authentication. However, users should ensure the API key is securely stored and that data retrieved from Dune Analytics is properly validated before use. Rate limiting should be implemented to prevent abuse.
Performance depends on the complexity of the Dune queries and the response time of the Dune Analytics API. Optimize queries for efficiency and cache results where appropriate.
Cost is primarily determined by the usage of the Dune Analytics API, which may have usage-based pricing. Monitor API usage to avoid unexpected costs.
npx -y @smithery/cli install @kukapay/dune-analytics-mcp --client claudeDUNE_API_KEYget_latest_resultRetrieves the latest results of a specified Dune query by its ID.
Read-only operation; retrieves data without modifying anything.
run_queryExecutes a Dune query by its ID and returns the results.
Read-only operation; executes a query and retrieves data without modifying anything.
API Key
This MCP server is relatively safe due to its read-only nature and reliance on API key authentication. However, users should ensure the API key is securely stored and that data retrieved from Dune Analytics is properly validated before use. Rate limiting should be implemented to prevent abuse.
The server operates in a read-only mode, limiting the risk of unintended modifications. However, proper validation of the retrieved data is crucial.
Production Tip
Implement rate limiting and error handling to ensure the stability and reliability of the integration with Dune Analytics.
It allows AI agents to access and analyze data from Dune Analytics.
You can obtain an API key from the Dune Analytics website after creating an account.
You can access any data available through the Dune Analytics API, including on-chain metrics, NFT data, and token information.
Yes, the server operates in a read-only mode and uses API key authentication, making it relatively safe.
The server will be unable to retrieve data, and queries will fail. Implement error handling to manage such scenarios.
Implement retry logic with exponential backoff to handle rate limiting errors from the Dune Analytics API.
No, this server only supports read operations.