The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Edinet Db MCP listing page.
Remote MCP server for Japan's EDINET DB — structured financial data for ~3,800 Japanese listed companies, served over HTTPS with OAuth 2.0 multi-tenant authentication.
https://edinetdb.jp/mcpEDINET DB exposes structured financial and corporate data extracted from Japan's regulatory filings (EDINET, by the Financial Services Agency) plus public open data (gBizINFO from METI, National Tax Agency corporate registry, Wikidata). Connect from Claude Desktop, Claude Code, Cursor, Codex CLI, or any MCP-compatible client to query company financials, HR/diversity disclosures, supply chains, patents, executive profiles, and corporate history via natural language.
| Remote (recommended) | Local stdio server (this repo) | |
|---|---|---|
| Endpoint | https://edinetdb.jp/mcp | runs on your machine |
| Tools | 75 | 13 core tools |
| Auth | OAuth 2.0 or API key | API key (EDINETDB_API_KEY) |
| Setup | add one URL | npx, node, or Docker |
The remote server is the full product and needs nothing installed. The local server in this repository is a small, dependency-light stdio client over the same public REST API, for clients that cannot speak streamable HTTP or for users who would rather run the process themselves.
https://edinetdb.jp/mcphttps://edinetdb.jp/mcp/.well-known/oauth-authorization-server).cursor/mcp.json:
Get a free API key at https://edinetdb.jp/developers, then:
Claude Desktop / Cursor / any stdio client:
From source:
With Docker (-i is required — the transport is stdio):
| Environment variable | Required | Default | Purpose |
|---|---|---|---|
EDINETDB_API_KEY | yes, to call tools | — | Your EDINET DB API key. Listing tools works without it. |
EDINETDB_BASE_URL | no | https://edinetdb.jp/v1 | REST API base URL. |
EDINETDB_TIMEOUT_MS | no | 30000 | Per-request timeout in milliseconds. |
Each tool is a typed wrapper over one REST endpoint. The set is deliberately narrow: one tool per question a user actually asks, with no two tools covering the same ground.
| Tool | What it answers |
|---|---|
search_companies | Resolve a name or securities code to an EDINET code |
get_company | Full profile of one company |
get_financials | Multi-year financial statement series |
get_segments | Which business segment earns the money |
get_earnings | Latest quarterly results and company forecast |
get_disclosures | What the company filed, and when |
get_text_blocks | Business overview, risk factors, MD&A as filed |
get_directors | Board roster, tenure and shareholding |
get_shareholders | Who holds 5%+ of this company |
search_shareholders | Everything one investor holds |
screen_companies | Filter the market by numeric criteria |
get_ranking | Market-wide league table for one metric |
compare_peers | Benchmark a company against its industry |
For the full surface — IR documents, knowledge-graph strategies, KPI tracking, watchlists, dashboards and saved analyses — use the remote server, which exposes all 75 tools listed below.
Company & financials
get_company — Company profile + latest financials (XBRL-sourced, no LLM)get_financials — Multi-year financial time seriesget_analysis — Rule-based financial health score (0-100) and key-metrics summarycompare_companies — Side-by-side comparison of 2-10 companies for one fiscal yearget_industry_benchmark — Industry median and P25/P75 quartilesget_fair_value — Deterministic, non-advisory valuation model estimatesget_segments — Business segment revenue, operating income, capex, assetsget_detailed_expenses — SG&A breakdown from the PL notesget_order_backlog — Orders received, order backlog, production and sales volumesget_earnings — Quarterly earnings flash (決算短信), newest firstget_earnings_calendar — Scheduled earnings announcement datesSearch & screening
search_companies — Search by name, securities code, industry, or health scoresearch_companies_batch — Many companies in one callscreen_companies — Screener over 100+ metrics with AND logicget_ranking — Top companies by a financial, human-capital or ESG metricsearch_corporate_master — National Tax Agency corporate-number database (5.8M+ active corporations)get_corporate_profile — Profile by 13-digit corporate number, listed or notget_events — Normalized corporate events across filings, earnings and holdingsget_appearances — Reverse-lookup: how a company appears in other companies' filingsFilings: full text & structured extraction
get_text_blocks — Raw full text from annual securities reportsget_text_blocks_structured — Pre-extracted structured data points from those sectionsget_compensation_text — Director and officer compensation disclosuresget_company_history — Corporate history timeline (沿革) as structured eventsShareholders
get_shareholders — Large shareholding reports (大量保有報告書), latest per filer groupsearch_shareholders — Which companies a given filer holdsget_shareholder_history — Shareholding time series for a filer-issuer pairget_shareholder_transactions — Trade-level detail from the 60-day acquisition/disposal tableget_activist_positions — Current activist positions across the marketget_shareholder_categories — Ownership by shareholder category (所有者別状況)get_major_shareholders — Top-10 major shareholders snapshotget_cross_shareholdings — Per-issuer policy shareholdings (政策保有株式)Corporate graph
get_directors — Directors and corporate auditors (役員一覧)get_director_compensation — Granular compensation breakdown per officer groupget_parent_company / get_parent_companies — Disclosed parent and reverse-declared parentsget_subsidiaries — Consolidated subsidiaries and equity-method affiliates (関係会社の状況)get_gleif_subsidiaries — Consolidated subsidiaries from GLEIF Level 2get_related_party_transactions — Related-party transactions (関連当事者との取引)get_main_customers — Disclosed main customers (主要販売先) graphAssets & facilities
get_real_estate — Land, buildings and investment property book valuesget_facilities — Facility-level major properties (主要な設備の状況)IR documents & knowledge graph
get_ir_documents — IR PDFs: integrated reports, mid-term plans, sustainability reportsget_ir_pdf_url — Signed download URL for an IR PDFlist_ir_document_types — Available IR document type slugssearch_ir_sections / get_ir_sections_by_company — Section-level IR content searchsearch_qa_sections — Q&A content from earnings presentationssearch_ir_kpis / get_ir_kpis_by_company — Numeric KPIs from mid-term plans and integrated reportssearch_kg_strategies — Strategy entities extracted across companiessearch_kg_kpi_commitments — Committed numerical targetsget_kg_company_summary — Knowledge-graph summary for one companyget_kg_kpi_track_record — KPI commitments, observations and revisionsfind_peer_strategies — Peer strategies that overlap thematicallyWatchlist, dashboard & notifications
get_watchlist / add_to_watchlist / remove_from_watchlist — Personal watchlistdashboard_list_modules / dashboard_get_feed / dashboard_add_module / dashboard_remove_module / dashboard_update_params — Dashboard modules and live feedssubscribe_notifications / list_notification_subscriptions / unsubscribe_notifications — Email digestsSaved analyses
save_analysis / list_my_analyses / run_analysis / delete_analysis — Re-runnable named analysesData quality feedback
report_data_issue / report_financial_data_issue — Flag an error or missing dataget_data_issue — Status of a report you filedrequest_data / list_my_data_requests — Request data that is missing entirelyDocs
get_documentation — Inline help, tool catalog and methodology| Source | Coverage | License |
|---|---|---|
| EDINET (FSA Japan) | Annual securities reports, quarterly reports, large shareholder reports | Public-sector open data |
| gBizINFO (METI) | Corporate basic attributes, patents, subsidies, government procurement | CC BY 4.0 compatible (政府標準利用規約 第2.0版) |
| Corporate Number Publication Site (NTA) | Corporate number, basic 3 fields | 公共データ利用規約 第1.0版 |
| Wikidata | Official website URLs | CC0 |
| AI-generated content (corporate history narrative, etc.) | Always labeled, with source event IDs, timestamps, and disclaimers | — |
We do not redistribute exchange-licensed data (real-time stock prices, TDnet). See https://edinetdb.jp/docs/data-sources for the full breakdown.
| Plan | Price (JPY/month) | API/MCP req/day |
|---|---|---|
| Free | ¥0 | 100 |
| Pro | ¥4,980 | 1,000 |
| Developer (formerly Business, renamed 2026-09-03) | ¥29,800 | 10,000 |
| Business (organizations) / Enterprise | Contact | Custom |
| Academy | Free for accredited researchers | Custom |
Details: https://edinetdb.jp/pricing
EDINET DB runs as a hosted, OAuth-authenticated, multi-tenant remote MCP server, and also ships the local stdio client in this repository for people who would rather run the process themselves. It has been in production since 2026-03-01 and has 9,000+ registered users.
Accept-Languagesource attributeOperated by Cabocia Inc. — building data infrastructure for the AI agent era.