Search Japanese government procurement notices (Call for Tender, 公告) from the 官公需情報ポータル (中小企業庁) REST + XML API. Phase 1 = CFT discovery only (project name, issuing organization, category, procedure type). Phase 2 (future) = awarded results, supplier history, price signals are NOT included. Use for sales lead discovery, bid opportunity research, government client targeting. 日本語 keyword: 調達公告検索 / 入札公告 検索 / 官公需 検索 / CFT 検索 / 公共調達 検索.
How this skill is triggered — by the user, by Claude, or both
Slash command
/procurement-discovery-jp:search-procurement-portalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when:
Use this skill when:
Call the kokai MCP server's search_procurement_portal tool:
{
"name": "search_procurement_portal",
"arguments": {
"query": "<free-text keyword (項目横断), e.g., システム開発>",
"project_name": "<公告名 partial match>",
"organization_name": "<発注機関 partial match, e.g., 中小企業庁 or 東京都>",
"lg_code": "<自治体コード, e.g., 130001 for 東京都>",
"category": "<業種分類, optional>",
"procedure_type": "<入札方式, optional: 一般競争 / 指名競争 / 随意契約>",
"count": 20
}
}
Required (one of): query / project_name / organization_name / lg_code. category and procedure_type are optional filters (cannot be used alone, public API constraint).
count defaults to 20, Kokai defensive cap = 100 (official max = 1000).
For each procurement notice:
result_id (ResultId、internal ID)key (Key、source_url fallback 用)project_name (公告名)organization_name (発注機関)cft_issue_date (公告日 = Call for Tender Issue Date)category (業種分類, e.g., システム開発 / 建設 / 物品調達)procedure_type (入札方式)source_url (公告 detail page URL, fallback: https://www.kkj.go.jp/api/?Key=<Key>)phase_scope: { phase: 1, included: "...", deferred_to_phase_2: "..." }source_authority: "official" (公式 cite_required layer)attribution_text: "出典: 官公需情報ポータル (中小企業庁) https://www.kkj.go.jp"Phase 1 (this skill) — Call for Tender (CFT) discovery only:
Phase 2 (future, NOT in this skill) — these are NOT available from the official API:
For Phase 2 data, AI agent must direct the user to consult a commercial procurement database (e.g., 帝国データバンク 入札情報) or hire a 中小企業診断士 / 行政書士 for manual research.
| 領域 | gBizINFO | 国税庁 | J-Grants | EDINET | e-Gov 法令 | 官公需 (this) |
|---|---|---|---|---|---|---|
| 法人特定 | ✅ | ✅ | — | ✅ (上場) | — | — |
| 補助金 (受給側) | ❌ | — | ✅ | — | — | — |
| 異動履歴 | △ | ✅ | — | △ | — | — |
| IR / 財務 | △ | — | — | ✅ | — | — |
| 法令本文 | ❌ | ❌ | — | ❌ | ✅ | — |
| 政府調達公告 (発注側) | ❌ | ❌ | — | ❌ | — | ✅ 公式 |
Pair with gbizinfo-company-search (cross-ref 発注機関 → 関連企業) or with nta-corporate-name-search (法人特定 of issuing organization's affiliated 法人).
attribution_text + cft_issue_date + source_url for any referenced notice.npx claudepluginhub kokai-data/japan-business-data --plugin procurement-discovery-jpCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.