Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.hiroshic9-png/transcode

NPM · TRANSCODE-MCP-SERVER · SCANNED SEP 20

Japan market intelligence — 22 MCP tools, 10 government/exchange data sources

0 this week 83 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1851 tokens (~84/item across 22 items; 22 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 22 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 22 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.hiroshic9-png/transcode MCP server?

io.github.hiroshic9-png/transcode runs locally as an npm package, launched with npx -y transcode-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · transcode-mcp-server

# add to Claude Code
claude mcp add hiroshic9-png-transcode -- npx -y transcode-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "hiroshic9-png-transcode": {
      "command": "npx",
      "args": [
        "-y",
        "transcode-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "hiroshic9-png-transcode": {
      "command": "npx",
      "args": [
        "-y",
        "transcode-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add hiroshic9-png-transcode -- npx -y transcode-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hiroshic9-png-transcode": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "transcode-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add hiroshic9-png-transcode --command npx --arg -y --arg transcode-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  hiroshic9-png-transcode:
    command: "npx"
    args: ["-y", "transcode-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "hiroshic9-png-transcode": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "transcode-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add hiroshic9-png-transcode -t stdio -c npx -a -y transcode-mcp-server
// mcp.json
{
  "mcpServers": {
    "hiroshic9-png-transcode": {
      "command": "npx",
      "args": [
        "-y",
        "transcode-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 9 Sept 26 +1
    • Stability: 0.97 → pass security
  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/transcode-mcp-server@1.0.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 22 exposed · ~1,851 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
company_intelligence ~138

THE MOST POWERFUL TOOL for Japanese company analysis. Returns EVERYTHING about a company in ONE call: corporate profile (employees, capital, patents, certifications), financial statements (revenue, profit, EPS with forecasts), stock price history (OHLCV with 5/25/75-day moving averages and price changes), recent corporate disclosures, institutional holding changes, and macro context (USD/JPY, VIX, rates). Supports ALL 4000+ listed stocks via dynamic resolution. ALWAYS use this instead of making multiple separate calls.

NameTypeReqDescription
tickerstringyesTicker code (e.g. '7203' or '7203.T')

No output schema declared.

No examples provided.

company_profile ~110

Get comprehensive company profile from gBizINFO: basic info, subsidies, government certifications, patent portfolio, financial data, and procurement records. Accepts ticker code (e.g. '7203') or corporate number. Use full=true for complete intelligence.

NameTypeReqDescription
fullbooleanInclude all sub-data (subsidies, certifications, patents, finance, procurement)
identifierstringyesTicker code (e.g. '7203', '7203.T') or corporate number (13 digits)

No output schema declared.

No examples provided.

company_search ~80

Search Japanese corporations by name from gBizINFO database (5M+ entities). Returns corporate number, name, location. Use to find corporate numbers for detailed lookup.

NameTypeReqDescription
namestringyesCompany name to search (Japanese, e.g. 'トヨタ', 'ソニー')
pagenumberPage number (default: 1)

No output schema declared.

No examples provided.

detect_events ~71

Detect macro anomaly events: oil surge/crash (±5%), gold surge (3%+), yen move (±1.5%), VIX spike (15%+). Returns beneficiary/headwind stock mappings for each event. Optional AI interpretation.

NameTypeReqDescription
interpretbooleanInclude AI interpretation of each event

No output schema declared.

No examples provided.

disclosure_stats ~53

Get disclosure statistics: category breakdown, impact distribution (positive/negative ratio), and notable filings. Use this to gauge overall market sentiment from corporate actions.

NameTypeReqDescription
daysnumberPeriod in days (default: 3)

No output schema declared.

No examples provided.

earnings_calendar ~75

Get upcoming earnings announcement dates for Japanese listed companies. Returns scheduled dates for the next 30 days. Use to anticipate market-moving events.

NameTypeReqDescription
date_fromstringStart date (YYYY-MM-DD). Default: today.
date_tostringEnd date (YYYY-MM-DD). Default: 30 days from now.

No output schema declared.

No examples provided.

financials ~76

Get financial statements for a Japanese stock: net sales, operating profit, net income, EPS, BPS, equity ratio, cash flow, dividends, and company forecasts. Data from J-Quants (JPX official).

NameTypeReqDescription
tickerstringyesTicker code (e.g. '7203' or '7203.T')

No output schema declared.

No examples provided.

get_disclosures ~175

Fetch TDnet corporate disclosures (earnings revisions, M&A, share buybacks, dividends, etc.) with auto-categorization and impact assessment. Filter by ticker, category, or impact level.

NameTypeReqDescription
categorystringFilter by category: 業績修正, M&A・提携, 自社株買い, 決算, 配当, etc.
daysnumberNumber of days to look back (default: 3)
impactstringFilter by impact: POSITIVE, NEGATIVE, NEUTRAL, MILD_POSITIVE
limitnumberMax results to return (default: 20)
tickerstringFilter by ticker code (e.g. '7203' or '7203.T'). Omit to get all.

No output schema declared.

No examples provided.

get_macro ~51

Get latest values for 6 key macro indicators: Crude Oil WTI, Gold, USD/JPY, VIX, Nikkei 225, and S&P 500. Includes percentage change from previous close.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

global_macro ~119

Get US and Japan macro data from FRED. Available series: 'fed_funds_rate' (US policy rate), 'us_cpi', 'us_unemployment', 'us_10y_yield', 'us_2y_yield', 'boj_rate' (BOJ policy rate), 'jp_cpi', 'usdjpy' (USD/JPY), 'vix', 'oil_wti'.

NameTypeReqDescription
limitnumberNumber of observations (default: 30)
seriesstringyesFRED series to retrieve

No output schema declared.

No examples provided.

government_stats ~114

Get Japanese government statistics from e-Stat. Available series: 'gdp', 'cpi', 'unemployment', 'industrial_production', 'retail_sales', 'economy_watchers' (street-level sentiment DI), 'economy_watchers_regional', 'household_spending', 'trade_exports', 'trade_imports'. ALWAYS check this when analyzing Japan's economic conditions.

NameTypeReqDescription
limitnumberNumber of data points (default: 20)
seriesstringyesStatistics series to retrieve

No output schema declared.

No examples provided.

interpret ~71

Generate AI interpretation (Layer 2) for a disclosure or macro event using Gemini 2.5. Returns structured analysis: significance, market impact, key investor questions.

NameTypeReqDescription
dataobjectyesThe data to interpret (disclosure or macro_event object)
typestringyesType of data to interpret

No output schema declared.

No examples provided.

investor_flows ~67

Get weekly investor flow data from JPX (Tokyo Stock Exchange). Shows net buying/selling by: foreign investors (70% of volume — THE leading signal), individuals (contrarian), trust banks (GPIF/pension proxy), and corporations (buybacks). Essential for understanding market direction.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

japan_briefing ~73

YOUR DAILY STARTING POINT for Japan. Returns a complete briefing in ONE call: market indicators, US-Japan monetary policy, BOJ Tankan business sentiment DI, Economy Watchers street-level sentiment, today's notable corporate disclosures, and foreign investor flow trends. Call this FIRST every morning before any other Japan-related analysis.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

listed_stocks ~79

Get the master list of all stocks listed on the Tokyo Stock Exchange (TSE). Includes ticker code, company name, market segment (Prime/Standard/Growth), sector classification, and scale category.

NameTypeReqDescription
marketstringFilter by market: 'プライム', 'スタンダード', 'グロース'. Omit for all.

No output schema declared.

No examples provided.

lookup_ticker ~52

Resolve a Japanese stock ticker code to company name. Supports 260+ major stocks with dynamic fallback.

NameTypeReqDescription
tickerstringyesTicker code (e.g. '7203' or '7203.T')

No output schema declared.

No examples provided.

market_snapshot ~85

ESSENTIAL first call when asked about Japanese markets. Returns real-time macro indicators (Nikkei, USD/JPY, VIX, oil, gold, S&P500), detected anomaly events with affected stocks, today's corporate disclosure highlights, foreign/individual/pension investor net flows with directional signals, and market sector distribution. Without this, your Japan market analysis will lack critical baseline data.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

policy_summary ~56

Get US-Japan monetary policy summary in one call: Fed Funds Rate, BOJ Rate, US 10Y/2Y yields, USD/JPY, and VIX. Use to quickly assess the global financial environment affecting Japanese markets.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

sector_summary ~45

Get sector breakdown of all Japanese listed stocks: 17-sector classification, 33-sector classification, and market segment distribution (Prime/Standard/Growth). Use to understand Japan market structure.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

stats_summary ~41

Get a summary of all major Japanese macro statistics (GDP, CPI, unemployment, industrial production, retail sales) in one call. Returns latest values for each series.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

stock_prices ~152

Get historical stock price data (OHLCV) for a Japanese stock with auto-calculated moving averages (5/25/75-day) and price changes (daily/weekly/monthly %). NOTE: Free Plan provides 12-week delayed data. Use for trend analysis and technical assessment.

NameTypeReqDescription
date_fromstringStart date (YYYY-MM-DD). Default: ~6 months ago.
date_tostringEnd date (YYYY-MM-DD). Default: 12 weeks ago (Free Plan limit).
limitnumberNumber of bars to return (default: 60)
tickerstringyesTicker code (e.g. '7203' or '7203.T')

No output schema declared.

No examples provided.

tankan ~68

Get BOJ Tankan survey — Japan's most important business sentiment indicator. Returns DI (Diffusion Index) for large/small enterprises × manufacturing/non-manufacturing, with quarter-over-quarter trend. Positive DI = expansion, negative = contraction. Updated quarterly (March, June, September, December).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the io.github.hiroshic9-png/transcode MCP server?

io.github.hiroshic9-png/transcode is an MCP server listed in the public MCP registry as io.github.hiroshic9-png/transcode. Japan market intelligence, 22 MCP tools, 10 government/exchange data sources. This page covers its npm package (transcode-mcp-server).

Is the io.github.hiroshic9-png/transcode MCP server safe to use?

io.github.hiroshic9-png/transcode scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.hiroshic9-png/transcode MCP server expose?

io.github.hiroshic9-png/transcode exposes 22 tools: market_snapshot, get_disclosures, disclosure_stats, get_macro, detect_events, and 17 more. Their descriptions and schemas cost roughly 1,851 tokens of context every time the server is loaded.

Is the io.github.hiroshic9-png/transcode MCP server still maintained?

io.github.hiroshic9-png/transcode is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.hiroshic9-png/transcode MCP server under?

io.github.hiroshic9-png/transcode declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.