JP Bids MCP

官方

日本政府採購標案搜尋與AI分析(透過MCP)

你可以用 JP Bids MCP 做什麼?

  • 搜尋日本公共採購公告 — 使用 search_bids 依關鍵字、都道府縣及類別尋找招標案。
  • 依您的條件評分與排序招標案 — 使用 rank_bids 根據公司條件優先排序機會。
  • 取得招標詳細資訊與最新公告 — 透過 get_bid_detail 存取完整公告,或經由 list_recent_bids 瀏覽最新消息。
  • 從 PDF 與 HTML 擷取需求 — 使用 extract_bid_requirements 從附件規格書中提取必要條件與評選標準。
  • 分析過往得標結果 — 使用 analyze_past_awards 檢視歷史得標案、預算規模及競爭對手。
  • 匯出候選清單與產生行事曆事件 — 使用 export_bid_shortlist 將篩選後的招標案儲存為 CSV/JSON,或透過 create_bid_calendar 建立 ICS 檔案。

文件

JP Bids MCP

npm version CI License: Apache 2.0 Smithery

透過 MCP 搜尋並以 AI 分析日本官公需(政府採購)招標資訊的伺服器。
Search and AI-analyze Japanese public procurement notices through MCP.
Server MCP untuk mencari dan menganalisis pengadaan pemerintah Jepang dengan AI.

測試期間(至 2026 年 9 月底)所有功能皆可免費使用。
During beta (until end of September 2026), all features are available for free.

Remote MCP: https://mcp.bid-jp.com/mcp
npm:        jp-bids-mcp
Registry metadata name: io.github.sugukurukabe/jp-bids

MCP 2026-07-28 整備狀況 / 対応状況 / Kesiapan

JP Bids MCP 接受 2025-11-252026-07-28 的通訊協定版本。當存在 Mcp-Method / Mcp-Name 標頭時,會拒絕與 JSON-RPC 主體不符的請求,且 OAuth 授權回應與 JWT 會包含 RFC 9207 的 iss。 JP Bids MCP accepts both 2025-11-25 and 2026-07-28 protocol versions. When Mcp-Method / Mcp-Name headers are present, mismatches with the JSON-RPC body are rejected, and OAuth authorization responses/JWTs include RFC 9207 iss. JP Bids MCP menerima versi protokol 2025-11-25 dan 2026-07-28. Jika header Mcp-Method / Mcp-Name ada, ketidaksesuaian dengan body JSON-RPC ditolak, dan response/JWT OAuth menyertakan iss RFC 9207.

server/discoverttlMs / cacheScope 和 MRTR 的追蹤記錄在 docs/spec-notes/mcp-2026-07-28.md,並將在 SDK 支援穩定後啟用。

只需與 AI 對話 / Just Ask Your AI

「鹿児島県のIT系入札を探して、うちに合う順にランク付けして」

→ 找到 14 筆結果 → AI 評分 → 整理前 3 名的需求 → 登錄行事曆 → 全部在一個對話中完成。

「この仕様書PDFの必須要件と評価項目を整理して」

→ 自動取得 PDF → 需求提取 → 資格檢查 → 甚至提示如何取得不足的項目。

「農林水産省の過去3年の発注傾向を分析して」

→ 取得得標實績 → 分析預算規模、競爭對手、得標率 → 提出下一次投標策略。

快速入門 / クイックスタート

從任何相容於 Streamable HTTP 的 MCP 客戶端使用遠端端點:

https://mcp.bid-jp.com/mcp

遠端端點需要 OAuth 2.0。沒有 Authorization 的請求會收到 401WWW-Authenticate: Bearer resource_metadata="https://mcp.bid-jp.com/.well-known/oauth-protected-resource/mcp" 標頭。Claude.ai、ChatGPT 和 MCP Inspector 會為您執行流程(動態客戶端註冊 + PKCE S256),因此您只需點擊核准。沒有權杖的純 curl 將無法運作 — 請使用下方的本地 stdio 在無需驗證的情況下試用。

リモートエンドポイントは OAuth 2.0 必須です。Authorization なしのリクエストは 401WWW-Authenticate ヘッダーを返します。Claude.ai / ChatGPT / MCP Inspector は認可フローを自動で処理するため、承認ボタンを押すだけです。認証なしで試したい場合は下記のローカル stdio を使ってください。

Endpoint jarak jauh memerlukan OAuth 2.0. Permintaan tanpa Authorization mendapat 401 beserta header WWW-Authenticate. Klien seperti Claude.ai, ChatGPT, dan MCP Inspector menjalankan alur otorisasi secara otomatis. Untuk mencoba tanpa autentikasi, gunakan stdio lokal di bawah.

使用 MCP Inspector:

npx --yes @modelcontextprotocol/inspector

Transport Type 設為 Streamable HTTP 並使用上述的遠端 URL。請勿使用預設的 STDIO 範例指令,例如 mcp-server-everything

search_bids 引數範例:

{
  "query": "システム",
  "prefecture": "鹿児島県",
  "category": "役務",
  "limit": 3
}

本地 stdio(無需驗證):

