Skip to main content
Glama
SAK1337

Dune Analytics MCP Server

by SAK1337
proposal.md847 B
# Change: Add MCP Resources with dune:// URI Scheme ## Why MCP Resources provide passive, read-only data access that is semantically distinct from tool execution. Exposing cached query results as resources enables zero-credit data access and allows agents to "watch" execution states without repeated tool calls. ## What Changes - Register custom `dune://` URI scheme handler - Add `dune://query/{query_id}/latest` resource for cached results (zero credits) - Add `dune://query/{query_id}/sql` resource for query SQL definition - Add `dune://execution/{execution_id}/status` resource for execution state ## Impact - Affected specs: mcp-resources (new capability) - Affected code: server.py (add resource definitions) - Dependencies: Requires core-server capability (proposal 1) - **Benefit**: Cached result access consumes no execution credits

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SAK1337/dune-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server