Connect OECD Data to Gemini Enterprise
Query OECD Data directly from Gemini Enterprise. Arlet links the two through one MCP connection and takes care of API keys.
Connects your AI client to the OECD SDMX API (sdmx.oecd.org), the backend of OECD Data Explorer.
Tools:
- search_oecd_dataflows: keyword search over OECD-provided dataflows (the full list is cached; the first call can take ~10 seconds).
- get_oecd_dataflow_dimensions: dimension order and codes for one dataflow; shows the exact key template for the data query.
- get_oecd_data: observations for a dimension key (empty segment = wildcard, or 'all'), with lastNObservations control.
Implementation note: the OECD service returns HTTP 500 unless an Accept-Language header is sent; this server handles that. Attribution: data are from OECD Data Explorer (https://data-explorer.oecd.org).
How to connect OECD Data to Gemini Enterprise
- 1
In the Arlet dashboard, open Data tools, find OECD Data and switch it on. No API key setup is needed.
- 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
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
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.
