Skip to content
VS Code

KokoCallMCP for VS Code

io.github.sugukurukabe/koko-call

Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.

client:VS Code transport:stdio runtime:npm

Install KokoCallMCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "koko-call": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "koko-call-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

KokoCallMCP in other clients