npx --yes jp-bids-mcp

CSV 匯出:

npx --yes jp-bids-export --prefecture 鹿児島県 --category 役務 --query システム --days 7 > bids.csv

在不啟動 MCP 工作階段的情況下檢查:

npx --yes jp-bids-mcp --version

主要功能 / 主な機能

  • 官公需招標資訊的唯讀搜尋。Read-only search for Japanese public procurement notices.
  • AI 投標雷達:根據實務追蹤優先順序對案件進行評分和排名。Ranking bid candidates by practical follow-up priority.
  • PDF/HTML 需求提取:暫時取得、SSRF 防護、Vertex AI Gemini 支援。PDF/HTML requirement extraction with SSRF guard and Vertex AI Gemini.
  • MCP Apps 使用者介面:在 Claude.ai 的側邊面板中列出和操作招標案件。Interactive workspace in MCP Apps-compatible clients.
  • 免費/專業版方案:測試期間(至 2026 年 9 月底)所有功能免費。Free beta through September 2026, Pro ¥990/month thereafter.
  • 透過 Resources 和 Resource Templates 精確傳遞上下文。Resources and Resource Templates for targeted context.
  • 同時支援遠端 Streamable HTTP 和本地 stdio。Remote Streamable HTTP and local stdio transports.

資料來源 / Data source: 中小企業廳 官公需資訊入口網站 搜尋 API。

工具 / ツール一覧

工具說明方案
search_bids依關鍵字、地區、行業搜尋 / Keyword & region search免費
rank_bids依公司條件評分 / Score by your criteria免費
list_recent_bids近期公告一覽 / Recent notices免費
get_bid_detail取得案件詳細資訊 / Bid detail免費
search_bids_app附帶 MCP Apps 使用者介面的搜尋 / Search with UI panel專業版
explain_bid_fit適合度說明 / Fit explanation專業版
assess_bid_qualification投標資格確認 / Qualification check專業版
extract_bid_requirementsPDF/HTML 需求提取 / Requirement extraction專業版
export_bid_shortlistCSV/JSON 匯出 / Export shortlist專業版
create_bid_calendarICS 行事曆生成 / Calendar export專業版
create_bid_review_packet內部檢討備忘錄 / Review packet專業版
draft_bid_questions提問書草稿 / Draft questions專業版
analyze_past_awards得標實績分析 / Past awards analysis專業版
summarize_bids_by_org依招標機關彙總 / Summary by org專業版
save_search儲存搜尋條件 / Save search criteria專業版
check_saved_search確認已儲存搜尋的新案件 / Check for new bids專業版
list_saved_searches已儲存搜尋一覽 / List saved searches專業版

Resources

  • attribution://kkj
  • docs://api-reference
  • docs://agentic-cloud-roadmap
  • docs://agentic-security-storage-readiness
  • codes://prefectures
  • ui://jp-bids/search-results.html
  • bid://{bid_key}
  • prefecture://{lg_code}
  • org://{organization_name}

驗證 / Verification

npm run remote:health
npm run remote:mcp

更多範例:examples/remote-smoke-prompts.md

Slack 簡報工作:docs/slack-briefing.md

文件 / Documentation

  • docs/use-cases.md
  • docs/extensibility.md
  • docs/architecture.md
  • docs/ai-bid-radar.md
  • docs/agentic-cloud-roadmap.md
  • docs/agentic-security-storage-readiness.md
  • docs/export.md
  • docs/inspector.md
  • docs/deployment-cloud-run.md
  • docs/mcp-apps.md
  • docs/slack-briefing.md
  • docs/remote-release-checklist.md
  • docs/submissions/mcp-directories.md
  • docs/integrations/jgrants.md
  • articles/(從此儲存庫部署的 Zenn 文章;docs/articles/ 存放非 Zenn 的草稿)
  • docs/adr/
  • public/.well-known/agents.json

互通性 / 相互運用 / Interoperabilitas

JP Bids MCP 可與 J-Grants MCP(日本數位廳)搭配使用,在單一對話中同時涵蓋政府合約和補助金。

# Search bids (JP Bids MCP) and grants (J-Grants MCP) simultaneously
"鹿児島県のITシステム調達案件と、中小企業向けDX補助金を同時に探してください。"

請參閱 examples/jgrants-integration/ 以取得立即可用的 Claude Desktop 和 Cursor 設定檔,以及三個端對端工作流程範例。
技術整合詳細資訊:docs/integrations/jgrants.md

JP Bids MCP 也可與 freee MCP(freee K.K.)搭配,實現從採購到會計的自動化 — 財務整備檢查、得標後交易登錄,以及從招標資料生成發票。請參閱 examples/freee-integration/

JP Bids MCP、J-Grants MCP 和 freee MCP 是由不同組織營運的獨立伺服器。結果為參考資訊;請務必根據官方文件進行驗證。

注意事項 / 注意事項

此伺服器不會儲存招標資訊的附件檔案。在做出投標決定前,請務必確認官方採購文件。
This server does not store upstream documents or attachment files. Results are reference information and should be verified against official procurement documents before bidding decisions.