Loading...
npx -y @smithery/cli install @kukapay/dune-analytics-mcp --client claudeget_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.
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.