mcpbeat Sign in

Edinet MCP Server

by ajtgjmdjp Your server? Claim it
local only

Edinet MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 290 installs a week from pypi. Last commit 23 Aug 2026.

Access Japanese financial disclosures (EDINET). Search companies, retrieve BS/PL/CF statements.

Installs per day peak 362 · avg 62 · -51% w/w
a month agotoday
290
Installs / week
pypi · edinet-mcp
18
Stars
6 open issues
23 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Edinet MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add edinet-mcp -- uvx edinet-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "edinet-mcp": {
      "args": [
        "edinet-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.edinet-mcp]
command = "uvx"
args = ["edinet-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "edinet-mcp": {
      "args": [
        "edinet-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "edinet-mcp": {
      "args": [
        "edinet-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: EDINET_API_KEY (API key from EDINET (https://disclosure.edinet-fsa.go.jp/)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Edinet MCP

same job, measured the same way
I
SEC EDGAR Financial Data
by taru0208

Search SEC EDGAR filings, financial statements, and company data.

answering
I
hai Lab Japan Company Data
by hotagithub

Search Japanese company credit, financials, subsidies, and procurement via AI agents.

answering
Wisesheets Financial Data
by wisesheets

Financial statements, metrics, dividends, and price data for public companies.

answering
ROIC.AI Financial Data
by roic

ROIC.AI financial data: statements, ratios, prices, and earnings transcripts for public companies.

answering
Codat
by usefulapi

MCP server for Codat — companies, connections, invoices, bills and financial statements.

28 tools answering
Advisorfinder
by advisorfinder

Search and vet SEC-registered financial advisors: profiles, disclosures, firm fees, credentials.

259 installs/wk 7 tools answering
Insourcia
by insourcia

Search French companies: financials, directors, ownership, M&A and insolvency events.

18 tools answering
Edinet
by pipeworx-io

EDINET — Japan's corporate-filings system (Financial Services Agency).

answering

Edinet MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Edinet MCP?
Edinet MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package edinet-mcp was installed 290 times last week.
How do I connect Edinet MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls edinet-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Edinet MCP?
The pypi package edinet-mcp was installed 290 times in the last week. Week over week that is -51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Edinet MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 18 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.