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
TDQS
Scored across 4 tools
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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
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
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.