sugukurukabe/koko-call-mcp
17 AI tools for Japanese government procurement bids via MCP. Streamable HTTP + OAuth 2.0. J-Grants + freee interop.
Executive verdict
Current trust snapshot
trustsnap_0beef6f6e3885215Own this MCP?
Claim ownership, prove control with a GitHub, DNS, or HTTP token challenge, revalidate now, publish a badge, and configure monitoring.
POST /v1/servers/github-sugukurukabe/koko-call-mcp/revalidateBadge embed
[](https://verify.sentinelsignal.io/servers/github-sugukurukabe/koko-call-mcp)
MCP TrustOps
TrustOps turns this report into operational controls: freshness SLAs, authenticated validation, semantic benchmarks, policy exports, alert subscriptions, badges, cost/compliance metadata, and runtime routing. Fresh trusted index decisions stay separate from long-tail inventory so stale scores do not masquerade as current evidence.
/v1/routeAlert subscription types
Production readiness class
Evidence confidence
Recommended for
No recommendation profile is available yet.
Client compatibility verdicts
Client compatibility only means the server shape can work with a client. Production trust decision and write-action publishing are evaluated separately so a client-compatible server can still be blocked for production.
Evidence provenance
initialize• Errortools_list• Errortransport_compliance_probe• Errorstep_up_auth_probe• OKconnector_replay_probe• Missing — Frozen tool snapshots must survive refresh.request_association_probe• Missing — Roots, sampling, and elicitation should stay request-scoped.
Evidence provenance
initialize• Errortools_list• Errortransport_compliance_probe• Error
Evidence provenance
action_safety_probe• OK
Evidence provenance
tool_snapshot_probe• Missingconnector_replay_probe• Missing
Why compatibility is limited by client
Remediation checklist
- No explicit blockers recorded.
Remediation checklist
- No explicit blockers recorded.
Remediation checklist
- No explicit blockers recorded.
Verdict traces
server_failing• critical • Latest validation is failing
Client verdict trace table
| Verdict | Status | Checks | Winning source | Conflicts |
|---|---|---|---|---|
openai_connectors |
Partially client-compatible | initialize, tools_list, transport_compliance_probe, step_up_auth_probe, connector_replay_probe, request_association_probe | live_validation | none |
claude_desktop |
Not client-compatible | initialize, tools_list, transport_compliance_probe | live_validation | none |
unsafe_for_write_actions |
Publishing allowed | action_safety_probe | live_validation | none |
snapshot_churn_risk |
Low | tool_snapshot_probe, connector_replay_probe | history | none |
Publishability policy profiles
- Search Fetch Only: No
- Write Actions Present: No
- Oauth Configured: Yes
- Admin Refresh Required: No
- Safe For Company Knowledge: No
- Safe For Messages Api Remote Mcp: No
- Search Fetch Only: No
- Write Actions Present: No
- Oauth Configured: Yes
- Admin Refresh Required: No
- Safe For Company Knowledge: No
- Safe For Messages Api Remote Mcp: No
Compatibility fixtures
- remote_http_endpoint: Passes
- oauth_discovery: Passes
- frozen_tool_snapshot_refresh: Passes
- request_association: Passes
- remote_transport: Passes
- tool_discovery: Likely to fail
- auth_connect: Likely to fail
- safe_write_review: Passes
Authenticated validation sessions
Public validation is free. Authenticated validation is paid and proves scoped behavior, write-action safeguards, and authenticated tool execution.
/v1/verify/v1/ci/previewPublic server reputation
Incident & change feed
| Timestamp | Event | Details |
|---|---|---|
| May 13, 2026 09:57:13 AM UTC | Latest validation: failing | Score 54.0 with status failing. |
| May 13, 2026 09:57:13 AM UTC | Score changed | Score delta +0.4 versus the previous run. |
| May 13, 2026 01:56:12 AM UTC | Score changed | Score delta +0.2 versus the previous run. |
| May 12, 2026 05:54:39 PM UTC | Score changed | Score delta +0.2 versus the previous run. |
Capabilities
- OAuth:
- DCR/CIMD:
- Prompts:
- Homepage: https://mcp.bid-jp.com
- Docs: https://mcp.bid-jp.com
- Support: https://github.com/sugukurukabe/koko-call-mcp
- Icon: https://avatars.githubusercontent.com/u/247644262?v=4
- Remote endpoint: https://mcp.bid-jp.com
- Server card: none
Security posture
Tool capability & risk inventory
No tool inventory available from the latest validation run.
Write-action governance
Status detail: No unsafe write-action governance gaps detected on the latest validation.
| Tool | Risk | Flags | Safeguards |
|---|---|---|---|
| No high-risk tools were detected on the latest run. | |||
Action-controls diff
Need at least two validation runs before diffing action controls.
Why this score?
Algorithmic score breakdown
Compatibility profiles
Connector URL: https://mcp.bid-jp.com # Complete OAuth in the client when prompted. # Server: github-sugukurukabe/koko-call-mcp
{
"mcpServers": {
"koko-call-mcp": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.bid-jp.com"]
}
}
}
smithery mcp add "https://mcp.bid-jp.com"
curl -sS https://mcp.bid-jp.com -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'
Actionable remediation
| Severity | Remediation | Why it matters | Recommended action |
|---|---|---|---|
| Critical | Ensure tools/list succeeds consistently | Tools discovery is the minimum viable contract for most MCP clients and directories. | Make tools/list succeed unauthenticated when possible, or document the auth flow in the server card.Playbook
|
| Critical | Make initialize deterministic and client-friendly | If initialize fails or requires undocumented auth, many MCP clients cannot connect. | Allow initialize to succeed consistently, or return a deterministic auth-required response with clear metadata.Playbook
|
| Critical | Respond to latest validation is failing | Core MCP flows did not validate successfully on the latest run. | Fix the failing checks first, then revalidate to confirm the recovery path.Playbook
|
| High | Align session and protocol behavior with Streamable HTTP expectations | Clients increasingly rely on MCP-Protocol-Version, session teardown, and expired-session semantics. | Align MCP-Protocol-Version, MCP-Session-Id, DELETE teardown, and expired-session handling with the transport spec.Playbook
|
| High | Associate roots, sampling, and elicitation with active client requests | Modern MCP guidance expects roots, sampling, and elicitation traffic to be tied to an active client request instead of arriving unsolicited on idle sessions. | Inspect the latest validation evidence and resolve the client-visible regression.Playbook
|
| High | Keep connector refreshes backward compatible | Managed connector clients freeze tool snapshots, so removed tools, new required args, and breaking output changes can break published integrations after refresh. | Inspect the latest validation evidence and resolve the client-visible regression.Playbook
|
| Medium | Adopt a current MCP protocol revision | Older protocol revisions reduce compatibility with newer clients and registry programs. | Inspect the latest validation evidence and resolve the client-visible regression.Playbook
|
| Medium | Close connector-publishing gaps | Connector catalogs care about protocol recency, session behavior, auth clarity, and tool-surface stability. | Inspect the latest validation evidence and resolve the client-visible regression.Playbook
|
| Medium | Publish OpenID configuration | OIDC metadata improves token validation and client compatibility. | Expose /.well-known/openid-configuration with issuer, jwks_uri, and supported grants.Playbook
|
| Medium | Raise Interface Quality score | How well the tool/resource interface communicates and behaves under automation. | Improve schemas, error contracts, and recovery messages so agents can reason about the surface automatically.Playbook
|
| Medium | Reduce tool-surface churn | Frequent add/remove or output-shape drift makes published connectors and cached tool snapshots brittle. | Inspect the latest validation evidence and resolve the client-visible regression.Playbook
|
| Medium | Repair prompts/list or stop advertising prompts | Prompt metadata should either work live or be removed from the advertised capability set. | Only advertise prompts if prompts/list works and prompt arguments are documented.Playbook
|
| Medium | Repair resources/list or stop advertising resources | Resource metadata should either work live or be removed from the advertised capability set. | Only advertise resources if resources/list works and resources expose stable URIs/types.Playbook
|
| Medium | Support resumable HTTP sessions cleanly | Modern MCP clients increasingly expect resumable session behavior on streamable HTTP transports. | Inspect the latest validation evidence and resolve the client-visible regression.Playbook
|
| Low | Expose modern utility surfaces like completions, pagination, or tasks | Utility coverage improves interoperability with larger clients and long-lived agent workflows. | Expose completions, pagination, and task metadata where supported so larger clients can plan and resume work safely.Playbook
|
| Low | Publish newer MCP capability signals | Roots, sampling, elicitation, structured outputs, and related metadata improve client understanding and ranking. | Inspect the latest validation evidence and resolve the client-visible regression.Playbook
|
| Low | Publish or reconcile the server in the official MCP registry | Official registry presence improves discovery confidence and cross-source consistency. | Inspect the latest validation evidence and resolve the client-visible regression.Playbook
|
Point loss breakdown
| Component | Current | Points missing |
|---|---|---|
| Transport Compliance | 0/4 | -4.0 |
| Tool Surface Design | 0/4 | -4.0 |
| Tool Snapshot Churn | 0/4 | -4.0 |
| Tool Namespace Clarity | 0/4 | -4.0 |
| Tool Capability Clarity | 0/4 | -4.0 |
| Session Semantics | 0/4 | -4.0 |
| Schema Completeness | 0/4 | -4.0 |
| Result Shape Stability | 0/4 | -4.0 |
| Input Sanitization Safety | 0/4 | -4.0 |
| Trust Confidence | 0.5/4 | -3.5 |
| Dependency Supply Chain Signal | 0.5/4 | -3.5 |
| SLO Health | 0.6/4 | -3.4 |
Validation diff
Regressed checks: none
Improved checks: none
| Component | Previous | Latest | Delta |
|---|---|---|---|
freshness_confidence_score | 2.0 | 2.5 | 0.5 |
maintenance_signal_score | 2.55 | 2.75 | 0.2 |
trust_confidence_score | 0.4 | 0.5 | 0.1 |
slo_health_score | 0.57 | 0.59 | 0.02 |
Tool snapshot diff & changelog
Need at least two validation runs before building a tool changelog.
Connector replay
Required-argument replay breaks
| Tool | Added required args | Removed required args |
|---|---|---|
| No required-argument replay breaks detected. | ||
Output-schema replay breaks
| Tool | Removed properties | Added properties |
|---|---|---|
| No output-schema replay breaks detected. | ||
Transport compliance drilldown
Issues: missing_protocol_header, bad_protocol_not_rejected
Request association
Utility coverage
Benchmark tasks
| Benchmark task | Status | Evidence |
|---|---|---|
| Discover tools | Likely to fail |
|
| Read-only fetch flow | Likely to fail |
|
| OAuth-required connect | Passes |
|
| Safe write flow with confirmation | Passes |
|
Registry & provenance divergence
| Field | Registry | Live server card |
|---|---|---|
| Title | n/a | JP Bids MCP |
| Version | n/a | 0.7.2 |
| Homepage | n/a | n/a |
Active alerts
- Latest validation is failing (critical)
Core MCP flows did not validate successfully on the latest run.
Aliases & registry graph
| Identifier | Source | Canonical | Score |
|---|---|---|---|
github-sugukurukabe/koko-call-mcp |
github_topic_registry | yes | 54.05 |
Alias consolidation
Source disagreements
| Field | What differs | Observed values |
|---|---|---|
| No source disagreements detected. | ||
Install snippets
Connector URL: https://mcp.bid-jp.com # Complete OAuth in the client when prompted. # Server: github-sugukurukabe/koko-call-mcp
{
"mcpServers": {
"koko-call-mcp": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.bid-jp.com"]
}
}
}
smithery mcp add "https://mcp.bid-jp.com"
curl -sS https://mcp.bid-jp.com -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'
Agent access & tool surface
tools/list, prompts/list, and resources/list checks.github-sugukurukabe/koko-call-mcp.Claims & monitoring
No verified maintainer claim recorded.
Alert routing
| Watch | Team | Channels | Minimum severity |
|---|---|---|---|
| No active watch destinations. | |||
Maintainer analytics
Maintainer response quality
Maintainer annotations
No maintainer annotations have been recorded yet.
Maintainer rebuttals & expected behavior
No maintainer rebuttals or expected-behavior overrides are recorded yet.
Latest validation evidence
Failures
initializeClient error '404 Not Found' for url 'https://mcp.bid-jp.com' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404openid_configurationClient error '404 Not Found' for url 'https://mcp.bid-jp.com/.well-known/openid-configuration' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404prompts_listClient error '404 Not Found' for url 'https://mcp.bid-jp.com' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404resources_listClient error '404 Not Found' for url 'https://mcp.bid-jp.com' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404tools_listClient error '404 Not Found' for url 'https://mcp.bid-jp.com' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404transport_compliance_probeIssues: missing protocol header, bad protocol not rejected (bad protocol=404).
Checks
| Check | Status | Latency | Evidence |
|---|---|---|---|
action_safety_probe |
OK | n/a | No high-risk write, destructive, or exec tools detected. |
advanced_capabilities_probe |
Warning | n/a | Only 3 capability signal(s): prompts, resource links, resources. |
connector_publishability_probe |
Error | n/a | Publishability blockers: initialize, tools list, protocol version, transport compliance, +2 more. |
connector_replay_probe |
Missing | n/a | No connector replay evidence recorded. |
determinism_probe |
Missing | n/a | tools list unavailable |
initialize |
Error | 190.9 ms | Client error '404 Not Found' for url 'https://mcp.bid-jp.com' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 |
interactive_flow_probe |
OK | n/a | Check completed |
oauth_authorization_server |
OK | 162.9 ms | authorization_endpoint, client_id_metadata_document_supported, code_challenge_methods_supported, grant_types_supported |
oauth_protected_resource |
OK | 692.9 ms | 1 authorization server(s) |
official_registry_probe |
Warning | n/a | Check completed |
openid_configuration |
Error | 167.0 ms | Client error '404 Not Found' for url 'https://mcp.bid-jp.com/.well-known/openid-configuration' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 |
probe_noise_resilience |
OK | 192.1 ms | Fetched https://mcp.bid-jp.com/robots.txt |
prompt_get |
Missing | n/a | no prompt name |
prompts_list |
Error | 192.6 ms | Client error '404 Not Found' for url 'https://mcp.bid-jp.com' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 |
protocol_version_probe |
Missing | n/a | No protocol version was advertised. |
provenance_divergence_probe |
OK | n/a | Check completed |
request_association_probe |
Missing | n/a | No request-association capabilities were advertised. |
resource_read |
Missing | n/a | no resource uri |
resources_list |
Error | 189.4 ms | Client error '404 Not Found' for url 'https://mcp.bid-jp.com' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 |
server_card |
OK | 238.8 ms | 3 prompt(s) exposed |
session_resume_probe |
Missing | n/a | no session id |
step_up_auth_probe |
OK | n/a | Scopes=mcp:read. |
tool_snapshot_probe |
Missing | n/a | no tools |
tools_list |
Error | 195.1 ms | Client error '404 Not Found' for url 'https://mcp.bid-jp.com' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 |
transport_compliance_probe |
Error | 770.4 ms | Issues: missing protocol header, bad protocol not rejected (bad protocol=404). |
utility_coverage_probe |
Missing | 158.1 ms | No completions evidence; no pagination evidence; tasks missing. |
Raw evidence view
Show raw JSON evidence
{
"checks": {
"action_safety_probe": {
"details": {
"auth_present": true,
"confirmation_signals": [],
"safeguard_count": 0,
"summary": {
"bulk_access_tools": 0,
"capability_distribution": {},
"destructive_tools": 0,
"egress_tools": 0,
"exec_tools": 0,
"high_risk_tools": 0,
"risk_distribution": {
"critical": 0,
"high": 0,
"low": 0,
"medium": 0
},
"secret_tools": 0,
"tool_count": 0
}
},
"latency_ms": null,
"status": "ok"
},
"advanced_capabilities_probe": {
"details": {
"capabilities": {
"completions": false,
"elicitation": false,
"prompts": true,
"resource_links": true,
"resources": true,
"roots": false,
"sampling": false,
"structured_outputs": false
},
"enabled": [
"prompts",
"resource_links",
"resources"
],
"enabled_count": 3,
"initialize_capability_keys": []
},
"latency_ms": null,
"status": "warning"
},
"connector_publishability_probe": {
"details": {
"blockers": [
"initialize",
"tools_list",
"protocol_version",
"transport_compliance",
"tool_surface",
"auth_flow"
],
"criteria": {
"action_safety": true,
"auth_flow": false,
"connector_replay": true,
"initialize": false,
"protocol_version": false,
"remote_transport": true,
"request_association": true,
"server_card": true,
"session_resume": true,
"step_up_auth": true,
"tool_surface": false,
"tools_list": false,
"transport_compliance": false
},
"high_risk_tools": 0,
"tool_count": 0,
"transport": "streamable-http"
},
"latency_ms": null,
"status": "error"
},
"connector_replay_probe": {
"details": {
"reason": "no_tools"
},
"latency_ms": null,
"status": "missing"
},
"determinism_probe": {
"details": {
"reason": "tools_list_unavailable"
},
"latency_ms": null,
"status": "missing"
},
"initialize": {
"details": {
"error": "Client error '404 Not Found' for url 'https://mcp.bid-jp.com'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"headers": {
"content-type": "text/html; charset=utf-8"
},
"http_status": 404,
"payload": {},
"url": "https://mcp.bid-jp.com"
},
"latency_ms": 190.94,
"status": "error"
},
"interactive_flow_probe": {
"details": {
"oauth_supported": true,
"prompt_available": false,
"risk_hits": [],
"safe_hits": [
"oauth"
]
},
"latency_ms": null,
"status": "ok"
},
"oauth_authorization_server": {
"details": {
"headers": {
"content-type": "application/json; charset=utf-8"
},
"http_status": 200,
"payload": {
"authorization_endpoint": "https://mcp.bid-jp.com/oauth/authorize",
"client_id_metadata_document_supported": true,
"code_challenge_methods_supported": [
"S256"
],
"grant_types_supported": [
"authorization_code",
"refresh_token"
],
"issuer": "https://mcp.bid-jp.com",
"registration_endpoint": "https://mcp.bid-jp.com/oauth/register",
"response_types_supported": [
"code"
],
"scopes_supported": [
"mcp:read"
],
"token_endpoint": "https://mcp.bid-jp.com/oauth/token",
"token_endpoint_auth_methods_supported": [
"none"
]
},
"url": "https://mcp.bid-jp.com/.well-known/oauth-authorization-server"
},
"latency_ms": 162.9,
"status": "ok"
},
"oauth_protected_resource": {
"details": {
"headers": {
"content-type": "application/json; charset=utf-8"
},
"http_status": 200,
"payload": {
"authorization_servers": [
"https://mcp.bid-jp.com"
],
"bearer_methods_supported": [
"header"
],
"resource": "https://mcp.bid-jp.com/mcp",
"scopes_supported": [
"mcp:read"
]
},
"url": "https://mcp.bid-jp.com/.well-known/oauth-protected-resource"
},
"latency_ms": 692.85,
"status": "ok"
},
"official_registry_probe": {
"details": {
"direct_match": false,
"official_identifiers": [
"io.github.neverinfamous/sqlite-mcp-server",
"io.github.M-China-Official/mcd-mcp",
"io.github.instagitai/instagit",
"ai.smithery/Aman-Amith-Shastry-scientific_computation_mcp",
"dev.codepathfinder/pathfinder",
"io.github.chris-schra/mcp-funnel",
"io.github.Vitexus/abraflexi",
"io.github.kyrylopr/lenspr",
"io.github.humanjesse/textarttools-mcp",
"ai.smithery/arjunkmrm-ts-test-2"
],
"official_peer_count": 10,
"registry_source": "github_topic_registry"
},
"latency_ms": null,
"status": "warning"
},
"openid_configuration": {
"details": {
"error": "Client error '404 Not Found' for url 'https://mcp.bid-jp.com/.well-known/openid-configuration'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://mcp.bid-jp.com/.well-known/openid-configuration"
},
"latency_ms": 167.0,
"status": "error"
},
"probe_noise_resilience": {
"details": {
"headers": {
"content-type": "text/plain; charset=utf-8"
},
"http_status": 200,
"url": "https://mcp.bid-jp.com/robots.txt"
},
"latency_ms": 192.1,
"status": "ok"
},
"prompt_get": {
"details": {
"reason": "no_prompt_name"
},
"latency_ms": null,
"status": "missing"
},
"prompts_list": {
"details": {
"error": "Client error '404 Not Found' for url 'https://mcp.bid-jp.com'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"headers": {
"content-type": "text/html; charset=utf-8"
},
"http_status": 404,
"payload": {},
"url": "https://mcp.bid-jp.com"
},
"latency_ms": 192.6,
"status": "error"
},
"protocol_version_probe": {
"details": {
"latest_known_version": "2025-11-25",
"reason": "no_protocol_version",
"validator_protocol_version": "2025-03-26"
},
"latency_ms": null,
"status": "missing"
},
"provenance_divergence_probe": {
"details": {
"direct_official_match": false,
"drift_fields": [],
"metadata_document_count": 2,
"registry_homepage": null,
"registry_repository": null,
"registry_title": null,
"registry_version": null,
"server_card_homepage": null,
"server_card_repository": null,
"server_card_title": "JP Bids MCP",
"server_card_version": "0.7.2"
},
"latency_ms": null,
"status": "ok"
},
"request_association_probe": {
"details": {
"reason": "no_request_association_capabilities_advertised"
},
"latency_ms": null,
"status": "missing"
},
"resource_read": {
"details": {
"reason": "no_resource_uri"
},
"latency_ms": null,
"status": "missing"
},
"resources_list": {
"details": {
"error": "Client error '404 Not Found' for url 'https://mcp.bid-jp.com'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"headers": {
"content-type": "text/html; charset=utf-8"
},
"http_status": 404,
"payload": {},
"url": "https://mcp.bid-jp.com"
},
"latency_ms": 189.38,
"status": "error"
},
"server_card": {
"details": {
"headers": {
"content-type": "application/json; charset=utf-8"
},
"http_status": 200,
"payload": {
"authentication": {
"required": true,
"schemes": [
"oauth2"
]
},
"prompts": [
{
"description": "\u4eca\u65e5\u306e\u5165\u672d\u30d6\u30ea\u30fc\u30d5\u30a3\u30f3\u30b0",
"name": "morning_bid_briefing"
},
{
"description": "\u7af6\u5408\u52d5\u5411\u30ec\u30fc\u30c0\u30fc",
"name": "competitor_radar"
},
{
"description": "\u7de0\u5207\u30a2\u30e9\u30fc\u30c8",
"name": "bid_due_alert"
}
],
"resources": [
{
"name": "KKJ Attribution",
"uri": "attribution://kkj"
},
{
"name": "API Reference",
"uri": "docs://api-reference"
},
{
"name": "Agentic Cloud Roadmap",
"uri": "docs://agentic-cloud-roadmap"
},
{
"name": "Security & Storage Readiness",
"uri": "docs://agentic-security-storage-readiness"
},
{
"name": "Prefecture Codes",
"uri": "codes://prefectures"
},
{
"name": "Search Results App",
"uri": "ui://jp-bids/search-results.html"
}
],
"serverInfo": {
"name": "JP Bids MCP",
"version": "0.7.2"
},
"tools": [
{
"annotations": {
"idempotentHint": true,
"readOnlyHint": true
},
"description": "\u65e5\u672c\u5168\u56fd\u306e\u5b98\u516c\u9700\u5165\u672d\u60c5\u5831\u3092\u691c\u7d22\u3059\u308b\u3002\u5168\u6587\u691c\u7d22\u306f query\u3001\u4ef6\u540d\u306f project_name\u3001\u767a\u6ce8\u6a5f\u95a2\u306f organization_name \u3092\u4f7f\u3046\u3002Search Japanese public procurement bids by keyword, project name, or organization.",
"inputSchema": {
"properties": {
"category": {
"description": "\u5165\u672d\u533a\u5206\u3002\u7269\u54c1\u3001\u5f79\u52d9\u3001\u5de5\u4e8b\u3001\u305d\u306e\u4ed6\u3002",
"type": "string"
},
"certification": {
"description": "\u5168\u7701\u5e81\u7d71\u4e00\u8cc7\u683c\u306e\u7b49\u7d1a\u3002A\u3001B\u3001C\u3001D \u304b\u3089\u8907\u6570\u6307\u5b9a\u53ef\u3002",
"type": "array"
},
"due_after": {
"description": "\u5165\u672d\u66f8\u63d0\u51fa\u671f\u9650 YYYY-MM-DD \u4ee5\u964d",
"type": "string"
},
"due_before": {
"description": "\u5165\u672d\u66f8\u63d0\u51fa\u671f\u9650 YYYY-MM-DD \u4ee5\u524d",
"type": "string"
},
"issued_after": {
"description": "\u516c\u544a\u65e5 YYYY-MM-DD \u4ee5\u964d",
"type": "string"
},
"issued_before": {
"description": "\u516c\u544a\u65e5 YYYY-MM-DD \u4ee5\u524d",
"type": "string"
},
"limit": {
"description": "\u53d6\u5f97\u4ef6\u6570\u306e\u4e0a\u9650\u3002\u30c7\u30d5\u30a9\u30eb\u30c820\u3001\u6700\u59271000\u3002",
"type": "number"
},
"opening_after": {
"description": "\u958b\u672d\u65e5 YYYY-MM-DD \u4ee5\u964d",
"type": "string"
},
"opening_before": {
"description": "\u958b\u672d\u65e5 YYYY-MM-DD \u4ee5\u524d",
"type": "string"
},
"organization_name": {
"description": "\u767a\u6ce8\u6a5f\u95a2\u540d\u3067\u7d5e\u308a\u8fbc\u3080\u3002\u4f8b: \u8fb2\u6797\u6c34\u7523\u7701\u3001\u9632\u885b\u7701\u3002",
"type": "string"
},
"period_end_after": {
"description": "\u7d0d\u5165\u671f\u9650\u65e5 YYYY-MM-DD \u4ee5\u964d",
"type": "string"
},
"period_end_before": {
"description": "\u7d0d\u5165\u671f\u9650\u65e5 YYYY-MM-DD \u4ee5\u524d",
"type": "string"
},
"prefecture": {
"description": "\u90fd\u9053\u5e9c\u770c\u540d\u3067\u7d5e\u308a\u8fbc\u3080\u3002\u914d\u5217\u3067\u8907\u6570\u6307\u5b9a\u53ef\u3002\u4f8b: \u9e7f\u5150\u5cf6\u770c\u3001\u6771\u4eac\u90fd\u3002",
"type": "string"
},
"procedure_type": {
"description": "\u516c\u793a\u7a2e\u5225\u3002\u4e00\u822c\u7af6\u4e89\u5165\u672d\u3001\u6307\u540d\u7af6\u4e89\u5165\u672d\u3001\u968f\u610f\u5951\u7d04\u306a\u3069\u3002",
"type": "string"
},
"project_name": {
"description": "\u4ef6\u540d\u3067\u7d5e\u308a\u8fbc\u3080\u5834\u5408\u306b\u6307\u5b9a\u3057\u307e\u3059\u3002",
"type": "string"
},
"query": {
"description": "\u81ea\u7531\u8a18\u8ff0\u30ad\u30fc\u30ef\u30fc\u30c9\u3002\u8907\u6570\u30ad\u30fc\u30ef\u30fc\u30c9\u306fAND\u7d50\u5408\u3067\u691c\u7d22\u3055\u308c\u307e\u3059\u3002",
"type": "string"
}
},
"type": "object"
},
"name": "search_bids",
"outputSchema": true
},
{
"annotations": {
"idempotentHint": true,
"readOnlyHint": true
},
"description": "\u5b98\u516c\u9700\u5165\u672d\u691c\u7d22\u30c6\u30fc\u30d6\u30eb\u3002MCP Apps\u5bfe\u5fdc\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u3067\u691c\u7d22\u7d50\u679c\u3092\u8868\u3067\u8868\u793a\u3002Search bids with interactive table UI for MCP Apps-compatible clients.",
"inputSchema": {
"properties": {
"category": {
"description": "\u5165\u672d\u533a\u5206\u3002",
"type": "string"
},
"limit": {
"description": "\u53d6\u5f97\u4ef6\u6570\u306e\u4e0a\u9650\u3002",
"type": "number"
},
"prefecture": {
"description": "\u90fd\u9053\u5e9c\u770c\u540d\u3067\u7d5e\u308a\u8fbc\u3080\u3002",
"type": "string"
},
"query": {
"description": "\u81ea\u7531\u8a18\u8ff0\u30ad\u30fc\u30ef\u30fc\u30c9\u3002",
"type": "string"
}
},
"type": "object"
},
"name": "search_bids_app",
"outputSchema": true
},
{
"annotations": {
"idempotentHint": true,
"readOnlyHint": true
},
"description": "\u5b98\u516c\u9700\u5165\u672d\u3092\u691c\u7d22\u3057\u3001\u8ffd\u3046\u3079\u304d\u9806\u306b\u30b9\u30b3\u30a2\u30ea\u30f3\u30b0\u3059\u308b\u3002\u5019\u88dc\u6574\u7406\u7528\u3067\u3042\u308a\u53c2\u52a0\u53ef\u5426\u306e\u6700\u7d42\u5224\u65ad\u3067\u306f\u306a\u3044\u3002Search and score bids by follow-up priority using AI Bid Radar.",
"inputSchema": {
"properties": {
"avoid_keywords": {
"description": "\u907f\u3051\u305f\u3044\u8a9e\u53e5\u3002\u4f8b: \u5de5\u4e8b\u3001\u5e38\u99d0\u3001\u591c\u9593\u3002",
"type": "array"
},
"category": {
"description": "\u5165\u672d\u533a\u5206\u3002\u7269\u54c1\u3001\u5f79\u52d9\u3001\u5de5\u4e8b\u3001\u305d\u306e\u4ed6\u3002",
"type": "string"
},
"due_within_days": {
"description": "\u3053\u306e\u65e5\u6570\u4ee5\u5185\u306b\u63d0\u51fa\u671f\u9650\u304c\u6765\u308b\u6848\u4ef6\u3092\u512a\u5148\u3057\u307e\u3059\u3002",
"type": "number"
},
"limit": {
"description": "\u53d6\u5f97\u4ef6\u6570\u306e\u4e0a\u9650\u3002\u30c7\u30d5\u30a9\u30eb\u30c820\u3001\u6700\u59271000\u3002",
"type": "number"
},
"prefecture": {
"description": "\u90fd\u9053\u5e9c\u770c\u540d\u3067\u7d5e\u308a\u8fbc\u3080\u3002\u914d\u5217\u3067\u8907\u6570\u6307\u5b9a\u53ef\u3002",
"type": "string"
},
"preferred_keywords": {
"description": "\u512a\u5148\u3057\u305f\u3044\u8a9e\u53e5\u3002\u4f8b: \u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u3001\u4fdd\u5b88\u3001\u30af\u30e9\u30a6\u30c9\u3002",
"type": "array"
},
"procedure_type": {
"description": "\u516c\u793a\u7a2e\u5225\u3002\u4e00\u822c\u7af6\u4e89\u5165\u672d\u3001\u6307\u540d\u7af6\u4e89\u5165\u672d\u3001\u968f\u610f\u5951\u7d04\u306a\u3069\u3002",
"type": "string"
},
"query": {
"description": "\u81ea\u7531\u8a18\u8ff0\u30ad\u30fc\u30ef\u30fc\u30c9\u3002\u8907\u6570\u30ad\u30fc\u30ef\u30fc\u30c9\u306fAND\u7d50\u5408\u3067\u691c\u7d22\u3055\u308c\u307e\u3059\u3002",
"type": "string"
},
"shortlist_limit": {
"description": "\u30e9\u30f3\u30ad\u30f3\u30b0\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3059\u6700\u5927\u4ef6\u6570\u3002",
"type": "number"
}
},
"type": "object"
},
"name": "rank_bids",
"outputSchema": true
},
{
"annotations": {
"idempotentHint": true,
"readOnlyHint": true
},
"description": "\u904e\u53bb1\u301c30\u65e5\u9593\u306b\u516c\u544a\u3055\u308c\u305f\u65b0\u7740\u5b98\u516c\u9700\u5165\u672d\u3092\u4e00\u89a7\u3059\u308b\u3002\u6bce\u671d\u306e\u55b6\u696d\u30c1\u30a7\u30c3\u30af\u306b\u4f7f\u3046\u3002List recently published bid notices for daily morning sales checks.",
"inputSchema": {
"properties": {
"category": {
"description": "\u5165\u672d\u533a\u5206\u3002\u7269\u54c1\u3001\u5f79\u52d9\u3001\u5de5\u4e8b\u3001\u305d\u306e\u4ed6\u3002",
"type": "string"
},
"days": {
"description": "\u904e\u53bb\u4f55\u65e5\u5206\u306e\u516c\u544a\u3092\u53d6\u5f97\u3059\u308b\u304b\u3002\u30c7\u30d5\u30a9\u30eb\u30c87\u65e5\u3002",
"type": "number"
},
"limit": {
"description": "\u53d6\u5f97\u4ef6\u6570\u306e\u4e0a\u9650\u3002\u30c7\u30d5\u30a9\u30eb\u30c850\u3002",
"type": "number"
},
"prefecture": {
"description": "\u90fd\u9053\u5e9c\u770c\u540d\u3067\u7d5e\u308a\u8fbc\u3080\u3002\u4f8b: \u9e7f\u5150\u5cf6\u770c\u3002",
"type": "string"
}
},
"type": "object"
},
"name": "list_recent_bids",
"outputSchema": true
},
{
"annotations": {
"idempotentHint": true,
"readOnlyHint": true
},
"description": "\u5165\u672d\u6848\u4ef6\u306e\u8a73\u7d30\u60c5\u5831\u3092\u53d6\u5f97\u3059\u308b\u3002Key\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u6307\u5b9a\u3002Get detailed bid information by key.",
"inputSchema": {
"properties": {
"bid_key": {
"description": "search_bids\u7b49\u304c\u8fd4\u3057\u305fKey\u30d5\u30a3\u30fc\u30eb\u30c9",
"type": "string"
}
},
"required": [
"bid_key"
],
"type": "object"
},
"name": "get_bid_detail",
"outputSchema": true
},
{
"annotations": {
"idempotentHint": true,
"readOnlyHint": true
},
"description": "1\u4ef6\u306e\u5165\u672d\u306b\u3064\u3044\u3066\u8ffd\u3046\u3079\u304d\u304b\u30fb\u8981\u78ba\u8a8d\u304b\u30fb\u898b\u9001\u308b\u3079\u304d\u304b\u3092\u7406\u7531\u30fb\u30ea\u30b9\u30af\u30fb\u6b21\u30a2\u30af\u30b7\u30e7\u30f3\u4ed8\u304d\u3067\u8aac\u660e\u3059\u308b\u3002Explain bid fit with rationale, risks, and next actions.",
"inputSchema": {
"properties": {
"avoid_keywords": {
"description": "\u907f\u3051\u305f\u3044\u8a9e\u53e5\u3002\u4f8b: \u5de5\u4e8b\u3001\u5e38\u99d0\u3001\u591c\u9593\u3002",
"type": "array"
},
"bid_key": {
"description": "search_bids\u3001rank_bids\u3001\u307e\u305f\u306flist_recent_bids\u304c\u8fd4\u3057\u305fKey\u30d5\u30a3\u30fc\u30eb\u30c9",
"type": "string"
},
"due_within_days": {
"description": "\u3053\u306e\u65e5\u6570\u4ee5\u5185\u306b\u63d0\u51fa\u671f\u9650\u304c\u6765\u308b\u6848\u4ef6\u3092\u512a\u5148\u3002\u30c7\u30d5\u30a9\u30eb\u30c830\u65e5\u3002",
"type": "number"
},
"fetch_documents": {
"description": "true\u306e\u5834\u5408\u3001PDF/HTML\u62bd\u51fa\u7d50\u679c\u3092\u8ffd\u8de1\u5224\u65ad\u306e\u8aac\u660e\u306b\u53cd\u6620\u3059\u308b\u3002",
"type": "boolean"
},
"preferred_keywords": {
"description": "\u512a\u5148\u3057\u305f\u3044\u8a9e\u53e5\u3002\u4f8b: \u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u3001\u4fdd\u5b88\u3001\u30af\u30e9\u30a6\u30c9\u3002",
"type": "array"
},
"target_uris": {
"description": "\u62bd\u51fa\u5bfe\u8c61URL\u3002\u7701\u7565\u6642\u306f\u691c\u7d22\u7d50\u679c\u306e\u516c\u5f0f\u516c\u544a\u30da\u30fc\u30b8\u30fb\u6dfb\u4ed8\u8cc7\u6599URL\u304b\u3089\u6700\u59273\u4ef6\u3092\u4f7f\u3046\u3002",
"type": "array"
}
},
"required": [
"bid_key"
],
"type": "object"
},
"name": "explain_bid_fit",
"outputSchema": true
},
{
"annotations": {
"idempotentHint": true,
"readOnlyHint": true
},
"description": "\u5165\u672d\u53c2\u52a0\u8cc7\u683c\u3092\u81ea\u52d5\u78ba\u8a8d\u3059\u308b\u3002Auto-check bid participation qualification.",
"inputSchema": {
"properties": {
"bid_key": {
"description": "\u5bfe\u8c61\u6848\u4ef6\u306eKey\u30d5\u30a3\u30fc\u30eb\u30c9",
"type": "string"
},
"company_certifications": {
"description": "\u81ea\u793e\u304c\u4fdd\u6709\u3059\u308b\u5168\u7701\u5e81\u7d71\u4e00\u8cc7\u683c\u306e\u7b49\u7d1a",
"type": "array"
},
"company_prefecture": {
"description": "\u81ea\u793e\u306e\u6240\u5728\u5730\u90fd\u9053\u5e9c\u770c",
"type": "string"
},
"fetch_documents": {
"description": "true\u306e\u5834\u5408\u3001\u4ed5\u69d8\u66f8\u304b\u3089\u53c2\u52a0\u8cc7\u683c\u3092\u62bd\u51fa\u3059\u308b\u3002",
"type": "boolean"
},
"target_uris": {
"description": "\u62bd\u51fa\u5bfe\u8c61URL\u3002",
"type": "array"
}
},
"required": [
"bid_key"
],
"type": "object"
},
"name": "assess_bid_qualification",
"outputSchema": true
},
{
"annotations": {
"idempotentHint": true,
"readOnlyHint": true
},
"description": "PDF/HTML\u4ed5\u69d8\u66f8\u304b\u3089\u8981\u4ef6\u3092\u69cb\u9020\u5316\u62bd\u51fa\u3059\u308b\u3002Extract and structure requirements from bid specification documents.",
"inputSchema": {
"properties": {
"bid_key": {
"description": "\u5bfe\u8c61\u6848\u4ef6\u306eKey\u30d5\u30a3\u30fc\u30eb\u30c9",
"type": "string"
},
"fetch_documents": {
"description": "true\u306e\u5834\u5408\u3001\u6dfb\u4ed8PDF/HTML\u304b\u3089\u8981\u4ef6\u3092\u81ea\u52d5\u62bd\u51fa\u3059\u308b\u3002",
"type": "boolean"
},
"target_uris": {
"description": "\u62bd\u51fa\u5bfe\u8c61URL\u3002\u7701\u7565\u6642\u306f\u516c\u5f0f\u516c\u544a\u30da\u30fc\u30b8\u304b\u3089\u6700\u59273\u4ef6\u3002",
"type": "array"
}
},
"required": [
"bid_key"
],
"type": "object"
},
"name": "extract_bid_requirements",
"outputSchema": true
},
{
"annotations": {
"idempotentHint": true,
"readOnlyHint": true
},
"description": "\u5165\u672d\u3092\u691c\u7d22\u30fb\u30e9\u30f3\u30ad\u30f3\u30b0\u3057\u3066Google Sheets/Excel\u7528\u306eCSV\u3092\u8fd4\u3059\u3002\u30b9\u30b3\u30a2\u30fb\u5224\u65ad\u30fb\u30ea\u30b9\u30af\u30fb\u6b21\u30a2\u30af\u30b7\u30e7\u30f3\u4ed8\u304d\u3002Search, rank, and export CSV shortlist.",
"inputSchema": {
"properties": {
"avoid_keywords": {
"description": "\u907f\u3051\u305f\u3044\u8a9e\u53e5\u3002\u4f8b: \u5de5\u4e8b\u3001\u5e38\u99d0\u3001\u591c\u9593\u3002",
"type": "array"
},
"category": {
"description": "\u5165\u672d\u533a\u5206\u3002\u7269\u54c1\u3001\u5f79\u52d9\u3001\u5de5\u4e8b\u3001\u305d\u306e\u4ed6\u3002",
"type": "string"
},
"due_within_days": {
"description": "\u3053\u306e\u65e5\u6570\u4ee5\u5185\u306b\u63d0\u51fa\u671f\u9650\u304c\u6765\u308b\u6848\u4ef6\u3092\u512a\u5148\u3002\u30c7\u30d5\u30a9\u30eb\u30c830\u65e5\u3002",
"type": "number"
},
"fetch_documents": {
"description": "true\u306e\u5834\u5408\u3001\u4e0a\u4f4d\u6848\u4ef6\u306ePDF/HTML\u62bd\u51fa\u7d50\u679c\u3092CSV\u306b\u8ffd\u52a0\u3059\u308b\u3002",
"type": "boolean"
},
"limit": {
"description": "\u53d6\u5f97\u4ef6\u6570\u306e\u4e0a\u9650\u3002\u30c7\u30d5\u30a9\u30eb\u30c820\u3001\u6700\u59271000\u3002",
"type": "number"
},
"prefecture": {
"description": "\u90fd\u9053\u5e9c\u770c\u540d\u3067\u7d5e\u308a\u8fbc\u3080\u3002\u914d\u5217\u3067\u8907\u6570\u6307\u5b9a\u53ef\u3002",
"type": "string"
},
"preferred_keywords": {
"description": "\u512a\u5148\u3057\u305f\u3044\u8a9e\u53e5\u3002\u4f8b: \u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u3001\u4fdd\u5b88\u3001\u30af\u30e9\u30a6\u30c9\u3002",
"type": "array"
},
"query": {
"description": "\u81ea\u7531\u8a18\u8ff0\u30ad\u30fc\u30ef\u30fc\u30c9\u3002\u8907\u6570\u30ad\u30fc\u30ef\u30fc\u30c9\u306fAND\u7d50\u5408\u3067\u691c\u7d22\u3055\u308c\u307e\u3059\u3002",
"type": "string"
},
"shortlist_limit": {
"description": "CSV\u51fa\u529b\u3059\u308b\u6700\u5927\u4ef6\u6570\u3002\u30c7\u30d5\u30a9\u30eb\u30c810\u4ef6\u3002",
"type": "number"
}
},
"type": "object"
},
"name": "export_bid_shortlist",
"outputSchema": true
},
{
"annotations": {
"idempotentHint": true,
"readOnlyHint": true
},
"description": "\u7de0\u5207\u65e5\u306eICS\u30ab\u30ec\u30f3\u30c0\u30fc\u3092\u751f\u6210\u3059\u308b\u3002Generate ICS calendar events for bid deadlines.",
"inputSchema": {
"properties": {
"bid_keys": {
"description": "\u30ab\u30ec\u30f3\u30c0\u30fc\u306b\u8ffd\u52a0\u3059\u308b\u6848\u4ef6\u306eKey\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u914d\u5217",
"type": "array"
}
},
"required": [
"bid_keys"
],
"type": "object"
},
"name": "create_bid_calendar",
"outputSchema": true
},
{
"annotations": {
"idempotentHint": true,
"readOnlyHint": true
},
"description": "\u5165\u672d1\u4ef6\u306e\u5224\u65ad\u30b5\u30de\u30ea\u30fc\u30fb\u7406\u7531\u30fb\u30ea\u30b9\u30af\u30fb\u8981\u4ef6\u30fb\u7de0\u5207\u30fb\u6b21\u30a2\u30af\u30b7\u30e7\u30f3\u3092Markdown\u793e\u5185\u30e1\u30e2\u3068\u3057\u3066\u8fd4\u3059\u3002Generate a Markdown review packet for one bid.",
"inputSchema": {
"properties": {
"avoid_keywords": {
"description": "\u907f\u3051\u305f\u3044\u8a9e\u53e5\u3002\u4f8b: \u5de5\u4e8b\u3001\u5e38\u99d0\u3001\u591c\u9593\u3002",
"type": "array"
},
"bid_key": {
"description": "search_bids\u3001rank_bids\u3001\u307e\u305f\u306flist_recent_bids\u304c\u8fd4\u3057\u305fKey\u30d5\u30a3\u30fc\u30eb\u30c9",
"type": "string"
},
"due_within_days": {
"description": "\u3053\u306e\u65e5\u6570\u4ee5\u5185\u306b\u63d0\u51fa\u671f\u9650\u304c\u6765\u308b\u6848\u4ef6\u3092\u512a\u5148\u3002\u30c7\u30d5\u30a9\u30eb\u30c830\u65e5\u3002",
"type": "number"
},
"fetch_documents": {
"description": "true\u306e\u5834\u5408\u3001PDF/HTML\u62bd\u51fa\u7d50\u679c\u3092\u793e\u5185\u691c\u8a0e\u30e1\u30e2\u3078\u53cd\u6620\u3059\u308b\u3002",
"type": "boolean"
},
"preferred_keywords": {
"description": "\u512a\u5148\u3057\u305f\u3044\u8a9e\u53e5\u3002\u4f8b: \u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u3001\u4fdd\u5b88\u3001\u30af\u30e9\u30a6\u30c9\u3002",
"type": "array"
},
"target_uris": {
"description": "\u62bd\u51fa\u5bfe\u8c61URL\u3002\u7701\u7565\u6642\u306f\u691c\u7d22\u7d50\u679c\u306e\u516c\u5f0f\u516c\u544a\u30da\u30fc\u30b8\u30fb\u6dfb\u4ed8\u8cc7\u6599URL\u304b\u3089\u6700\u59273\u4ef6\u3092\u4f7f\u3046\u3002",
"type": "array"
}
},
"required": [
"bid_key"
],
"type": "object"
},
"name": "create_bid_review_packet",
"outputSchema": true
},
{
"annotations": {
"idempotentHint": true,
"readOnlyHint": true
},
"description": "\u8cea\u554f\u66f8\u306e\u30c9\u30e9\u30d5\u30c8\u3092\u751f\u6210\u3059\u308b\u3002Draft clarification questions for a bid.",
"inputSchema": {
"properties": {
"bid_key": {
"description": "\u5bfe\u8c61\u6848\u4ef6\u306eKey\u30d5\u30a3\u30fc\u30eb\u30c9",
"type": "string"
},
"fetch_documents": {
"description": "true\u306e\u5834\u5408\u3001\u4ed5\u69d8\u66f8\u304b\u3089\u66d6\u6627\u70b9\u3092\u81ea\u52d5\u62bd\u51fa\u3057\u3066\u8cea\u554f\u306b\u53cd\u6620\u3059\u308b\u3002",
"type": "boolean"
},
"focus_areas": {
"description": "\u8cea\u554f\u3057\u305f\u3044\u91cd\u70b9\u5206\u91ce\u3002\u4f8b: \u7d0d\u671f\u3001\u4ed5\u69d8\u3001\u8a55\u4fa1\u57fa\u6e96\u3002",
"type": "array"
},
"target_uris": {
"description": "\u62bd\u51fa\u5bfe\u8c61URL\u3002",
"type": "array"
}
},
"required": [
"bid_key"
],
"type": "object"
},
"name": "draft_bid_questions",
"outputSchema": true
},
{
"annotations": {
"idempotentHint": true,
"readOnlyHint": true
},
"description": "\u904e\u53bb\u516c\u544a\u3092\u96c6\u8a08\u3057\u767a\u6ce8\u6a5f\u95a2\u306e\u983b\u5ea6\u30fb\u30ab\u30c6\u30b4\u30ea\u504f\u308a\u30fb\u6708\u6b21\u30c8\u30ec\u30f3\u30c9\u3092\u8fd4\u3059\u3002Analyze past bid announcements to surface procurement patterns.",
"inputSchema": {
"properties": {
"category": {
"description": "\u5165\u672d\u533a\u5206\u3002\u7269\u54c1\u3001\u5f79\u52d9\u3001\u5de5\u4e8b\u3001\u305d\u306e\u4ed6\u3002",
"type": "string"
},
"limit": {
"description": "KKJ API \u304b\u3089\u53d6\u5f97\u3059\u308b\u516c\u544a\u4ef6\u6570\u306e\u4e0a\u9650\u3002",
"type": "number"
},
"organization_name": {
"description": "\u767a\u6ce8\u6a5f\u95a2\u540d\u3067\u7d5e\u308a\u8fbc\u3080\u5834\u5408\u306b\u6307\u5b9a\u3002",
"type": "string"
},
"prefecture": {
"description": "\u90fd\u9053\u5e9c\u770c\u540d\u3067\u7d5e\u308a\u8fbc\u3080\u3002\u914d\u5217\u3067\u8907\u6570\u6307\u5b9a\u53ef\u3002",
"type": "string"
},
"procedure_type": {
"description": "\u516c\u793a\u7a2e\u5225\u3002\u4e00\u822c\u7af6\u4e89\u5165\u672d\u3001\u6307\u540d\u7af6\u4e89\u5165\u672d\u3001\u968f\u610f\u5951\u7d04\u306a\u3069\u3002",
"type": "string"
},
"query": {
"description": "\u81ea\u7531\u8a18\u8ff0\u30ad\u30fc\u30ef\u30fc\u30c9\u3002\u4f8b: \u30b7\u30b9\u30c6\u30e0\u3001\u4fdd\u5b88\u3001\u30af\u30e9\u30a6\u30c9\u3002",
"type": "string"
},
"window_days": {
"description": "\u904e\u53bb\u4f55\u65e5\u5206\u306e\u516c\u544a\u3092\u96c6\u8a08\u5bfe\u8c61\u306b\u3059\u308b\u304b\u3002\u30c7\u30d5\u30a9\u30eb\u30c8365\u65e5\u3002",
"type": "number"
}
},
"type": "object"
},
"name": "analyze_past_awards",
"outputSchema": true
},
{
"annotations": {
"idempotentHint": true,
"readOnlyHint": true
},
"description": "\u767a\u6ce8\u6a5f\u95a2\u540d\u3092\u6307\u5b9a\u3057\u3066\u30ab\u30c6\u30b4\u30ea\u5225\u30fb\u516c\u793a\u7a2e\u5225\u5225\u306e\u5165\u672d\u50be\u5411\u3068\u76f4\u8fd1\u6848\u4ef6\u3092\u96c6\u8a08\u3059\u308b\u3002Summarize bid trends for a specific procurement organization.",
"inputSchema": {
"properties": {
"limit": {
"description": "\u96c6\u8a08\u5bfe\u8c61\u306e\u6700\u5927\u53d6\u5f97\u4ef6\u6570\u3002\u30c7\u30d5\u30a9\u30eb\u30c8200\u3002",
"type": "number"
},
"organization_name": {
"description": "\u5206\u6790\u5bfe\u8c61\u306e\u767a\u6ce8\u6a5f\u95a2\u540d",
"type": "string"
},
"since": {
"description": "YYYY-MM-DD \u4ee5\u964d\u3002\u672a\u6307\u5b9a\u306a\u3089\u904e\u53bb1\u5e74\u3002",
"type": "string"
}
},
"required": [
"organization_name"
],
"type": "object"
},
"name": "summarize_bids_by_org",
"outputSchema": true
},
{
"annotations": {
"idempotentHint": true
},
"description": "\u5165\u672d\u691c\u7d22\u6761\u4ef6\u3092\u540d\u524d\u4ed8\u304d\u3067\u4fdd\u5b58\u3059\u308b\u3002\u4fdd\u5b58\u3057\u305f\u6761\u4ef6\u306f check_saved_search \u3067\u65b0\u7740\u78ba\u8a8d\u306b\u4f7f\u3048\u308b\u3002Save named bid search criteria for recurring alert checks.",
"inputSchema": {
"properties": {
"category": {
"description": "\u5165\u672d\u533a\u5206\u3002\u7269\u54c1\u3001\u5f79\u52d9\u3001\u5de5\u4e8b\u3001\u305d\u306e\u4ed6\u3002",
"type": "string"
},
"name": {
"description": "\u4fdd\u5b58\u691c\u7d22\u306e\u540d\u524d\uff08\u4f8b: \u300c\u9e7f\u5150\u5cf6IT\u6848\u4ef6\u300d\uff09\u3002Name for this saved search.",
"type": "string"
},
"organization_name": {
"description": "\u767a\u6ce8\u6a5f\u95a2\u540d\u3002Organization name.",
"type": "string"
},
"prefecture": {
"description": "\u90fd\u9053\u5e9c\u770c\u540d\u3067\u7d5e\u308a\u8fbc\u3080\u3002\u914d\u5217\u3067\u8907\u6570\u6307\u5b9a\u53ef\u3002",
"type": "string"
},
"query": {
"description": "\u30ad\u30fc\u30ef\u30fc\u30c9\u3002Keyword.",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"name": "save_search",
"outputSchema": true
},
{
"annotations": {
"idempotentHint": true,
"readOnlyHint": true
},
"description": "\u4fdd\u5b58\u3057\u305f\u691c\u7d22\u6761\u4ef6\u3067\u65b0\u7740\u5165\u672d\u3092\u78ba\u8a8d\u3059\u308b\u3002\u524d\u56de\u30c1\u30a7\u30c3\u30af\u4ee5\u964d\u306e\u65b0\u7740\u306e\u307f\u3092\u8fd4\u3059\u3002Check for new bids since last check using saved search criteria.",
"inputSchema": {
"properties": {
"name": {
"description": "\u78ba\u8a8d\u3059\u308b\u4fdd\u5b58\u691c\u7d22\u306e\u540d\u524d\u3002Name of saved search to check.",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"name": "check_saved_search",
"outputSchema": true
},
{
"annotations": {
"idempotentHint": true,
"readOnlyHint": true
},
"description": "\u4fdd\u5b58\u3055\u308c\u3066\u3044\u308b\u691c\u7d22\u6761\u4ef6\u306e\u4e00\u89a7\u3092\u8fd4\u3059\u3002List all saved search criteria.",
"inputSchema": {
"properties": {},
"type": "object"
},
"name": "list_saved_searches",
"outputSchema": true
}
]
},
"url": "https://mcp.bid-jp.com/.well-known/mcp/server-card.json"
},
"latency_ms": 238.78,
"status": "ok"
},
"session_resume_probe": {
"details": {
"protocol_version": null,
"reason": "no_session_id",
"resume_expected": false,
"transport": "streamable-http"
},
"latency_ms": null,
"status": "missing"
},
"step_up_auth_probe": {
"details": {
"auth_required_checks": [],
"broad_scopes": [],
"challenge_headers": [],
"minimal_scope_documented": true,
"oauth_present": true,
"scope_specificity_ratio": 1.0,
"step_up_signals": [],
"supported_scopes": [
"mcp:read"
]
},
"latency_ms": null,
"status": "ok"
},
"tool_snapshot_probe": {
"details": {
"reason": "no_tools"
},
"latency_ms": null,
"status": "missing"
},
"tools_list": {
"details": {
"error": "Client error '404 Not Found' for url 'https://mcp.bid-jp.com'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"headers": {
"content-type": "text/html; charset=utf-8"
},
"http_status": 404,
"payload": {},
"url": "https://mcp.bid-jp.com"
},
"latency_ms": 195.14,
"status": "error"
},
"transport_compliance_probe": {
"details": {
"bad_protocol_error": null,
"bad_protocol_headers": {
"content-type": "text/html; charset=utf-8"
},
"bad_protocol_payload": {},
"bad_protocol_status_code": 404,
"delete_error": null,
"delete_status_code": null,
"expired_session_error": null,
"expired_session_status_code": null,
"issues": [
"missing_protocol_header",
"bad_protocol_not_rejected"
],
"last_event_id_visible": false,
"protocol_header_present": false,
"requested_protocol_version": "2025-03-26",
"session_id_present": false,
"transport": "streamable-http"
},
"latency_ms": 770.38,
"status": "error"
},
"utility_coverage_probe": {
"details": {
"completions": {
"advertised": false,
"live_probe": "not_executed",
"sample_target": {
"type": "resource",
"uri": "attribution://kkj"
}
},
"initialize_capability_keys": [],
"pagination": {
"metadata_signal": false,
"next_cursor_methods": [],
"supported": false
},
"tasks": {
"advertised": false,
"http_status": 404,
"probe_status": "missing"
}
},
"latency_ms": 158.05,
"status": "missing"
}
},
"failures": {
"initialize": {
"error": "Client error '404 Not Found' for url 'https://mcp.bid-jp.com'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"headers": {
"content-type": "text/html; charset=utf-8"
},
"http_status": 404,
"payload": {},
"url": "https://mcp.bid-jp.com"
},
"openid_configuration": {
"error": "Client error '404 Not Found' for url 'https://mcp.bid-jp.com/.well-known/openid-configuration'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://mcp.bid-jp.com/.well-known/openid-configuration"
},
"prompts_list": {
"error": "Client error '404 Not Found' for url 'https://mcp.bid-jp.com'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"headers": {
"content-type": "text/html; charset=utf-8"
},
"http_status": 404,
"payload": {},
"url": "https://mcp.bid-jp.com"
},
"resources_list": {
"error": "Client error '404 Not Found' for url 'https://mcp.bid-jp.com'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"headers": {
"content-type": "text/html; charset=utf-8"
},
"http_status": 404,
"payload": {},
"url": "https://mcp.bid-jp.com"
},
"tools_list": {
"error": "Client error '404 Not Found' for url 'https://mcp.bid-jp.com'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"headers": {
"content-type": "text/html; charset=utf-8"
},
"http_status": 404,
"payload": {},
"url": "https://mcp.bid-jp.com"
},
"transport_compliance_probe": {
"bad_protocol_error": null,
"bad_protocol_headers": {
"content-type": "text/html; charset=utf-8"
},
"bad_protocol_payload": {},
"bad_protocol_status_code": 404,
"delete_error": null,
"delete_status_code": null,
"expired_session_error": null,
"expired_session_status_code": null,
"issues": [
"missing_protocol_header",
"bad_protocol_not_rejected"
],
"last_event_id_visible": false,
"protocol_header_present": false,
"requested_protocol_version": "2025-03-26",
"session_id_present": false,
"transport": "streamable-http"
}
},
"remote_url": "https://mcp.bid-jp.com",
"server_card_payload": null,
"server_identifier": "github-sugukurukabe/koko-call-mcp"
}
Known versions
- No versions recorded.
Validation history
| Timestamp | Status | Score | Latency | Tools |
|---|---|---|---|---|
| May 13, 2026 09:57:13 AM UTC | Failing | 54.0 | 3171.7 ms | 0 |
| May 13, 2026 01:56:12 AM UTC | Failing | 53.6 | 2100.4 ms | 0 |
| May 12, 2026 05:54:39 PM UTC | Failing | 53.4 | 3282.8 ms | 0 |
| May 12, 2026 09:49:49 AM UTC | Failing | 53.2 | 4110.8 ms | 0 |
| May 12, 2026 01:43:47 AM UTC | Failing | 53.6 | 2055.0 ms | 0 |
Validation timeline
| Validated | Summary | Score | Protocol | Auth mode | Tools | High-risk tools | Changes |
|---|---|---|---|---|---|---|---|
| May 13, 2026 09:57:13 AM UTC | Failing | 54.0 | unknown | oauth_supported | 0 | 0 | none |
| May 13, 2026 01:56:12 AM UTC | Failing | 53.6 | unknown | oauth_supported | 0 | 0 | none |
| May 12, 2026 05:54:39 PM UTC | Failing | 53.4 | unknown | oauth_supported | 0 | 0 | none |
| May 12, 2026 09:49:49 AM UTC | Failing | 53.2 | unknown | oauth_supported | 0 | 0 | none |
| May 12, 2026 01:43:47 AM UTC | Failing | 53.6 | unknown | oauth_supported | 0 | 0 | none |
Recent validation runs
| Started | Status | Summary | Latency | Checks |
|---|---|---|---|---|
| May 13, 2026 09:57:10 AM UTC | Completed | Failing | 3171.7 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| May 13, 2026 01:56:10 AM UTC | Completed | Failing | 2100.4 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| May 12, 2026 05:54:35 PM UTC | Completed | Failing | 3282.8 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| May 12, 2026 09:49:45 AM UTC | Completed | Failing | 4110.8 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| May 12, 2026 01:43:45 AM UTC | Completed | Failing | 2055.0 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |