Loading MCP server directory, please wait...
日本の公的データ(統計・法人・不動産)にAIからアクセスするMCPサーバー。e-Stat統計API・法人番号Web-API・不動産情報ライブラリAPIの3API統合。全国約1,700市区町村対応。
npx @getmcp/cli add io.github.Izyuusya/japan-data-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
ESTAT_APP_IDe-Stat API Application ID (required). Free at https://www.e-stat.go.jp/api/api-info/api-guide
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Izyuusya/japan-data-mcp": {
"command": "uvx",
"args": [
"japan-data-mcp"
],
"env": {
"ESTAT_APP_ID": "",
"CORP_APP_ID": "",
"REALESTATE_API_KEY": ""
}
}
}
}