What is the KokoCallMCP MCP server?
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
How to install KokoCallMCP
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": {
"koko-call": {
"command": "npx",
"args": [
"-y",
"koko-call-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"koko-call": {
"command": "npx",
"args": [
"-y",
"koko-call-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"koko-call": {
"command": "npx",
"args": [
"-y",
"koko-call-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"koko-call": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"koko-call-mcp"
]
}
}
}Claude Code
claude mcp add koko-call -- npx -y koko-call-mcpRelated 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 →