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 的请求会收到带有 WWW-Authenticate: Bearer resource_metadata="https://mcp.bid-jp.com/.well-known/oauth-protected-resource/mcp"401。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 UI:在 Claude.ai 的侧面板中列出和操作投标项目。Interactive workspace in MCP Apps-compatible clients.
  • 免费/专业版层级:测试期间(至 2026 年 9 月底)所有功能免费。Free beta through September 2026, Pro ¥990/month thereafter.
  • 通过资源和资源模板精确传递上下文。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带 UI 面板的搜索 / 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专业版

资源

  • 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}

验证

npm run remote:health
npm run remote:mcp

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

Slack 简报任务:docs/slack-briefing.md

文档

  • 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補助金を同時に探してください。"

有关即用型 Claude Desktop 和 Cursor 配置文件以及三个端到端工作流示例,请参阅 examples/jgrants-integration/。 技术集成详情: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.