KokoCallMCP
Rank #40,823io.github.sugukurukabe/koko-call
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
KokoCallMCP is a Model Context Protocol (MCP) server published by sugukurukabe. It ranks #40,823 of 115,591 servers tracked on MCP Toplist. KokoCallMCP is listed on Official MCP, with 1 tracked version. It was first listed on May 1, 2026 and most recently updated on May 1, 2026.
Ranks ahead of 74,768 of 115,591 servers on MCP Toplist.
Use KokoCallMCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add koko-call -- npx -y koko-call-mcp[mcp_servers.koko-call]
command = "npx"
args = ["-y", "koko-call-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"koko-call": {
"command": "npx",
"args": [
"-y",
"koko-call-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"koko-call": {
"command": "npx",
"args": [
"-y",
"koko-call-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"koko-call": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"koko-call-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"koko-call": {
"command": "npx",
"args": [
"-y",
"koko-call-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"koko-call": {
"command": "npx",
"args": [
"-y",
"koko-call-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%2Fkoko-call)<a href="https://mcptoplist.com/server/io.github.sugukurukabe%2Fkoko-call"><img src="https://mcptoplist.com/badge/io.github.sugukurukabe%2Fkoko-call.svg" alt="MCP Toplist: Top 50% 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 (1)
| Version | Published |
|---|---|
| 0.2.0 | May 1, 2026 |
Frequently asked questions
- Who maintains KokoCallMCP?
- KokoCallMCP is maintained by sugukurukabe, which publishes 6 MCP servers (15 total versions) tracked on MCP Toplist.
- Is KokoCallMCP listed on the Official MCP Registry?
- Yes — KokoCallMCP is listed on the Official MCP Registry.
- How many versions does KokoCallMCP have?
- MCP Toplist tracks 1 version of KokoCallMCP, most recently published on May 1, 2026.
- Where can I find the source code for KokoCallMCP?
- The source code for KokoCallMCP is hosted at github.com/sugukurukabe/koko-call-mcp.