PluginBench
MCP Server

JP Bids MCP MCP Server

io.github.sugukurukabe/jp-bids

What is the JP Bids MCP MCP server?

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

How to install JP Bids MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jp-bids": {
      "command": "npx",
      "args": [
        "-y",
        "jp-bids-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "jp-bids": {
      "command": "npx",
      "args": [
        "-y",
        "jp-bids-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "jp-bids": {
      "command": "npx",
      "args": [
        "-y",
        "jp-bids-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "jp-bids": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "jp-bids-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add jp-bids -- npx -y jp-bids-mcp

Related MCP servers

Japan real estate MCP: land price, risk, foot traffic, renovation. 10 prefectures.

View repository →

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

View repository →