Connect OECD Data to Claude
Query OECD Data directly from Claude. 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 Claude
- 1
In the Arlet dashboard, open Data tools, find OECD Data and switch it on. No API key setup is needed.
- 2
In Claude, open Organization settings β Connectors from the account menu at the bottom left, then click + Add.
- 3
Choose Custom β Web, enter "Arlet" as the Name and https://mcp.arlet.dev/mcp/ as the Remote MCP server URL, then click Add. Authentication settings are auto-detected, so keep the defaults.
- 4
The first time you use it, sign in with Google. After that, every service you switched on in Arlet is available from Claude.
Adding a connector is done by an organization admin on Team / Enterprise plans. On Pro / Max you can add it for yourself from Settings β Connectors with the same steps.
