KokoCallMCP
NPM · KOKO-CALL-MCP · SCANNED AUG 3
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (103 of 104), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (103 of 104), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 93 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability67
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 624 tokens (~89/item across 7 items; 4 tools + 3 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage87
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 54% of tool parameters carry a description.Partial
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · koko-call-mcp
claude mcp add sugukurukabe-koko-call -- npx -y koko-call-mcp
codex mcp add sugukurukabe-koko-call -- npx -y koko-call-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"sugukurukabe-koko-call": {
"type": "local",
"command": [
"npx",
"-y",
"koko-call-mcp"
],
"enabled": true
}
}
} openclaw mcp add sugukurukabe-koko-call --command npx --arg -y --arg koko-call-mcp
mcp_servers:
sugukurukabe-koko-call:
command: "npx"
args: ["-y", "koko-call-mcp"] {
"mcpServers": {
"sugukurukabe-koko-call": {
"command": "npx",
"args": [
"-y",
"koko-call-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +37
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Security disclosure: fail → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → fair ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: Apache-2.0 functional
- 31 Jul 26 −8
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 51
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 103 packages
103 packages in the resolved dependency tree · 103 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_bid_detail 官公需入札詳細 ~61
入札Keyから1件の詳細を取得する。添付資料は保存せず、公式サイトのURIのみ返す。
| Name | Type | Req | Description |
|---|---|---|---|
| bid_key | string | yes | search_bids または list_recent_bids が返した Key フィールド |
| Name | Type | Req | Description |
|---|---|---|---|
| attribution | object | yes | — |
| bids | array | yes | — |
| query | object | yes | — |
| returnedCount | integer | yes | — |
| searchHits | integer | yes | — |
No examples provided.
list_recent_bids 直近の官公需入札一覧 ~78
過去1日から30日間に公告された新着官公需入札を一覧する。毎朝の営業チェックや地域別の新着確認に使う。
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | — |
| days | integer | — | — |
| limit | integer | — | — |
| prefecture | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| attribution | object | yes | — |
| bids | array | yes | — |
| query | object | yes | — |
| returnedCount | integer | yes | — |
| searchHits | integer | yes | — |
No examples provided.
search_bids 官公需入札検索 ~304
日本全国の官公需入札情報を検索する。全文検索は query、件名だけの絞り込みは project_name、発注機関は organization_name を使う。公告日、入札開始日、開札日、納入期限日でも絞り込める。
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | — |
| certification | array | — | — |
| due_after | string | — | 入札開始日 YYYY-MM-DD 以降 |
| due_before | string | — | 入札開始日 YYYY-MM-DD 以前 |
| issued_after | string | — | 公告日 YYYY-MM-DD 以降 |
| issued_before | string | — | 公告日 YYYY-MM-DD 以前 |
| limit | integer | — | — |
| opening_after | string | — | 開札日 YYYY-MM-DD 以降 |
| opening_before | string | — | 開札日 YYYY-MM-DD 以前 |
| organization_name | string | — | — |
| period_end_after | string | — | 納入期限日 YYYY-MM-DD 以降 |
| period_end_before | string | — | 納入期限日 YYYY-MM-DD 以前 |
| prefecture | — | — | — |
| procedure_type | string | — | — |
| project_name | string | — | 件名で絞り込む場合に指定します。 |
| query | string | — | 自由記述キーワード。複数キーワードはAND結合で検索されます。 |
| Name | Type | Req | Description |
|---|---|---|---|
| attribution | object | yes | — |
| bids | array | yes | — |
| query | object | yes | — |
| returnedCount | integer | yes | — |
| searchHits | integer | yes | — |
No examples provided.
summarize_bids_by_org 発注機関別の入札傾向分析 ~88
発注機関名を指定して、カテゴリ別・公示種別別の入札傾向と直近案件を集計する。
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| organization_name | string | yes | 分析対象の発注機関名 |
| since | string | — | YYYY-MM-DD 以降。未指定なら過去1年。 |
| Name | Type | Req | Description |
|---|---|---|---|
| attribution | object | yes | — |
| categories | object | yes | — |
| organizationName | string | yes | — |
| procedureTypes | object | yes | — |
| recentProjects | array | yes | — |
| returnedCount | integer | yes | — |
| totalHits | integer | yes | — |
No examples provided.