Mmcp.market

Japan Company Info Bridge MCP server

by dqj1998·io.github.dqj1998/japan-company-info-mcp-bridge·v1.2.3

Offline MCP for verified Japanese corporate data: EDINET XBRL financials, NTA IDs, gBizINFO.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

0 stars439 downloads/wk

Reviews

Write one

Nobody has reviewed Japan Company Info Bridge yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Japan Company Info Bridge tools (5)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • edinet_financials_usgaap

    Retrieve official EDINET statutory financials (income statement, balance sheet, cash flow) and executive compensation for a Japanese listed company, with accounting concepts normalized across J-GAAP, US GAAP, and IFRS.

  • japan_company_search

    Search across Japanese corporate registries and listed-company filings by name, securities code, corporate number, or free-text intent — the entry point when the target company is unknown or ambiguous.

  • japan_corporate_registry

    Look up the official identity of a Japanese company: its 13-digit National Tax Agency corporate number, registered headquarters address, legal status, and METI gBizINFO certifications, subsidies, and commendations.

  • japan_industry_benchmarks

    Retrieve sector-level financial benchmarks for Japanese industries from the 財務省 法人企業統計調査 (Ministry of Finance Corporate Enterprise Statistics Survey): operating margin (売上高営業利益率), ordinary margin (売上高経常利益率), equity ratio (自己資本比率), and ROE (自己資本ROE) by industry and data year.

  • japan_shareholders

    Retrieve the major shareholders and ownership structure of a Japanese listed company from its EDINET 有価証券報告書 filing.

Public scan report

scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it

no findings
  • Code scan4 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 5 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Japan Company Info Bridge repository's README, as published. We do not edit it. Read it on GitHub

Japan Company Info — MCP Server (Free Edition)

The only 100% OFFLINE, all-in-one Japanese Corporate Due Diligence MCP. Integrates 4 official government sources: NTA 13-digit Corporate IDs, EDINET XBRL financials (US GAAP / IFRS mapped), e-Stat industry benchmarks, and gBizINFO certifications. Zero cloud leakage. Zero Docker.

Query EDINET statutory filings (5-year XBRL), National Tax Agency 13-digit corporate numbers, major shareholders, and gBizINFO certifications/subsidies — with a built-in J-GAAP / US GAAP / IFRS mapping dictionary that correctly distinguishes 営業利益 (Operating Income) from 経常利益 (Ordinary Income, a J-GAAP-only concept).

This package is the Free edition: 192 large-cap blue-chip listed companies (EDINET-listed, Nikkei 225 sample). The full dataset — 3,193+ listed companies with complete XBRL financials, major shareholders, gBizINFO details, and 財務省 法人企業統計調査 industry benchmarks — is available as a one-time purchase at mcporb.store.

Use cases: cross-border equity analysis, KYB / due-diligence entity verification,

M&A target screening, and reading Japanese filings in English without mistranslating

営業利益 (Operating Income) vs 経常利益 (Ordinary Income, a J-GAAP-only concept).

How it works

The server bundles the mcporb-runtime binary and a pre-indexed Orb (BM25 + trigram + optional dense-vector retrieval). Retrieval runs on your machine. On first launch the runtime downloads its query-embedding model (~220MB) in the background to enable the semantic vector method; until that finishes — and forever after, offline — the bm25, trigram, and auto methods work without any network access. Your queries are not sent to a third-party API by this server.

It exposes five domain tools that normalize your request into a precise query, plus the generic search_knowledge tool as a fallback for open-ended questions:

financials (P/L, balance sheet, cash flow) and executive compensation, with accounting concepts mapped across J-GAAP / US GAAP / IFRS.

  • edinetfinancialsusgaap(companyname, metric?, fiscalyear?) — EDINET statutory

corporate number, registered address, legal status, and gBizINFO certifications / subsidies.

  • japancorporateregistry(companyname, infotype?) — 13-digit National Tax Agency

structure from the 大株主 section of 有価証券報告書.

  • japanshareholders(companyname, topn?)** — major shareholders and ownership

ordinary margin, equity ratio, ROE) from 財務省 法人企業統計調査 via e-Stat.

  • japanindustrybenchmarks(industry, metric?) — sector benchmarks (operating margin,

discover a company when the target is unknown or ambiguous.

  • japancompanysearch(query, method?, topk?)** — keyword / fuzzy / semantic search to

method ∈ auto (default) · bm25 (exact keyword) · trigram (fuzzy / identifier) · vector (semantic) · hybrid (RRF fusion).

  • searchknowledge(query, method?, topk?) — raw knowledge-base search (fallback).

The five domain tools resolve into search_knowledge internally, so retrieval and the .orb capsule stay completely generic.

Quick start

Claude Desktop

Add to claudedesktopconfig.json:

{
  "mcpServers": {
    "japan-company-info": {
      "command": "npx",
      "args": ["-y", "japan-company-info-mcp-bridge"]
    }
  }
}

(Before the package is published to npm, use the GitHub form: "args": ["-y", "github:dqj1998/japan-company-info-mcp-bridge"].)

Cursor

Add the same server under Settings → MCP → Add Server (command npx, args as above).

Local (from a clone)

npx .

Platform support

Bundled runtime binaries in bin/ (no external system libraries required — run on minimal/headless images):

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y japan-company-info-mcp-bridge on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add japan-company-info-mcp-bridge -- npx -y japan-company-info-mcp-bridge
Add to Cursor

Japan Company Info Bridge: common questions

Is Japan Company Info Bridge MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Japan Company Info Bridge safety report
How do I install Japan Company Info Bridge?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Japan Company Info Bridge need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Japan Company Info Bridge maintained?
The last commit was 7 days ago (2026-09-14). The latest release is v1.2.3.

More from dqj1998