JP Bids
Server Details
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
- Status
- Unhealthy
- OAuth
- Not checked
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- sugukurukabe/koko-call-mcp
- GitHub Stars
- 0
- Server Listing
- koko-call-mcp
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- Changed
create_bid_calendar2 fields changed- added
Input schema / properties / fetch_documentsAdded value: +{ + "default": false, + "description": "trueの場合、PDF/HTML抽出結果の説明会日時・提出期限をカレンダーに追加する。", + "type": "boolean" +} - added
Input schema / properties / target_urisAdded value: +{ + "description": "抽出対象URL。省略時は検索結果の公式公告ページ・添付資料URLから最大3件を使う。", + "items": { + "format": "uri", + "type": "string" + }, + "maxItems": 3, + "type": "array" +}
2 tool updates
- Changed
explain_bid_fit2 fields changed- added
Input schema / properties / fetch_documentsAdded value: +{ + "default": false, + "description": "trueの場合、PDF/HTML抽出結果を追跡判断の説明に反映する。", + "type": "boolean" +} - added
Input schema / properties / target_urisAdded value: +{ + "description": "抽出対象URL。省略時は検索結果の公式公告ページ・添付資料URLから最大3件を使う。", + "items": { + "format": "uri", + "type": "string" + }, + "maxItems": 3, + "type": "array" +}
- Changed
export_bid_shortlist1 field changed- added
Input schema / properties / fetch_documentsAdded value: +{ + "default": false, + "description": "trueの場合、上位案件のPDF/HTML抽出結果をCSVに参加資格・提出期限列として追加する。", + "type": "boolean" +}
1 tool update
- Changed
assess_bid_qualification3 fields changed- added
Input schema / properties / fetch_documentsAdded value: +{ + "default": false, + "description": "trueの場合、PDF/HTML抽出結果を資格判定に反映する。", + "type": "boolean" +} - added
Input schema / properties / target_urisAdded value: +{ + "description": "抽出対象URL。省略時は検索結果の公式公告ページ・添付資料URLから最大3件を使う。", + "items": { + "format": "uri", + "type": "string" + }, + "maxItems": 3, + "type": "array" +} - added
Output schema / properties / requirementsUsedAdded value: +{ + "additionalProperties": false, + "properties": { + "contactPoint": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, + "documentExtractionMode": { + "enum": [ + "none", + "sampling", + "vertex_ai" + ], + "type": "string" + }, + "eligibility": { + "items": { + "type": "string" + }, + "type": "array" + }, + "openingDate": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, + "requiredDocuments": { + "items": { + "type": "string" + }, + "type": "array" + }, + "tenderSubmissionDeadline": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + } + }, + "required": [ + "documentExtractionMode", + "eligibility", + "requiredDocuments", + "tenderSubmissionDeadline", + "openingDate", + "contactPoint" + ], + "type": "object" +}
3 tool updates
- Changed
create_bid_review_packet7 fields changed- added
Input schema / properties / fetch_documentsAdded value: +{ + "default": false, + "description": "trueの場合、PDF/HTML抽出結果を社内検討メモへ反映する。", + "type": "boolean" +} - added
Input schema / properties / target_urisAdded value: +{ + "description": "抽出対象URL。省略時は検索結果の公式公告ページ・添付資料URLから最大3件を使う。", + "items": { + "format": "uri", + "type": "string" + }, + "maxItems": 3, + "type": "array" +} - added
Output schema / properties / requirements / properties / extractedRequirements / properties / briefingDateAdded value: +{ + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / requirements / properties / extractedRequirements / properties / contactPointAdded value: +{ + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / requirements / properties / extractedRequirements / properties / openingDateAdded value: +{ + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / requirements / properties / extractedRequirements / properties / tenderSubmissionDeadlineAdded value: +{ + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] +} - changed
Output schema / properties / requirements / properties / extractedRequirements / requiredPrevious value: -[ - "eligibility", - "requiredDocuments", - "questionDeadline", - "deliveryDeadline", - "contractPeriod", - "disqualification", - "estimatedBudget", - "evaluationCriteria", - "ambiguousPoints", - "rawNotes" -]New value: +[ + "eligibility", + "requiredDocuments", + "questionDeadline", + "tenderSubmissionDeadline", + "openingDate", + "briefingDate", + "deliveryDeadline", + "contractPeriod", + "contactPoint", + "disqualification", + "estimatedBudget", + "evaluationCriteria", + "ambiguousPoints", + "rawNotes" +]
- Changed
draft_bid_questions2 fields changed- added
Input schema / properties / fetch_documentsAdded value: +{ + "default": false, + "description": "trueの場合、PDF/HTML抽出結果を使って質問案を絞り込む。", + "type": "boolean" +} - added
Input schema / properties / target_urisAdded value: +{ + "description": "抽出対象URL。省略時は検索結果の公式公告ページ・添付資料URLから最大3件を使う。", + "items": { + "format": "uri", + "type": "string" + }, + "maxItems": 3, + "type": "array" +}
- Changed
extract_bid_requirements5 fields changed- added
Output schema / properties / extractedRequirements / properties / briefingDateAdded value: +{ + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / extractedRequirements / properties / contactPointAdded value: +{ + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / extractedRequirements / properties / openingDateAdded value: +{ + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] +} - added
Output schema / properties / extractedRequirements / properties / tenderSubmissionDeadlineAdded value: +{ + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] +} - changed
Output schema / properties / extractedRequirements / requiredPrevious value: -[ - "eligibility", - "requiredDocuments", - "questionDeadline", - "deliveryDeadline", - "contractPeriod", - "disqualification", - "estimatedBudget", - "evaluationCriteria", - "ambiguousPoints", - "rawNotes" -]New value: +[ + "eligibility", + "requiredDocuments", + "questionDeadline", + "tenderSubmissionDeadline", + "openingDate", + "briefingDate", + "deliveryDeadline", + "contractPeriod", + "contactPoint", + "disqualification", + "estimatedBudget", + "evaluationCriteria", + "ambiguousPoints", + "rawNotes" +]
2 tool updates
- Changed
create_bid_review_packet5 fields changed- added
Output schema / properties / requirements / properties / extractedFromDocumentsAdded value: +{ + "default": [], + "items": { + "additionalProperties": false, + "properties": { + "extractedAt": { + "type": "string" + }, + "finalUri": { + "type": "string" + }, + "mimeType": { + "type": "string" + }, + "mode": { + "enum": [ + "sampling", + "vertex_ai", + "none" + ], + "type": "string" + }, + "sha256": { + "type": "string" + }, + "sizeBytes": { + "maximum": 9007199254740991, + "minimum": 0, + "type": "integer" + }, + "sourceUri": { + "type": "string" + } + }, + "required": [ + "sourceUri", + "finalUri", + "sha256", + "sizeBytes", + "mimeType", + "extractedAt", + "mode" + ], + "type": "object" + }, + "type": "array" +} - added
Output schema / properties / requirements / properties / extractedRequirementsAdded value: +{ + "additionalProperties": false, + "properties": { + "ambiguousPoints": { + "items": { + "type": "string" + }, + "type": "array" + }, + "contractPeriod": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, + "deliveryDeadline": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, + "disqualification": { + "items": { + "type": "string" + }, + "type": "array" + }, + "eligibility": { + "items": { + "type": "string" + }, + "type": "array" + }, + "estimatedBudget": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, + "evaluationCriteria": { + "items": { + "type": "string" + }, + "type": "array" + }, + "questionDeadline": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, + "rawNotes": { + "items": { + "type": "string" + }, + "type": "array" + }, + "requiredDocuments": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "eligibility", + "requiredDocuments", + "questionDeadline", + "deliveryDeadline", + "contractPeriod", + "disqualification", + "estimatedBudget", + "evaluationCriteria", + "ambiguousPoints", + "rawNotes" + ], + "type": "object" +} - added
Output schema / properties / requirements / properties / extractionWarningsAdded value: +{ + "default": [], + "items": { + "type": "string" + }, + "type": "array" +} - added
Output schema / properties / requirements / properties / rawExtractionTextAdded value: +{ + "type": "string" +} - changed
Output schema / properties / requirements / requiredPrevious value: -[ - "bid", - "knownRequirements", - "documentTargets", - "missingRequirements", - "extractionPlan", - "safetyNotes", - "attribution" -]New value: +[ + "bid", + "knownRequirements", + "documentTargets", + "missingRequirements", + "extractionPlan", + "safetyNotes", + "extractedFromDocuments", + "extractionWarnings", + "attribution" +]
- Changed
extract_bid_requirements7 fields changed- added
Input schema / properties / fetch_documentsAdded value: +{ + "default": false, + "description": "trueの場合、公式公告ページまたは添付資料を一時取得して要件抽出を試みる。", + "type": "boolean" +} - added
Input schema / properties / target_urisAdded value: +{ + "description": "抽出対象URL。省略時は検索結果の公式公告ページ・添付資料URLから最大3件を使う。", + "items": { + "format": "uri", + "type": "string" + }, + "maxItems": 3, + "type": "array" +} - added
Output schema / properties / extractedFromDocumentsAdded value: +{ + "default": [], + "items": { + "additionalProperties": false, + "properties": { + "extractedAt": { + "type": "string" + }, + "finalUri": { + "type": "string" + }, + "mimeType": { + "type": "string" + }, + "mode": { + "enum": [ + "sampling", + "vertex_ai", + "none" + ], + "type": "string" + }, + "sha256": { + "type": "string" + }, + "sizeBytes": { + "maximum": 9007199254740991, + "minimum": 0, + "type": "integer" + }, + "sourceUri": { + "type": "string" + } + }, + "required": [ + "sourceUri", + "finalUri", + "sha256", + "sizeBytes", + "mimeType", + "extractedAt", + "mode" + ], + "type": "object" + }, + "type": "array" +} - added
Output schema / properties / extractedRequirementsAdded value: +{ + "additionalProperties": false, + "properties": { + "ambiguousPoints": { + "items": { + "type": "string" + }, + "type": "array" + }, + "contractPeriod": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, + "deliveryDeadline": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, + "disqualification": { + "items": { + "type": "string" + }, + "type": "array" + }, + "eligibility": { + "items": { + "type": "string" + }, + "type": "array" + }, + "estimatedBudget": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, + "evaluationCriteria": { + "items": { + "type": "string" + }, + "type": "array" + }, + "questionDeadline": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, + "rawNotes": { + "items": { + "type": "string" + }, + "type": "array" + }, + "requiredDocuments": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "eligibility", + "requiredDocuments", + "questionDeadline", + "deliveryDeadline", + "contractPeriod", + "disqualification", + "estimatedBudget", + "evaluationCriteria", + "ambiguousPoints", + "rawNotes" + ], + "type": "object" +} - added
Output schema / properties / extractionWarningsAdded value: +{ + "default": [], + "items": { + "type": "string" + }, + "type": "array" +} - added
Output schema / properties / rawExtractionTextAdded value: +{ + "type": "string" +} - changed
Output schema / requiredPrevious value: -[ - "bid", - "knownRequirements", - "documentTargets", - "missingRequirements", - "extractionPlan", - "safetyNotes", - "attribution" -]New value: +[ + "bid", + "knownRequirements", + "documentTargets", + "missingRequirements", + "extractionPlan", + "safetyNotes", + "extractedFromDocuments", + "extractionWarnings", + "attribution" +]
14 tool updates
- Added
analyze_past_awards - Added
assess_bid_qualification - Added
create_bid_calendar - Added
create_bid_review_packet - Added
draft_bid_questions - Added
explain_bid_fit - Added
export_bid_shortlist - Added
extract_bid_requirements - Changed
get_bid_detail3 fields changed- added
Output schema / properties / bids / items / properties / attachments / items / properties / name / minLengthAdded value: +1 - removed
Output schema / properties / bids / items / properties / attachments / items / properties / uri / anyOfRemoved value: -[ - { - "format": "uri", - "type": "string" - }, - { - "minLength": 1, - "type": "string" - } -] - added
Output schema / properties / bids / items / properties / attachments / items / properties / uri / typeAdded value: +"string"
- Changed
list_recent_bids3 fields changed- added
Output schema / properties / bids / items / properties / attachments / items / properties / name / minLengthAdded value: +1 - removed
Output schema / properties / bids / items / properties / attachments / items / properties / uri / anyOfRemoved value: -[ - { - "format": "uri", - "type": "string" - }, - { - "minLength": 1, - "type": "string" - } -] - added
Output schema / properties / bids / items / properties / attachments / items / properties / uri / typeAdded value: +"string"
- Added
rank_bids - Changed
search_bids5 fields changed- changed
Input schema / properties / due_after / descriptionPrevious value: -"入札開始日 YYYY-MM-DD 以降"New value: +"入札書提出期限 YYYY-MM-DD 以降" - changed
Input schema / properties / due_before / descriptionPrevious value: -"入札開始日 YYYY-MM-DD 以前"New value: +"入札書提出期限 YYYY-MM-DD 以前" - added
Output schema / properties / bids / items / properties / attachments / items / properties / name / minLengthAdded value: +1 - removed
Output schema / properties / bids / items / properties / attachments / items / properties / uri / anyOfRemoved value: -[ - { - "format": "uri", - "type": "string" - }, - { - "minLength": 1, - "type": "string" - } -] - added
Output schema / properties / bids / items / properties / attachments / items / properties / uri / typeAdded value: +"string"
- Added
search_bids_app - Changed
summarize_bids_by_org3 fields changed- added
Output schema / properties / recentProjects / items / properties / attachments / items / properties / name / minLengthAdded value: +1 - removed
Output schema / properties / recentProjects / items / properties / attachments / items / properties / uri / anyOfRemoved value: -[ - { - "format": "uri", - "type": "string" - }, - { - "minLength": 1, - "type": "string" - } -] - added
Output schema / properties / recentProjects / items / properties / attachments / items / properties / uri / typeAdded value: +"string"
4 tool updates
- First observed
get_bid_detail - First observed
list_recent_bids - First observed
search_bids - First observed
summarize_bids_by_org
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
MCP server for French (BOAMP) + EU (TED) public procurement data via TenderAPI.
Read-only MCP server for The Quiet Protocol's engines, benchmarks, proof, and business data.
Public MCP server for discovering open jobs. Search, filter, and get application links.
An MCP server that audits the fairness of construction and renovation estimates in Japan. Provides fair-price ranges, overcharge detection, and verifiable unit-cost data based on JCCDB (65,520 items across 402 categories, CC BY 4.0, DOI-backed).
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceRead-only MCP server that searches Japanese government grant information and retrieves subsidy details and attached file content via the J-Grants public API.MIT
- FlicenseBqualityDmaintenanceMCP server for searching Japanese government procurement notices via the Kanpou API. Enables LLMs to search by date, keyword, or detailed criteria.31-
- AlicenseAqualityCmaintenanceMCP server for searching Japanese Diet bills and committee Q\&A records via the NDL Kokkai API.4131MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for Japan's TDnet (Timely Disclosure network). Search and retrieve timely disclosure documents from listed companies on Japanese stock exchanges.5Apache 2.0
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clearly distinct purpose: get single detail, list recent, search by multiple criteria, and summarize by organization. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern with underscores (e.g., get_bid_detail, list_recent_bids, search_bids, summarize_bids_by_org), making them predictable.
Four tools is well-scoped for a specialized read-only bidding information server, covering essential retrieval and analysis operations without being too few or excessive.
The tool surface covers the core operations for the domain: single detail retrieval, recent listing, flexible searching, and organizational summary. No obvious gaps for its stated purpose.