Arlet

Connect EDINET to Codex

Query EDINET directly from Codex. Arlet links the two through one MCP connection and takes care of API keys.

This server connects your AI client to the EDINET API (Version 2) operated by Japan's Financial Services Agency. EDINET is the official electronic disclosure system where listed companies and funds file their securities reports.

Key features:

  • List all documents filed on a given date, with each filer's name, securities code, corporate number, document type, and covered period.
  • Narrow the list by filer-name keyword, document type code (e.g. 120 = annual securities report), or securities code.
  • Use the returned docID to look the document up on the EDINET viewer (disclosure2.edinet-fsa.go.jp).

Annual securities reports (有価証券報告書) contain segment financials, risk factors, shareholder composition, and officer compensation - the raw material for competitor and business-partner analysis. Because filings include the corporate number, results join cleanly with gBizINFO and the Corporate Number System.

Using the API requires a free API key issued through the EDINET API registration. Set it as EDINET_API_KEY in your Arlet environment variables.

How to connect EDINET to Codex

  1. 1

    In the Arlet dashboard, open Data tools, find EDINET, set the API key issued by EDINET and switch it on.

  2. 2

    In your terminal, run codex mcp add arlet --url https://mcp.arlet.dev/mcp/ to add Arlet as an MCP server.

  3. 3

    Codex detects OAuth support and opens your browser. Sign in with Google and click Allow on the consent screen.

  4. 4

    Once connected, both the CLI and the IDE extension can call Arlet tools (the configuration is shared).

If the browser does not open, run codex mcp login arlet to redo the authentication.

Use EDINET with other AI clients