MCP Server for Japanese corporate data — search companies, financials, patents, subsidies, and government statistics via official government APIs. 日本企業データMCPサーバー — gBizINFO・EDINET・e-Statの政府APIから企業情報をAIが直接取得できます。 You need API keys from the following government services: Add to your claudedesktopconfig.json: Add to .cursor/mcp.json: Once configured, you can ask your AI assistant: - "ソニーグループの企業情報を教えて
Add this skill
npx mdskills install yamariki-hub/japan-corporate-mcpWell-documented MCP server providing comprehensive Japanese corporate data access via official government APIs
MCP Server for Japanese corporate data — search companies, financials, patents, subsidies, and government statistics via official government APIs.
日本企業データMCPサーバー — gBizINFO・EDINET・e-Statの政府APIから企業情報をAIが直接取得できます。
| Tool | Description | データソース |
|---|---|---|
search_company | Search companies by name | gBizINFO |
get_company_info | Company details (address, capital, employees) | gBizINFO |
get_company_finance | Financial data (revenue, profit, assets) | gBizINFO |
get_company_patents | Patent information | gBizINFO |
get_company_subsidies | Subsidies and grants received | gBizINFO |
get_company_procurement | Government procurement records | gBizINFO |
get_edinet_reports | Securities reports (有価証券報告書) | EDINET |
get_statistics | Government statistics search | e-Stat |
pip install japan-corporate-mcp
You need API keys from the following government services:
| API | Registration | URL |
|---|---|---|
| gBizINFO (経産省) | Web registration, instant | https://info.gbiz.go.jp/hojin/api_registration |
| EDINET (金融庁) | Web registration + MFA | https://disclosure2dl.edinet-fsa.go.jp/guide/static/disclosure/WZEK0110.html |
| e-Stat (総務省) | Web registration, instant | https://www.e-stat.go.jp/api/ |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"japan-corporate": {
"command": "japan-corporate-mcp",
"env": {
"GBIZINFO_API_TOKEN": "your-gbizinfo-token",
"EDINET_SUBSCRIPTION_KEY": "your-edinet-key",
"ESTAT_APP_ID": "your-estat-app-id"
}
}
}
}
claude mcp add japan-corporate -- japan-corporate-mcp \
-e GBIZINFO_API_TOKEN=your-token \
-e EDINET_SUBSCRIPTION_KEY=your-key \
-e ESTAT_APP_ID=your-app-id
Add to .cursor/mcp.json:
{
"mcpServers": {
"japan-corporate": {
"command": "japan-corporate-mcp",
"env": {
"GBIZINFO_API_TOKEN": "your-gbizinfo-token",
"EDINET_SUBSCRIPTION_KEY": "your-edinet-key",
"ESTAT_APP_ID": "your-estat-app-id"
}
}
}
}
Once configured, you can ask your AI assistant:
| Variable | Required | Description |
|---|---|---|
GBIZINFO_API_TOKEN | Yes* | gBizINFO API token |
EDINET_SUBSCRIPTION_KEY | For EDINET tools | EDINET subscription key |
ESTAT_APP_ID | For e-Stat tools | e-Stat application ID |
* At minimum, GBIZINFO_API_TOKEN is needed for company search/info tools.
git clone https://github.com/drago/japan-corporate-mcp.git
cd japan-corporate-mcp
pip install -e ".[dev]"
pytest
MIT
Install via CLI
npx mdskills install yamariki-hub/japan-corporate-mcpJapan Corporate MCP is a free, open-source AI agent skill. MCP Server for Japanese corporate data — search companies, financials, patents, subsidies, and government statistics via official government APIs. 日本企業データMCPサーバー — gBizINFO・EDINET・e-Statの政府APIから企業情報をAIが直接取得できます。 You need API keys from the following government services: Add to your claudedesktopconfig.json: Add to .cursor/mcp.json: Once configured, you can ask your AI assistant: - "ソニーグループの企業情報を教えて
Install Japan Corporate MCP with a single command:
npx mdskills install yamariki-hub/japan-corporate-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Japan Corporate MCP works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.