Asia Filings

Provides unified access to EDINET and DART data with XBRL parsing and analytical tools for Japanese and Korean filings.
  • typescript

0

GitHub Stars

typescript

Language

6 months ago

First Indexed

3 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "openpharma-org-asia-filings-mcp-server": {
      "command": "node",
      "args": [
        "/path/to/asia-filings-mcp-server/build/index.js"
      ],
      "env": {
        "DART_API_KEY": "your-dart-api-key-here",
        "EDINET_API_KEY": "your-edinet-api-key-here"
      }
    }
  }
}

You can query and analyze Asian financial filings from Japan and Korea through a single MCP server. It provides access to EDINET and DART data, including XBRL/iXBRL parsing, dimensional breakdowns, time-series analysis, and BI-ready fact tables, enabling you to search, retrieve, and analyze filings for thousands of companies.

How to use

Use an MCP client to connect to the Asia Filings MCP server. The server exposes a unified tool named asia-filings that lets you search Japanese and Korean filings, retrieve documents, parse XBRL data, and perform advanced analyses such as time-series and fact-table generation. You will configure the client to run against the local MCP server process or a remote endpoint if provided.

How to install

Prerequisites you need on your machine before starting:

  • Node.js and npm must be installed on your system
  • You will run commands from your project directory
  • You will provide API keys for EDINET and DART when starting the server

Step-by-step commands to set up and run the MCP server locally:

npm install
npm run build
node /path/to/asia-filings-mcp-server/build/index.js

Configuration and startup example

Configure the MCP client to start the Asia Filings server using the provided runtime command. The server requires your EDINET and DART API keys to access data.

{
  "mcpServers": {
    "asia-filings": {
      "command": "node",
      "args": ["/path/to/asia-filings-mcp-server/build/index.js"],
      "env": {
        "EDINET_API_KEY": "your-edinet-api-key-here",
        "DART_API_KEY": "your-dart-api-key-here"
      }
    }
  }
}

Notes and best practices

  • The server combines access to Japan’s EDINET and Korea’s DART systems, parsing XBRL data in both J-GAAP and K-GAAP/IFRS taxonomies. - Keep your API keys secure and rotate them as needed. - When running locally, you can override the environment variables to test different accounts or permissions. - Use the time-series and fact-table capabilities to build multi-period analyses and BI-ready data sets.

Available tools

asia_filings

Unified MCP tool that exposes 19 methods for Japan EDINET and Korea DART data, including company search, filings retrieval, XBRL parsing, dimensional facts, time-series analysis, and fact table generation.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational