get_data
Pack: estat-japan · Endpoint: https://gateway.pipeworx.io/estat-japan/mcp
Fetch observations from a stats table. Optionally filter by dimension codes.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
stats_data_id | string | yes | Table ID (statsDataId) |
limit | number | no | 1-100000 (default 100) |
start_position | number | no | 1-based row offset |
lang | string | no | J | E |
filters | object | no | Dimension code filters as { “cdCat01”:“A03503”, “cdTime”:“2023” } |
additionalProperties | string | no |
Example call
curl -X POST https://gateway.pipeworx.io/estat-japan/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_data","arguments":{}}}'
Response shape
Full JSON Schema
{
"type": "object",
"description": "Response from e-Stat getStatsData endpoint containing observations"
}
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"estat-japan": {
"url": "https://gateway.pipeworx.io/estat-japan/mcp"
}
}
}
See Getting Started for client-specific install steps.