Arlet

Connect Eurostat to Gemini Enterprise

Query Eurostat directly from Gemini Enterprise. Arlet links the two through one MCP connection and takes care of API keys.

Connects your AI client to the Eurostat dissemination API.

Tools:

  • search_eurostat_datasets: keyword search over the dataset catalogue. Eurostat has no server-side dataset search, so the catalogue is cached in the runtime and filtered here.
  • get_eurostat_dimensions: the dimensions and codes a dataset accepts (geo, time, unit and topic-specific axes), so the next query can be filtered correctly.
  • get_eurostat_data: observations filtered by dimension codes, returned with codes resolved to their English labels.

The API returns JSON-stat 2.0 (a flat index β†’ value map); this server expands it into rows so the model does not have to decode the index arithmetic. Attribution: data are from Eurostat.

How to connect Eurostat to Gemini Enterprise

  1. 1

    In the Arlet dashboard, open Data tools, find Eurostat and switch it on. No API key setup is needed.

  2. 2

    Sign in to Gemini Enterprise with your organization Google account and open the gear icon at the bottom left β†’ Connectors β†’ Add MCP Server.

  3. 3

    In the MCP info tab, enter https://mcp.arlet.dev/mcp/ as the Server URL and "Arlet" as the Name. In the Auth tab, enter the OAuth settings from the Arlet docs (Authorization URL / Token URL / Client ID / Client Secret / Scopes) and click Add.

  4. 4

    In the connector list on the chat screen, click Connect on Arlet, sign in with Google and authorize. Arlet can then be enabled with the toggle.

Adding custom connectors (MCP) requires a Gemini Enterprise subscription and is not available in the consumer Gemini app. See the docs for the values to enter in the Auth tab.

Use Eurostat with other AI clients