Skip to main content
Glama
ManoloZocco

eurostat-mcp-suite

by ManoloZocco

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_datasetsA

Search Eurostat catalogue by keyword with cursor pagination.

browse_themesA

Browse top-level Eurostat themes (Economy, Population, Trade, Environment, Industry, etc.).

Returns: Categorized themes with key domain topics and dataset codes.

list_popular_datasetsA

List pre-curated high-value Eurostat datasets by category.

get_dataset_infoA

Fetch metadata, dimension structures, time ranges, and sample values for a Eurostat dataset.

get_dimension_valuesA

List all valid codes and labels for a specific dataset dimension, with optional NUTS regional filtering for 'geo'.

query_datasetA

Query and decode statistical observations from a Eurostat dataset with dimension filters and NUTS controls.

download_dataset_to_sqlA

Download a complete Eurostat dataset and stage it as a SQL table in the in-memory DuckDB canvas.

sql_queryA

Execute a read-only SQL SELECT query against staged in-memory DuckDB tables.

list_staged_tablesA

List all staged SQL tables currently available in the DuckDB canvas.

describe_tableB

Inspect the schema and first 5 sample rows of a staged SQL table.

export_to_csvA

Export a Eurostat dataset directly to a local CSV file on disk.

export_multiple_datasetsB

Batch export multiple Eurostat datasets to CSV files in a target directory.

Prompts

Interactive templates invoked by user choice

NameDescription
explore_topicGuided step-by-step workflow to find and analyze EU statistics on a topic.
compare_countriesTemplate for cross-country EU comparative statistical analysis.
trade_analysisTemplate for EU international trade & Comext statistical analysis.

Resources

Contextual data attached and managed by the client

NameDescription
get_themes_resourceResource listing Eurostat top-level statistical themes.
get_popular_resourceResource listing popular Eurostat datasets.

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/ManoloZocco/eurostat-mcp-suite'

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