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
基本情報
「開発者ツール」の他のコンテンツ
Grafana MCP server
grafanaMCP server for Grafana
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps

Sentry
modelcontextprotocolModel Context Protocol Servers
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
コメント