japan-corporate-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@japan-corporate-mcpfind financial data for Toyota"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
japan-corporate-mcp
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が直接取得できます。
Features / 機能
Tool | Description | データソース |
| Search companies by name | gBizINFO |
| Company details (address, capital, employees) | gBizINFO |
| Financial data (revenue, profit, assets) | gBizINFO |
| Patent information | gBizINFO |
| Subsidies and grants received | gBizINFO |
| Government procurement records | gBizINFO |
| Securities reports (有価証券報告書) | EDINET |
| Government statistics search | e-Stat |
Related MCP server: kaisha-mcp
Installation / インストール
pip install japan-corporate-mcpAPI Key Setup / APIキーの取得
You need API keys from the following government services:
API | Registration | URL |
gBizINFO (経産省) | Web registration, instant | |
EDINET (金融庁) | Web registration + MFA | https://disclosure2dl.edinet-fsa.go.jp/guide/static/disclosure/WZEK0110.html |
e-Stat (総務省) | Web registration, instant |
Configuration / 設定
Claude Desktop
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 Code
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-idCursor
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"
}
}
}
}Usage Examples / 使用例
Once configured, you can ask your AI assistant:
"ソニーグループの企業情報を教えて" (Get Sony Group's company info)
"トヨタ自動車の特許情報を検索して" (Search Toyota's patents)
"東京都のAI関連企業を探して" (Find AI companies in Tokyo)
"日本の製造業に関する統計データを検索" (Search manufacturing statistics)
"最近のEDINET報告書でソフトバンクを検索" (Search SoftBank's EDINET filings)
Environment Variables / 環境変数
Variable | Required | Description |
| Yes* | gBizINFO API token |
| For EDINET tools | EDINET subscription key |
| For e-Stat tools | e-Stat application ID |
* At minimum, GBIZINFO_API_TOKEN is needed for company search/info tools.
Development / 開発
git clone https://github.com/drago/japan-corporate-mcp.git
cd japan-corporate-mcp
pip install -e ".[dev]"
pytestLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
Search Japanese subsidies and public company data using J-Grants, gBizINFO, and EDINET.
Search Japanese company database
Japanese law, corporation & statistics data as MCP, normalized to English with source attribution.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server for the Japan National Tax Agency Corporate Number API, enabling corporate number lookup and search via local AI clients.31MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for the Kaisha API, providing official Japanese company-registry data including corporate numbers and qualified invoice registrations, with pay-per-call via USDC micropayments.2 npmMIT
- AlicenseAqualityDmaintenanceAn MCP server that provides access to Japan's central and municipal subsidies, covering over 20,000 municipal grants not exposed by official APIs, with tools for search, comparison, citation verification, and practitioner referrals.1322 npmMIT
- AlicenseNot gradedqualityDmaintenanceMCP server providing raw Japanese regulatory corporate data, including pension headcount logs, statutory financial disclosures, and government procurement records, metered via x402 micro-payments.MIT