MCP.so
Sign In
T

Transcode

@hiroshic9-png

About Transcode

No overview available yet

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "transcode": {
      "command": "npx",
      "args": [
        "-y",
        "transcode-mcp-server"
      ],
      "env": {
        "TRANSCODE_API_URL": "https://japan-intelligence-api.onrender.com",
        "TRANSCODE_API_KEY": "your-api-key"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Transcode?

Transcode is a platform that provides structured Japanese public information via API for AI agents. It integrates 10 data sources—including TDnet, EDINET, gBizINFO, e-Stat, J-Quants, FRED, BOJ, JPX, real-time macro indicators, and an AI interpretation layer (Gemini 2.5 Flash)—into 35 endpoints and 22 MCP tools for comprehensive Japan market intelligence.

How to use Transcode?

Install the MCP server by cloning the repository, configuring environment variables (e.g., JI_API_KEY), and running with Node. For Claude Desktop or Cursor, add the MCP configuration pointing to the dist/index.js script with JAPAN_INTELLIGENCE_API_URL and JI_API_KEY environment variables. The API is also accessible directly via REST with an API key (header, bearer, or query parameter) at https://japan-intelligence-api.onrender.com.

Key features of Transcode

  • Cross-source integration of 10 Japanese data sources
  • 22 MCP tools for AI agent workflows
  • 35 REST API endpoints covering corporate, market, and economic data
  • AI interpretation layer using Gemini 2.5 Flash
  • Optimized per-source HTTP caching with ETag support

Use cases of Transcode

  • One-call corporate intelligence (profile, financials, stock price, disclosures, holdings, macro)
  • Daily Japan market briefing with policy summary and sector overview
  • Macroeconomic and government statistics aggregation (GDP, CPI, unemployment, etc.)
  • Institutional holdings and investor flow analysis (weekly 9-category data)
  • AI-driven anomaly detection and event mapping for market monitoring

FAQ from Transcode

What data sources does Transcode integrate?

Transcode integrates 10 sources: TDnet (timely disclosures), EDINET (large shareholding reports), gBizINFO (5M corporate records), e-Stat (government statistics), J-Quants (market data), FRED (US/Japan macro), BOJ (Tankan), JPX (investor flows), real-time macro indicators, and an AI interpretation layer.

How do I authenticate to Transcode?

All endpoints except documentation and health check require an API key. Provide it via the X-API-Key header, an Authorization: Bearer header, or the api_key query parameter.

What is the rate limit?

The rate limit is 100 requests per hour per API key, indicated by X-RateLimit-Limit and X-RateLimit-Remaining response headers.

How do I configure Transcode for Claude Desktop?

Add a JSON entry under mcpServers with command node, args pointing to the MCP server script, and env containing JAPAN_INTELLIGENCE_API_URL and JI_API_KEY.

How long are responses cached?

Cache duration varies by source: TDnet and Macro (5 minutes), Intelligence (10 minutes), FR

Frequently asked questions

What data sources does Transcode integrate?

Transcode integrates 10 sources: TDnet (timely disclosures), EDINET (large shareholding reports), gBizINFO (5M corporate records), e-Stat (government statistics), J-Quants (market data), FRED (US/Japan macro), BOJ (Tankan), JPX (investor flows), real-time macro indicators, and an AI interpretation layer.

How do I authenticate to Transcode?

All endpoints except documentation and health check require an API key. Provide it via the `X-API-Key` header, an `Authorization: Bearer` header, or the `api_key` query parameter.

What is the rate limit?

The rate limit is **100 requests per hour** per API key, indicated by `X-RateLimit-Limit` and `X-RateLimit-Remaining` response headers.

How do I configure Transcode for Claude Desktop?

Add a JSON entry under `mcpServers` with command `node`, args pointing to the MCP server script, and env containing `JAPAN_INTELLIGENCE_API_URL` and `JI_API_KEY`.

How long are responses cached?

Cache duration varies by source: TDnet and Macro (5 minutes), Intelligence (10 minutes), FR

Comments

More Developer Tools MCP servers