Connect e-Stat to Gemini Enterprise
Query e-Stat directly from Gemini Enterprise. Arlet links the two through one MCP connection and takes care of API keys.
This server connects your AI client to the e-Stat API (Version 3.0), the official gateway to Japanese government statistics operated by the Statistics Bureau of the Ministry of Internal Affairs and Communications. It covers population, households, labour, prices, industry, trade, education and every other survey published on e-Stat.
Key features:
- Find statistical tables by keyword (AND / OR / NOT supported), survey year, publication year, government statistics code, field code, or area granularity, and get each table's stats_data_id.
- Inspect a table's dimensions and codes: measurement item (tab), time axis (time), region (area) and up to 15 classification axes (cat01..cat15), together with the exact filter keys to use next.
- Fetch the actual figures for a table, narrowed by dimension codes. Values come back with codes replaced by their Japanese labels, plus units, annotations, footnotes, and a next_start_position for paging.
A single e-Stat table can hold millions of cells, so requests are capped and paged rather than dumped: filter with the codes from the metadata tool and follow next_start_position for more. Arlet obtains and manages the e-Stat application ID, so there is nothing for you to register or configure - just switch the server on. (Under the upstream terms of use, heavy bursts of requests on a single ID may be throttled.)
How to connect e-Stat to Gemini Enterprise
- 1
In the Arlet dashboard, open Data tools, find e-Stat 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.
