PluginBench
MCP Server

io.github.hiroshic9-png/transcode MCP Server

io.github.hiroshic9-png/transcode

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

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

How to install io.github.hiroshic9-png/transcode

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • JAPAN_INTELLIGENCE_API_URL
    required

    API endpoint URL for the TRANSCODE backend (e.g. https://japan-intelligence-api.onrender.com)

  • JI_API_KEY
    required
    secret

    API key for authentication. Request at https://transcode.sh

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "transcode": {
      "command": "npx",
      "args": [
        "-y",
        "transcode-mcp-server"
      ],
      "env": {
        "JAPAN_INTELLIGENCE_API_URL": "<YOUR_JAPAN_INTELLIGENCE_API_URL>",
        "JI_API_KEY": "<YOUR_JI_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "transcode": {
      "command": "npx",
      "args": [
        "-y",
        "transcode-mcp-server"
      ],
      "env": {
        "JAPAN_INTELLIGENCE_API_URL": "<YOUR_JAPAN_INTELLIGENCE_API_URL>",
        "JI_API_KEY": "<YOUR_JI_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "transcode": {
      "command": "npx",
      "args": [
        "-y",
        "transcode-mcp-server"
      ],
      "env": {
        "JAPAN_INTELLIGENCE_API_URL": "<YOUR_JAPAN_INTELLIGENCE_API_URL>",
        "JI_API_KEY": "<YOUR_JI_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "transcode": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "transcode-mcp-server"
      ],
      "env": {
        "JAPAN_INTELLIGENCE_API_URL": "<YOUR_JAPAN_INTELLIGENCE_API_URL>",
        "JI_API_KEY": "<YOUR_JI_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add transcode --env JAPAN_INTELLIGENCE_API_URL=<YOUR_JAPAN_INTELLIGENCE_API_URL> --env JI_API_KEY=<YOUR_JI_API_KEY> -- npx -y transcode-mcp-server

Related MCP servers

Japan business regulations, compliance, travel, protocols, memory — 10 knowledge domains, 23 tools.

View repository →

Japan Operations OS for AI agents — 14 knowledge domains, 31 tools via REST+MCP.

View repository →