MCP.so
登录
T

Transcode

@hiroshic9-png

关于 Transcode

暂无概览

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

常见问题

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

评论

开发工具 分类下的更多 MCP 服务器