JP Bids MCP

공식

일본 정부 조달 입찰 검색 및 AI 분석 (MCP 기반)

JP Bids MCP(으)로 무엇을 할 수 있나요?

  • 일본 조달 공고 검색search_bids를 통해 키워드, 도도부현, 카테고리별로 입찰을 요청하세요. 예: "鹿児島県のIT系入札を探して".
  • 기준에 따라 입찰 순위 지정rank_bids가 회사의 적합성과 실질적인 후속 조치 필요성에 따라 기회를 평가하고 우선순위를 매깁니다.
  • PDF/HTML에서 요구사항 추출extract_bid_requirements를 사용하여 첨부 문서에서 필수 사양과 평가 항목을 추출하세요.
  • 과거 낙찰 동향 분석analyze_past_awards를 활용하여 기관의 지출, 경쟁률, 낙찰률을 검토해 전략을 수립하세요.
  • 공고를 상장사에 매핑map_awards_to_listed로 공공 조달 공고에 해당하는 티커를 식별하세요.
  • 입찰 작업 내보내기 및 일정 관리export_bid_shortlist로 후보 목록을 생성하거나 create_bid_calendar로 캘린더 항목을 만드세요.

문서

JP Bids MCP

npm version CI License: Apache 2.0 Smithery

일본의 관공수요 입찰 정보를 MCP로 검색·AI 분석하는 서버. v0.9.0의 Investor Radar에서 공고를 상장 종목으로 명조합하고, J-Quants 키가 있으면 공개 종가도 같은 대화에서 볼 수 있습니다(투자 조언이 아님).
Search and AI-analyze Japanese public procurement notices through MCP. Investor Radar maps notices to listed-company tickers and can overlay public daily closes. Not investment advice.
Server MCP untuk mencari pengumuman pengadaan pemerintah Jepang. Investor Radar memetakan pengumuman ke ticker. Bukan nasihat investasi.

베타 기간(~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-252026-07-28 프로토콜 버전을 수용합니다. Mcp-Method / Mcp-Name 헤더가 있는 경우 JSON-RPC 본문과의 불일치를 거부하고, OAuth authorization response와 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/discover, ttlMs / cacheScope, and MRTR are tracked in docs/spec-notes/mcp-2026-07-28.md and will be enabled after SDK support stabilizes.

AI에게 말만 걸면 됩니다 / Just Ask Your AI

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

→ 14건 히트 → AI 스코어링 → 상위 3건의 요건 정리 → 캘린더 등록 → 전부 하나의 대화에서.

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

→ PDF 자동 취득 → 요건 추출 → 참가 자격 확인 → 부족 항목의 취득 방법까지 제시.

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

→ 낙찰 실적 취득 → 예산 규모·경쟁·낙찰률 분석 → 다음 입찰 전략 제안.

「富士通(6702)の官公需公告を出して、公告日前後の終値も見せて」

→ 공고를 종목 코드로 명조합 → 이력과 건수를 사실로 집계 → J-Quants 키가 있으면 공개 종가의 전후 창을 표시. 매매를 권장하지 않음. 시장 데이터 MCP를 같은 클라이언트에 나란히 두면 일봉·공시와 대조할 수 있습니다.

Quick Start / 퀵 스타트

Use the remote endpoint from any Streamable HTTP compatible MCP client:

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

The remote endpoint requires OAuth 2.0. A request without Authorization receives 401 with WWW-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. Plain curl will not work without a token — use local stdio below to try it without authentication.

리모트 엔드포인트는 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.

With MCP Inspector:

npx --yes @modelcontextprotocol/inspector

Set Transport Type to Streamable HTTP and use the remote URL above. Do not use the default STDIO sample command such as mcp-server-everything.

Sample search_bids arguments:

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

Local stdio (no authentication required):

npx --yes jp-bids-mcp

CSV export:

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

Check without starting an MCP session:

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

What It Provides / 주요 기능

  • 관공수요 입찰 정보의 읽기 전용 검색. 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.
  • Investor Radar: 관공수요 공고를 상장 기업으로 명조합(투자 조언 아님). Map KKJ notices to listed tickers. Not investment advice.
  • 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.

Tools / 도구 목록

도구설명Tier
search_bids키워드·지역·업종으로 검색 / Keyword & region searchFree
rank_bids자사 조건으로 스코어링 / Score by your criteriaFree
list_recent_bids최근 공고 목록 / Recent noticesFree
get_bid_detail건 상세 취득 / Bid detailFree
search_bids_appMCP Apps UI 포함 검색 / Search with UI panelPro
explain_bid_fit적합도 설명 / Fit explanationPro
assess_bid_qualification참가 자격 확인 / Qualification checkPro
extract_bid_requirementsPDF/HTML 요건 추출 / Requirement extractionPro
export_bid_shortlistCSV/JSON 내보내기 / Export shortlistPro
create_bid_calendarICS 캘린더 생성 / Calendar exportPro
create_bid_review_packet사내 검토 메모 / Review packetPro
draft_bid_questions질문서 초안 / Draft questionsPro
analyze_past_awards낙찰 실적 분석 / Past awards analysisPro
summarize_bids_by_org발주 기관별 정리 / Summary by orgPro
save_search검색 조건 저장 / Save search criteriaPro
check_saved_search저장 검색의 신규 확인 / Check for new bidsPro
list_saved_searches저장 검색 목록 / List saved searchesPro
map_awards_to_listed공고를 상장 기업으로 명조합 / Map notices to tickersPro
get_listed_award_history상장 기업의 공고 이력 / Listed-company notice historyPro
analyze_award_price_impact공고일 전후 종가 / Closes around notice datePro
watch_listed_awards종목 워치 / Ticker watchlistPro
search_investor_radar_appInvestor Radar UIPro

Resources

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

Verification

npm run remote:health
npm run remote:mcp

More examples: examples/remote-smoke-prompts.md.

Slack briefing job: 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/investor-radar.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

Interoperability / 상호 운용 / Interoperabilitas

JP Bids MCP pairs with the J-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補助金を同時に探してください。"

See examples/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 with freee MCP (freee K.K.) for procurement-to-accounting automation — financial readiness checks, post-award deal entries, and invoice generation from bid data. See examples/freee-integration/.

Investor Radar can overlay public daily closes around a notice date when a J-Quants API key is passed through. Adding a market-data MCP in the same Cursor / Claude session lets you compare KKJ notices with daily bars and filings in one conversation. No buy/sell advice. Details: docs/investor-radar.md.

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.

Notes / 주의 사항

이 서버는 입찰 정보의 첨부 파일을 저장하지 않습니다. 입찰 판단 전에 반드시 공식 조달 문서를 확인하세요.
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.