Access Japanese financial disclosures (EDINET). Search companies, retrieve BS/PL/CF statements.
Access Japanese financial disclosures (EDINET). Search companies, retrieve BS/PL/CF statements. The edinet mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
EDINET XBRL parsing library and MCP server for Japanese financial data.
edinet-mcp on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Everything the assistant can do here goes through one of these:
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 等)をページング付きで取得list_available_labels — 取得可能な財務科目の一覧get_company_info — 企業の詳細情報を取得diff_financial_statements — 2期間の財務諸表を比較(増減額・増減率)Installation — The Installation tool exposed by this serverEdinetClient — All client methods are async. Use async with for proper resource cleanup:You will need one environment variable: EDINET_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Edinet's toolset — search_companies, get_filings, get_financial_statements and 11 more — is a fair guide to whether it matches your workflow. It is maintained by ajtgjmdjp; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| 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 等)をページング付きで取得 |
| list_available_labels | 取得可能な財務科目の一覧 |
| get_company_info | 企業の詳細情報を取得 |
| diff_financial_statements | 2期間の財務諸表を比較(増減額・増減率) |
| Installation | The Installation tool exposed by this server. |
| EdinetClient | All client methods are async. Use async with for proper resource cleanup: |
| Filing | Filing objects returned by get_filings() have the following attributes: |
| StatementData | Each financial statement (BS, PL, CF) is a StatementData object with dict-like access: |
{
"mcpServers": {
"edinet": {
"command": "uvx",
"args": ["edinet-mcp", "serve"],
"env": {
"EDINET_API_KEY": "your_key_here"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| EDINET_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.