Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DUNE_API_KEYYesYour Dune Analytics API key (required)
SPICE_MCP_SKIP_DOTENVNoSet to 1 to skip loading .env file during tests/CI0

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
dune_query_infoC

Fetch Dune query metadata (name, parameters, tags, SQL).

dune_queryC

Execute Dune queries and return agent-optimized preview.

dune_health_checkA

Validate Dune API key presence and logging setup.

dune_discoverA

Unified tool to discover tables/models from Dune API and/or Spellbook repository. Search by keyword(s) or list tables in a schema.

dune_describe_tableC

Describe columns for a schema.table on Dune.

dune_query_createB

Create a new saved Dune query (name + SQL). Requires SPICE_DUNE_ALLOW_SAVES=true.

dune_query_updateC

Update fields of a saved Dune query (name/SQL/description/tags/parameters). Requires SPICE_DUNE_ALLOW_SAVES=true.

dune_query_forkC

Fork an existing saved Dune query. Requires SPICE_DUNE_ALLOW_SAVES=true.

dune_query_archiveC

Archive a saved Dune query.

dune_query_unarchiveC

Unarchive a saved Dune query.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Evan-Kim2028/spice-mcp'

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