JP Bids
Rank #18,030io.github.sugukurukabe/jp-bids
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
JP Bids is a Model Context Protocol (MCP) server published by sugukurukabe. It ranks #18,030 of 115,591 servers tracked on MCP Toplist. JP Bids is listed on Official MCP, with 13 tracked versions. It was first listed on May 1, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 97,561 of 115,591 servers on MCP Toplist.
Use JP Bids
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http jp-bids https://mcp.bid-jp.com/mcpclaude mcp add jp-bids -- npx -y jp-bids-mcp[mcp_servers.jp-bids]
url = "https://mcp.bid-jp.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.jp-bids]
command = "npx"
args = ["-y", "jp-bids-mcp"]Add to ~/.codex/config.toml.
https://mcp.bid-jp.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"jp-bids": {
"command": "npx",
"args": [
"-y",
"jp-bids-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"jp-bids": {
"url": "https://mcp.bid-jp.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"jp-bids": {
"command": "npx",
"args": [
"-y",
"jp-bids-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"jp-bids": {
"type": "http",
"url": "https://mcp.bid-jp.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"jp-bids": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"jp-bids-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"jp-bids": {
"serverUrl": "https://mcp.bid-jp.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"jp-bids": {
"command": "npx",
"args": [
"-y",
"jp-bids-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"jp-bids": {
"url": "https://mcp.bid-jp.com/mcp"
}
}
}{
"mcpServers": {
"jp-bids": {
"command": "npx",
"args": [
"-y",
"jp-bids-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sugukurukabe%2Fjp-bids)<a href="https://mcptoplist.com/server/io.github.sugukurukabe%2Fjp-bids"><img src="https://mcptoplist.com/badge/io.github.sugukurukabe%2Fjp-bids.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sugukurukabe
Other servers by sugukurukabe
View all sugukurukabe servers →Available versions (13)
| Version | Published |
|---|---|
| 0.9.0 | Aug 29, 2026 |
| 0.7.0 | May 3, 2026 |
| 0.6.2 | May 3, 2026 |
| 0.6.1 | May 3, 2026 |
| 0.5.4 | May 3, 2026 |
| 0.5.2 | May 3, 2026 |
| 0.5.0 | May 3, 2026 |
| 0.4.0 | May 3, 2026 |
| 0.3.4 | May 2, 2026 |
| 0.3.3 | May 2, 2026 |
| 0.3.2 | May 2, 2026 |
| 0.3.1 | May 2, 2026 |
| 0.3.0 | May 1, 2026 |
Frequently asked questions
- Who maintains JP Bids?
- JP Bids is maintained by sugukurukabe, which publishes 6 MCP servers (15 total versions) tracked on MCP Toplist.
- Is JP Bids listed on the Official MCP Registry?
- Yes — JP Bids is listed on the Official MCP Registry.
- How many versions does JP Bids have?
- MCP Toplist tracks 13 versions of JP Bids, most recently published on Aug 29, 2026.
- Where can I find the source code for JP Bids?
- The source code for JP Bids is hosted at github.com/sugukurukabe/koko-call-mcp.