JP Bids MCP
About
Japanese government procurement bid search and AI analysis via MCP
Details
- Author
- sugukurukabe
- Categories
- Productivity, Search, Knowledge Base
Jump to
Setup
Install JP Bids MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/sugukurukabe/koko-call-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
- Search Japanese public procurement notices— Find bids by keyword, prefecture, and category usingsearch_bids.
- Score and rank bids by your criteria— Userank_bidsto prioritize opportunities based on your company’s conditions.
- Retrieve bid details and recent listings— Access full notices withget_bid_detailor browse the latest announcements vialist_recent_bids.
- Extract requirements from PDFs and HTML— Pull must-have conditions and evaluation criteria from attached specifications withextract_bid_requirements.
- Analyze past award results— Examine historical winning bids, budget scales, and competitors usinganalyze_past_awards.
- Export shortlists and generate calendar events— Save filtered bids as CSV/JSON withexport_bid_shortlistor create ICS files viacreate_bid_calendar.
日本の官公需入札情報を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 Readiness / 対応状況 / Kesiapan
JP Bids MCP は2025-11-25と2026-07-28の protocol version を受け入れます。Mcp-Method/Mcp-Nameheader がある場合は JSON-RPC body との不一致を拒否し、OAuth authorization response と JWT には RFC 9207 のissを含めます。 JP Bids MCP accepts both2025-11-25and2026-07-28protocol versions. WhenMcp-Method/Mcp-Nameheaders are present, mismatches with the JSON-RPC body are rejected, and OAuth authorization responses/JWTs include RFC 9207iss. JP Bids MCP menerima versi protokol2025-11-25dan2026-07-28. Jika headerMcp-Method/Mcp-Nameada, ketidaksesuaian dengan body JSON-RPC ditolak, dan response/JWT OAuth menyertakanissRFC 9207.
server/discover,ttlMs/cacheScope, and MRTR are tracked indocs/spec-notes/mcp-2026-07-28.mdand will be enabled after SDK support stabilizes.
→ 14件ヒット → AIスコアリング → 上位3件の要件整理 → カレンダー登録 → 全部ひとつの会話で。
→ PDF自動取得 → 要件抽出 → 参加資格チェック → 不足項目の取得方法まで提示。
Use the remote endpoint from any Streamable HTTP compatible MCP client:
The remote endpoint requires OAuth 2.0. A request withoutAuthorizationreceives401withWWW-Authenticate: Bearer resource_metadata="https://mcp.bid-jp.com/.well-known/oauth-protected-resource/mcp". Claude.ai, ChatGPT, and MCP Inspector run the flow for you (Dynamic Client Registration + PKCE S256), so you only click approve. Plaincurlwill not work without a token — use local stdio below to try it without authentication.
リモートエンドポイントは OAuth 2.0 必須です。Authorizationなしのリクエストは401とWWW-Authenticateヘッダーを返します。Claude.ai / ChatGPT / MCP Inspector は認可フローを自動で処理するため、承認ボタンを押すだけです。認証なしで試したい場合は下記のローカル stdio を使ってください。
Endpoint jarak jauh memerlukan OAuth 2.0. Permintaan tanpaAuthorizationmendapat401beserta headerWWW-Authenticate. Klien seperti Claude.ai, ChatGPT, dan MCP Inspector menjalankan alur otorisasi secara otomatis. Untuk mencoba tanpa autentikasi, gunakan stdio lokal di bawah.
npx --yes @modelcontextprotocol/inspector
SetTransport TypetoStreamable HTTPand use the remote URL above. Do not use the default STDIO sample command such asmcp-server-everything.
{ "query": "システム", "prefecture": "鹿児島県", "category": "役務", "limit": 3 }
Local stdio (no authentication required):
npx --yes jp-bids-export --prefecture 鹿児島県 --category 役務 --query システム --days 7 > bids.csv
- 官公需入札情報の読み取り専用検索。Read-only search for Japanese public procurement notices.
- AI Bid Radar: 案件を実務優先度でスコアリング・ランキング。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.
- Free/Proティア: ベータ期間(〜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.
- 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
More examples:examples/remote-smoke-prompts.md.
Slack briefing job: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 articles deployed from this repository;docs/articles/holds non-Zenn drafts)
- docs/adr/
- public/.well-known/agents.json
Interoperability / 相互運用 / Interoperabilitas
JP Bids MCP pairs with theJ-Grants MCP(Digital Agency of Japan) to cover both government contracts and grants in a single conversation.
# Search bids (JP Bids MCP) and grants (J-Grants MCP) simultaneously "鹿児島県のITシステム調達案件と、中小企業向けDX補助金を同時に探してください。"
Seeexamples/jgrants-integration/for ready-to-use Claude Desktop and Cursor configuration files, and three end-to-end workflow examples.
Technical integration details:docs/integrations/jgrants.md.
JP Bids MCP also pairs withfreee MCP(freee K.K.) for procurement-to-accounting automation — financial readiness checks, post-award deal entries, and invoice generation from bid data. Seeexamples/freee-integration/.
JP Bids MCP, J-Grants MCP, and freee MCP are independent servers operated by separate organizations. Results are reference information; always verify against official documents.
このサーバーは入札情報の添付ファイルを保存しません。入札判断前に必ず公式調達書類を確認してください。
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.
- Privacy Policy / プライバシーポリシー
- Terms of Service / 利用規約
JobYap aggregates job postings directly from companies' official careers sites and gives every posting a public discussion thread, with salaries, locations and full descriptions.
Prompt Buddy MCP exposes a public, searchable catalog of reusable AI skills.
AI job search & hiring MCP server with 55 tools. Search jobs, apply, interview, negotiate offers across 20 countries. No account needed to start.
Interact with Amazon services for product search, cart management, and viewing order history.
MCP server for Apple Notes with semantic search and CRUD operations. Claude searches, reads, creates, updates, and manages your Apple Notes through natural language.
arXiv paper search and full-text reading
Birdfeeder: X, Bluesky and Mastodon bookmarks search
Search through your X, Bluesky or Mastodon bookmarks.
Conduit is the MCP for agentic commerce. Agents register an identity, search ranked supply across 12k+ merchants, complete checkout via merchant handoff or autonomous payment with an approved mandate, then track orders and report outcomes.
Integrate with Atlassian Confluence to access spaces, search pages, and manage content from any MCP-compatible application.
Programmatically access and search Confluence spaces, pages, and content using its REST API.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



