@pipeworx/estat-japan
Connect: https://gateway.pipeworx.io/estat-japan/mcp · Install: one-click buttons
Tools: 4
e-Stat (Japan) MCP — Japanese government statistics aggregator (~5000 tables across population, economy, labor, trade, prices, agriculture, environment). Free with an app ID.
Tools
search_stats(query, limit?, start_position?, lang?)— find stats tablesget_metadata(stats_data_id, lang?)— dimensions + code lists for a tableget_data(stats_data_id, limit?, start_position?, lang?, filters?)— observationslist_data_catalog(query?, limit?, start_position?, lang?)— browse catalog
Auth
- Platform key: gateway env
PLATFORM_ESTAT_KEY(anappIdissued by e-stat.go.jp) - BYO:
?_apiKey=<appId>after registering at https://www.e-stat.go.jp/api/
Data source
https://api.e-stat.go.jp/rest/3.0/app/json/ — appId as query param.
Default language is Japanese (J); pass lang: "E" for English where available.
Tools
- search_stats — Search e-Stat statistical tables. Returns IDs and names for tables matching the query. Use the IDs with get_data / get_metadata.
- get_metadata — Fetch dimensions and code lists for a stats table.
- get_data — Fetch observations from a stats table. Optionally filter by dimension codes.
- list_data_catalog — Browse the high-level data catalog (table groupings).
Tools
-
get_data— Fetch observations from a stats table. Optionally filter by dimension codes. -
get_metadata— Fetch dimensions and code lists for a stats table. -
list_data_catalog— Browse the high-level data catalog (table groupings). -
search_stats— Search e-Stat statistical tables. Returns IDs and names for tables matching the query. Use the IDs with get_data / get_metadata.