{"type":"mcp_server","name":"dune-analytics-mcp","description":"This repository provides a mcp server that bridges Dune Analytics data to AI agents, offering tools to fetch latest query results or execute queries by ID, returning data as CSV strings.","category":"AI","language":"Python","stars":40,"forks":0,"owner":"kukapay","github_url":"https://github.com/kukapay/dune-analytics-mcp","homepage":null,"setup":"## Setup\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/kukapay/dune-analytics-mcp.git\n   cd dune-analytics-mcp\n   ```\n\n2. **Set Up Environment Variables**:\n   Create a `.env` file in the project root:\n   ```\n   DUNE_API_KEY=your_api_key_here\n   ```\n   Alternatively, set it as a system environment variable:\n   ```bash\n   export DUNE_API_KEY=\"your_api_key_here\"\n   ```","tools":"## Available Tools\n\n1. `get_latest_result` (Fetch the latest results of a Dune query by ID.)\n2. `run_query` (Execute a Dune query by ID and retrieve results.)\n3. CSV Output (All results are returned as CSV-formatted strings for easy processing.)","faq":null,"created_at":"2025-03-16T03:25:40+00:00","updated_at":"2025-03-28T21:59:55+00:00","source_url":"https://model-context-protocol.com/servers/dune-analytics-data-bridge-for-ai","related_articles":[]}