# JP Bids MCP

日本の官公需入札情報をAIで検索・分析するMCPサーバー。17ツールで案件発見から社内検討パックまで自動化。Japan government procurement bid search & AI analysis MCP server.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add a-kabe-1qio/jp-bids-mcp

# Browse available tools
npx -y smithery tool list a-kabe-1qio/jp-bids-mcp

# Get full schema for a tool
npx -y smithery tool get a-kabe-1qio/jp-bids-mcp search_bids

# Call a tool
npx -y smithery tool call a-kabe-1qio/jp-bids-mcp search_bids '{}'
```

## Direct MCP Connection

Endpoint: `https://jp-bids-mcp--a-kabe-1qio.run.tools`

**Optional config:**
- `default-prefecture` (query) — デフォルトの検索都道府県

## Tools (17)

- `search_bids` — 日本全国の官公需入札情報を検索する。全文検索は query、件名は project_name、発注機関は organization_name を使う。Search Japanese public procurement bids by k…
- `rank_bids` — 官公需入札を検索し、追うべき順にスコアリングする。候補整理用であり参加可否の最終判断ではない。Search and score bids by follow-up priority using AI Bid Radar. Cari dan…
- `list_recent_bids` — 過去1〜30日間に公告された新着官公需入札を一覧する。毎朝の営業チェックに使う。List recently published bid notices from the past 1–30 days for daily morning s…
- `get_bid_detail` — 入札Keyから1件の詳細を取得する。添付資料は保存せず公式サイトのURIのみ返す。Fetch full details for one bid by key without storing attachments. Ambil detai…
- `explain_bid_fit` — 1件の入札について追うべきか・要確認か・見送るべきかを理由・リスク・次アクション付きで説明する。Explain bid fit with rationale, risks, and next actions for one bid. Je…
- `assess_bid_qualification` — 1件の入札について自社の地域・カテゴリ・資格と照合し参加可否をMVP判定する。Check bid participation eligibility against your company's region, category, and…
- `extract_bid_requirements` — 1件の入札の参加条件・期限・確認すべきPDFを構造化する。PDFは保存しない。Extract bid requirements, deadlines, and PDF checklist from metadata and attachm…
- `export_bid_shortlist` — 入札を検索・ランキングしてGoogle Sheets/Excel用のCSVを返す。スコア・判断・リスク・次アクション付き。Search and rank bids, then export a CSV shortlist for Goog…
- `create_bid_calendar` — 入札の提出期限・開札日・納入期限をGoogle Calendar/OutlookへインポートできるICS形式で返す。Generate an ICS calendar file with bid deadlines for Google C…
- `create_bid_review_packet` — 入札1件の判断サマリー・理由・リスク・要件・締切・次アクションをMarkdown社内メモとして返す。Generate a Markdown review packet with decision summary, risks, and n…
- `draft_bid_questions` — 入札1件の発注者への質問案をMarkdownで返す。提出前に公式書類と照合すること。Draft clarification questions for a bid in Markdown format. Buat draf pertany…
- `analyze_past_awards` — 過去公告を集計し発注機関の頻度・カテゴリ偏り・月次トレンドを返す。公告履歴から競合パターンを推定する。Analyze past bid announcements to surface procurement patterns, cate…
- `summarize_bids_by_org` — 発注機関名を指定してカテゴリ別・公示種別別の入札傾向と直近案件を集計する。Summarize bid trends and recent notices for a specific procurement organization by…
- `save_search` — 入札検索条件を名前付きで保存する。保存した条件は check_saved_search で新着確認に使える。Save named bid search criteria for recurring alert checks. Simpan…
- `check_saved_search` — 保存した検索条件で新着入札を確認する。前回チェック以降の新着のみを返す。Check for new bids since last check using saved search criteria. Periksa tender bar…
- `list_saved_searches` — 保存されている検索条件の一覧を返す。List all saved search criteria. Daftar semua kriteria pencarian yang tersimpan.
- `search_bids_app` — 日本全国の官公需入札情報を検索し、MCP Apps対応クライアントでは検索結果を表で表示する。非対応クライアントでも通常のテキスト要約とstructuredContentを返す。

```bash
# Get full input/output schema for a tool
npx -y smithery tool get a-kabe-1qio/jp-bids-mcp <tool-name>
```

## Resources

- `ui://jp-bids/search-results.html` — Interactive MCP Apps table for JP Bids search results.
- `attribution://kkj` — 官公需情報ポータルサイトの出典情報。Attribution metadata for the KKJ procurement portal. Metadata atribusi untuk portal pengadaan KKJ.
- `docs://api-reference` — JP Bids MCPで使うKKJ APIパラメータの要約。Summary of KKJ API parameters used by JP Bids MCP. Ringkasan parameter API KKJ yang digun…
- `codes://prefectures` — 都道府県名とLG_Codeの対応表。Mapping of prefecture names to JIS X0401 LG codes. Peta nama prefektur ke kode LG JIS X0401.
- `docs://agentic-cloud-roadmap` — Google-managed MCP・Gemini Enterprise・Agentic Data Cloudに基づくAI Bid Radar拡張ロードマップ。AI Bid Radar expansion roadmap based on…
- `docs://agentic-security-storage-readiness` — Cloud Storage・Gemini Enterprise Agent Platform・Fraud Defenseに基づくAI Bid Radar readiness note。AI Bid Radar readiness note…

## Prompts (3)

- `morning_bid_briefing` (prefecture, category, days) — 指定地域・カテゴリの直近入札を営業朝会向けに要約する。Summarize recent bids by region and category for morning sales briefing. Ringkas tender terb…
- `competitor_radar` (organization_name, since) — 発注機関名を軸に過去案件の傾向を整理する。Analyze past bid trends for a specific procurement organization. Analisis tren tender masa lalu un…
- `bid_due_alert` (prefecture, category, query, days) — 提出期限・開札日が近い案件を洗い出す。Find bids with upcoming submission deadlines or opening dates. Temukan tender dengan tenggat waktu p…
