Access Japanese financial disclosures (EDINET). Search companies, retrieve BS/PL/CF statements.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Edinet MCP.
search_companies企業名・証券コード・EDINETコードで検索
get_filings指定期間の開示書類一覧を取得
get_financial_statements正規化された財務諸表 (BS/PL/CF) を取得
get_financial_metricsROE・ROA・利益率等の財務指標を計算
compare_financial_periods前年比較(増減額・増減率)
screen_companies複数企業の財務指標を一括比較(最大20社)
EDINET XBRL parsing library and MCP server for Japanese financial data.
📝 日本語チュートリアル: Claude に聞くだけで上場企業の決算がわかる (Zenn)
Part of the Japan Finance Data Stack: edinet-mcp (securities filings) | tdnet-disclosure-mcp (timely disclosures) | estat-mcp (government statistics) | stockprice-mcp (stock prices & FX)
Building a high-throughput pipeline, batch-parsing thousands of filings, or need SEC EDGAR coverage too? See xbrl-facts — a Rust iXBRL engine for SEC + EDINET with byte-range provenance.
Ask your AI assistant (with edinet-mcp connected):
You: トヨタの最新の決算と、会社が挙げている主要なリスクを教えて
Claude: トヨタ自動車 (E02144) の有価証券報告書(2026年6月10日提出)によると——
- 売上高: 50.7兆円(前期 48.0兆円、約 +5.5%)
- 事業等のリスク(有報本文より): 自動車市場の競争激化 — CASE などの技術革新が進むことで競争は一層激化し、業界再編につながる可能性も指摘 …
Every number and passage above is fetched from the actual EDINET filing via
get_financial_statements / get_narrative — nothing comes from the model's memory.
edinet-mcp provides programmatic access to Japan's EDINET financial disclosure system. It normalizes XBRL filings across accounting standards (J-GAAP / IFRS / US-GAAP) into canonical Japanese labels and exposes them as an MCP server for AI assistants.
stmt["売上高"] works regardless of accounting standardstmt["Revenue"] works too (case-insensitive), and the MCP tool supports language='en' for fully English outputget_narrative)get_receipts, pip install edinet-mcp[receipts])Unlike commercial EDINET data APIs, edinet-mcp is fully free and local: the XBRL parser runs on your machine, the only credential you need is a free EDINET API key from the FSA, and every number is traceable to the original filing. No paid tiers, no usage caps beyond EDINET's own rate limits, Apache-2.0 licensed.
Register (free) at EDINET and set:
Add to your AI tool's MCP config:
Then ask your AI: "トヨタの最新の営業利益を教えて"
| Tool | Description |
|---|---|
search_companies | 企業名・証券コード・EDINETコードで検索 |
get_filings | 指定期間の開示書類一覧を取得 |
get_financial_statements | 正規化された財務諸表 (BS/PL/CF) を取得 |
get_financial_metrics | ROE・ROA・利益率等の財務指標を計算 |
compare_financial_periods | 前年比較(増減額・増減率) |
screen_companies | 複数企業の財務指標を一括比較(最大20社) |
get_narrative | 定性情報(事業等のリスク・MD&A 等)をページング付きで取得 |
get_receipts | 主要科目の検証可能な evidence receipt を取得(要 [receipts] extra) |
list_available_labels | 取得可能な財務科目の一覧 |
get_company_info | 企業の詳細情報を取得 |
diff_financial_statements | 2期間の財務諸表を比較(増減額・増減率) |
Note: The
periodparameter is the filing year, not the fiscal year. Japanese companies with a March fiscal year-end file annual reports in June of the following year (e.g., FY2024 → filed 2025 →period="2025").
EdinetClientAll client methods are async. Use async with for proper resource cleanup:
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/edinet-mcp)<a href="https://allmcps.com/mcp/edinet-mcp"><img src="https://allmcps.com/api/badge/edinet-mcp?style=directory" alt="Edinet MCP on AllMCPs" /></a>