← ClaudeAtlas

search-procurement-portallisted

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.
Kokai-Data/japan-business-intelligence · ★ 1 · AI & Automation · score 72
Install: claude install-skill Kokai-Data/japan-business-intelligence
## When to use Use this skill when: - The user (sales / consultant / 行政書士 / 中小企業診断士) asks "what procurement notices has 〇〇 自治体 issued recently?" - You need to discover bid opportunities by category (e.g., "システム開発", "建設", "物品調達") or by issuing organization (省庁 / 自治体). - M&A target research requires understanding a company's potential government clients (which agencies publish RFPs in the target's industry). - Subsidy-fit-jp follow-up: identify government procurement that complements a subsidy program. - Pre-meeting research with a sales lead in B2G (business-to-government) space. ## How to invoke Call the kokai MCP server's `search_procurement_portal` tool: ```json { "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). ## Output structure For each procurement notice: - `result_id` (ResultId、internal ID) - `key` (Key、`source_url` fallback 用) - `project_name` (公告名) - `organizatio