🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

transcode-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transcode-mcp-server

TRANSCODE — Japan market intelligence for AI agents. 24 MCP tools, 11 authoritative data sources. TDnet, EDINET, gBizINFO, e-Stat, J-Quants, FRED, BOJ, JPX, The社史.

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

transcode-mcp-server

Japan market intelligence for AI agents — 22 tools, 10 authoritative data sources, one MCP server.

npm version License: MIT

TRANSCODE translates Japan's opaque public data into structured, machine-readable intelligence that AI agents can act on instantly.

Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "transcode": {
      "command": "npx",
      "args": ["-y", "transcode-mcp-server"],
      "env": {
        "JAPAN_INTELLIGENCE_API_URL": "https://japan-intelligence-api.onrender.com",
        "JI_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "transcode": {
      "command": "npx",
      "args": ["-y", "transcode-mcp-server"],
      "env": {
        "JAPAN_INTELLIGENCE_API_URL": "https://japan-intelligence-api.onrender.com",
        "JI_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Direct Execution

npx transcode-mcp-server

22 MCP Tools

Intelligence (Start Here)

ToolDescription
japan_briefingDaily starting point — market indicators, monetary policy, sentiment, disclosures, investor flows in ONE call
market_snapshotReal-time macro indicators, anomaly events, disclosure highlights, investor flows
company_intelligenceFull company analysis — profile, financials, prices, disclosures, holdings, macro context in ONE call
disclosure_statsDisclosure category breakdown, impact distribution, market sentiment gauge

Market Data

ToolDescription
get_disclosuresTDnet corporate disclosures with auto-categorization and impact assessment
get_macro6 key macro indicators: Oil, Gold, USD/JPY, VIX, Nikkei 225, S&P 500
detect_eventsMacro anomaly detection with beneficiary/headwind stock mappings

Company Intelligence

ToolDescription
company_profilegBizINFO company profile — subsidies, certifications, patents, financials, procurement
company_searchSearch 5M+ Japanese corporations by name
financialsJ-Quants financial statements — revenue, profit, EPS, BPS, forecasts
listed_stocksAll TSE-listed stocks master data
earnings_calendarUpcoming earnings announcement schedule
stock_pricesHistorical OHLCV with moving averages and price changes
sector_summary17-sector and 33-sector market structure analysis

Macro Economics

ToolDescription
government_statse-Stat government statistics — GDP, CPI, unemployment, and 7 more series
stats_summaryAll major Japanese macro statistics in one call
global_macroFRED US-Japan macro data — rates, CPI, employment, FX, VIX
policy_summaryUS-Japan monetary policy environment summary
tankanBOJ Tankan business sentiment DI
investor_flowsJPX investor flow data by sector — foreign, individual, pension, corporate

Utility

ToolDescription
lookup_tickerResolve ticker code to company name (4000+ stocks)
interpretAI interpretation via Gemini 2.5 — significance, impact, key questions

Data Sources

All data sourced from authoritative Japanese government and exchange institutions:

SourceProviderData
TDnetTokyo Stock ExchangeCorporate disclosures
EDINETFinancial Services AgencyInstitutional holdings (3,889 companies mapped)
gBizINFODigital AgencyCorporate registry (5M+ entities)
e-StatStatistics BureauGovernment statistics (10 series)
J-QuantsJPX Market InnovationMarket data, financials
FREDFederal ReserveUS-Japan macro indicators
BOJBank of JapanTankan business sentiment
JPXJapan Exchange GroupInvestor flow data

Environment Variables

VariableRequiredDescription
JAPAN_INTELLIGENCE_API_URLYesAPI endpoint URL
JI_API_KEYYesAPI authentication key

Get an API Key

Request an API key at transcode.sh or email api@transcode.sh.

License

MIT — TRANSCODE

Keywords

mcp

FAQs

Package last updated on 04 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts