Japan Data MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 114 installs a week from pypi. Last commit 5 Mar 2026.
日本の公的データ(統計・法人・不動産)にAIからアクセスするMCPサーバー。e-Stat統計API・法人番号Web-API・不動産情報ライブラリAPIの3API統合。全国約1,700市区町村対応。
Today is the operative word: we check Japan Data MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add japan-data-mcp -- uvx japan-data-mcp
{
"mcpServers": {
"japan-data-mcp": {
"args": [
"japan-data-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.japan-data-mcp]
command = "uvx"
args = ["japan-data-mcp"]
{
"mcpServers": {
"japan-data-mcp": {
"args": [
"japan-data-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"japan-data-mcp": {
"args": [
"japan-data-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
ESTAT_APP_ID (e-Stat API Application ID (required). Free at https://www.e-stat.go.jp/api/api-info/api-guide), CORP_APP_ID (Corporate Number Web-API Application ID (optional). Apply at https://www.houjin-bangou.nta.go.jp/webapi/), REALESTATE_API_KEY (Real Estate Information Library API Key (optional). Apply at https://www.reinfolib.mlit.go.jp/api/request/).
The author declared them in the registry entry; get the values from the project itself.
Answers built from our own checks of this server.