VOOZH about

URL: https://apify.com/aulvem/estat-mcp-apify

โ‡ฑ Japan Statistics (e-Stat) MCP Server ยท Apify


๐Ÿ‘ Japan Statistics (e-Stat) MCP Server avatar

Japan Statistics (e-Stat) MCP Server

Pricing

from $0.01 / 1,000 results

Go to Apify Store

Japan Statistics (e-Stat) MCP Server

Pay-per-call MCP server giving AI agents structured access to Japan's official government statistics (labor, prices, population). LLM-optimized JSON with full source attribution.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Aulvem

Aulvem

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 months ago

Last modified

Share

A pay-per-call MCP server giving AI agents structured access to Japan's official government statistics. Query labor force data, consumer prices, and population estimates with sub-second latency, LLM-optimized JSON responses, and full source attribution.

What's available (v1)

Three high-demand domains, five typed tools:

  • search_indicator โ€” find statistical indicators by keyword (English or Japanese)
  • get_timeseries โ€” fetch period-by-period values for an indicator
  • list_categories โ€” show available domains
  • get_metadata โ€” collection methodology, definitions, methodology notes
  • compare_periods โ€” absolute and percentage change between two periods

Roadmap Q3 2026: 6+ domains including National Accounts, Trade Statistics, Industrial Production.

Why use this Actor

  • Sub-300ms warm latency, p50 200ms (KV-cached at the upstream layer)
  • LLM-friendly: schema designed for agent consumption, not human dashboards
  • Source-of-truth: every datapoint carries the e-Stat publication metadata and citation URL
  • No equivalent currently exists in English-language MCP marketplaces

Data is sourced directly from the Statistics Bureau of Japan, e-Stat. This Actor proxies a hosted MCP server with full source attribution per e-Stat open-data terms.

Pricing

Pay Per Event: $0.012 per tool call. initialize, tools/list, and notifications are free. Only tools/call invocations are billed.

How to connect

Once the Actor is running in Standby mode, connect any MCP-capable client to:

https://aulvem--estat-mcp-apify.apify.actor/mcp

with Authorization: Bearer <YOUR_APIFY_API_TOKEN> to authorize Apify-side billing.

Example: Claude Desktop config

{
"mcpServers":{
"estat":{
"command":"npx",
"args":[
"mcp-remote",
"https://aulvem--estat-mcp-apify.apify.actor/mcp",
"--header",
"Authorization: Bearer ${APIFY_API_TOKEN}"
],
"env":{"APIFY_API_TOKEN":"<YOUR_APIFY_API_TOKEN>"}
}
}
}

Output

Tool responses are JSON. Example for get_timeseries:

{
"indicator":"Unemployment rate (seasonally adjusted)",
"unit":"percent",
"frequency":"monthly",
"values":[
{"period":"2025-01","value":2.5},
{"period":"2025-02","value":2.4}
],
"source":{
"publisher":"Statistics Bureau of Japan",
"dataset":"Labour Force Survey",
"url":"https://www.e-stat.go.jp/..."
}
}

FAQ

Is it legal? Yes. e-Stat data is published under open-data terms. This server attaches source attribution to every response.

Affiliation? Unofficial. Not affiliated with the Statistics Bureau of Japan or Anthropic.

Support / feedback? Open an issue on the Actor's Issues tab.

You might also like

Japan Government Statistics Analyzer

hassy/japan-statistics-analyzer-2

Extract and analyze comprehensive statistical data from Japan's official e-Stat government portal. This Actor provides automated access to population census, economic indicators, labor force surveys, and other official statistics with structured JSON output for easy analysis and research.

Japan Statistics Scraper (e-Stat)

rationalistic_counsel/estat-japan-statistics

Extract official Japanese government statistics from e-Stat, Japan's national statistics portal. Search 6,000+ datasets covering population, GDP, trade, employment, agriculture, health, education, and more. Download data with English labels and automatic dimension code resolution.

MCP Server: Rss

dltik/mcp-server-rss

MCP Server: Rss: an MCP server exposing 4 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

MCP Server: Github

dltik/mcp-server-github

MCP Server: Github: an MCP server exposing 6 tools for AI agents. HTTP-only, no API key. Pay $0.01/tool-call.

MCP Server: INSEE French Statistics for AI Agents

dltik/mcp-server-insee

MCP server: 6 tools for INSEE French statistics. Macro series, inflation, population, geo codes. HTTP-only, no API key. $0.01/call.

e-Stat Japan Statistics Scraper

jungle_synthesizer/e-stat-japan-statistics-scraper

Extract official Japanese government statistics from the e-Stat API (api.e-stat.go.jp). Search 6,000+ datasets covering population, GDP, trade, employment, and more. Returns bilingual JP/EN labels with automatic wareki-to-Gregorian date conversion. Requires a free appId from e-stat.go.jp/api/.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Excel Mcp Server

lovely_radiologist/excel-mcp-server

MCP Server: Arxiv

dltik/mcp-server-arxiv

MCP Server: Arxiv: an MCP server exposing 5 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

Related articles

Best MCP servers for developers
Read more
Build and deploy MCP servers in minutes with a TypeScript template
Read more