Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

MCP server for searching Japanese corporate data including companies, financials, patents, subsidies, and government statistics via official government APIs.

README.md

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_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 |

Installation / インストール

pip install japan-corporate-mcp

API Key Setup / APIキーの取得

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/ |

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-id

Cursor

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 | |----------|----------|-------------| | 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.

Development / 開発

git clone https://github.com/drago/japan-corporate-mcp.git
cd japan-corporate-mcp
pip install -e ".[dev]"
pytest

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.