Skip to main content
Glama
atlasprzetargow

Atlas Przetargów

Atlas Przetargów — MCP 서버

npm version License: MIT

폴란드 공공 조달 데이터를 위한 최초의 MCP 서버입니다. Claude Desktop, Cursor, Continue, Cline 또는 모든 MCP 호환 AI 클라이언트에서 80만 건 이상의 폴란드 공공 입찰(BZP + TED), 발주처/낙찰자 프로필 및 카테고리 통계를 직접 조회하세요.

Atlas Przetargów — 폴란드 공공 조달 검색 및 분석 플랫폼에서 제공합니다.


이것은 무엇인가요?

Model Context Protocol (MCP)를 사용하면 AI 어시스턴트가 외부 도구 및 데이터에 연결할 수 있습니다. 이 서버는 Atlas Przetargów API를 모든 MCP 클라이언트에 노출하여 AI 어시스턴트가 다음을 수행할 수 있도록 합니다:

  • 폴란드 공공 입찰 검색: 키워드, CPV 카테고리, 위치, 금액, 마감일별 검색

  • 입찰 상세 정보 조회: 발주처, CPV 코드, 추정 금액, 마감일, AI 생성 요약(선택 사항) 포함

  • 발주처(zamawiający) 프로필 조회: NIP별 조회 — 계약을 가장 자주 수주하는 업체 포함

  • 낙찰자(wykonawca) 프로필 조회: NIP별 조회 — 낙찰받은 발주처 포함

  • 시장 통계 분석: CPV 카테고리별 통계(건수, 중앙값, 평균 입찰 수, 평균 마감일)

  • 지역별 비교: 주(province) 및 도시별 조달 규모 비교

  • 용어집 액세스: 90개 이상의 폴란드 공공 조달 용어

  • 가이드 워크플로우 사용: 입찰 분석, 발주처 실사 및 기회 발견을 위한 프롬프트


Related MCP server: Rejestr.io MCP Server

빠른 시작 (Claude Desktop)

옵션 A — npx 사용 (권장, 설치 불필요)

Claude Desktop 설정 파일을 편집하세요:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

추가:

{
  "mcpServers": {
    "atlas-przetargow": {
      "command": "npx",
      "args": ["-y", "@atlasprzetargow/mcp"]
    }
  }
}

Claude Desktop을 재시작하세요. 도구 패널에 Atlas 도구가 나타납니다.

옵션 B — 전역 설치

npm install -g @atlasprzetargow/mcp

그런 다음 claude_desktop_config.json에 추가:

{
  "mcpServers": {
    "atlas-przetargow": {
      "command": "atlas-przetargow-mcp"
    }
  }
}

사용 예시 (Claude Desktop)

"바르샤바에서 예산 50만~500만 PLN 규모의 활성 건설 입찰을 찾고 상위 5개를 보여줘"

"NIP 5252248481에 대해 buyer-due-diligence 프롬프트를 사용해" (→ 바르샤바 시를 발주처로 실사 수행)

"작년 폴란드 IT 입찰의 중앙값은 얼마인가요?"

"입찰 2026/BZP 00202613을 조회하고 주요 조건과 위험 요소를 분석해줘"

"의료 장비에 대한 CPV 코드를 찾고 활성 입찰을 보여줘"

"GDDKiA(국가도로청)로부터 가장 자주 계약을 수주하는 업체는 어디인가요?"


도구

도구

설명

search_tenders

필터(쿼리, CPV, 도시, 주, 금액 범위, 날짜, 정렬)를 사용하여 입찰 검색

get_tender

ID별 입찰 상세 정보(AI 요약 포함 가능)

get_buyer

NIP별 발주처 프로필 + 상위 낙찰자

get_contractor

NIP별 낙찰자 프로필 + 낙찰받은 상위 발주처

search_entities

이름으로 발주처/낙찰자 찾기 (다른 도구에서 사용할 NIP 반환)

get_category_stats

CPV 카테고리별 집계 통계(건수, 중앙값, 평균 입찰 수, 평균 마감일)

get_province_stats

주 또는 도시별 통계(상위 발주처, 상위 CPV)

search_cpv

폴란드어 키워드로 CPV 코드 조회

리소스

URI

설명

atlas://glossary

90개 이상의 폴란드 공공 조달 용어 색인

atlas://glossary/{slug}

특정 용어의 전체 정의

atlas://knowledge

장문 지식 베이스 기사 색인

atlas://knowledge/{slug}

전체 지식 베이스 기사

프롬프트

프롬프트

설명

analyze-tender

입찰 공고에 대한 종합 분석: 범위, 금액, 마감일, 위험 요소, 권장 사항

buyer-due-diligence

발주처 실사: 구매 프로필, 계약자 네트워크, 위험 신호

find-opportunities

CPV + 위치 + 금액 프로필에 맞는 활성 입찰 기회 찾기


설정 (환경 변수)

모두 선택 사항입니다. 기본값은 안전합니다.

변수

기본값

설명

ATLAS_API_BASE

https://atlasprzetargow.pl

API 루트. 스테이징 또는 자체 호스팅 Atlas에 유용

ATLAS_API_KEY

(없음)

/api/llm/* 엔드포인트(AI 요약)를 위한 선택적 키. 없어도 전체 공개 데이터로 서버 작동

ATLAS_TIMEOUT_MS

20000

요청 시간 초과

ATLAS_MAX_RETRIES

2

429 / 5xx / 시간 초과에 대한 재시도 횟수

MCP 클라이언트 설정을 통해 전달하세요:

{
  "mcpServers": {
    "atlas-przetargow": {
      "command": "npx",
      "args": ["-y", "@atlasprzetargow/mcp"],
      "env": {
        "ATLAS_API_KEY": "your-optional-key-here"
      }
    }
  }
}

폴란드 공공 조달 — 빠른 참조

  • BZP (Biuletyn Zamówień Publicznych) — 폴란드 국가 입찰 등록소. ID 형식 예: 2026/BZP 00202613.

  • TED (Tenders Electronic Daily) — EU 전체 입찰 등록소, EU 임계값 이상의 입찰에 필수.

  • CPV (Common Procurement Vocabulary) — 8자리 카테고리 코드, 예: 45000000 = 건설, 72000000 = IT.

  • NIP — 폴란드 10자리 세금 ID, 모든 발주처/낙찰자 식별에 사용.

  • 주 코드: PL02 돌노실롱스크 · PL04 쿠야비포모제 · PL06 루블린 · PL08 루부시 · PL10 우치 · PL12 마워폴스카 · PL14 마조프셰 · PL16 오폴레 · PL18 포드카르파츠키에 · PL20 포들라스키에 · PL22 포모제 · PL24 실롱스크 · PL26 시비엥토크시스키에 · PL28 바르미아마주리 · PL30 비엘코폴스카 · PL32 서포모제

  • 공고 유형:

    • ContractNotice — 활성 입찰, 입찰 참여 가능

    • TenderResultNotice / ContractAwardNotice — 결과 (낙찰자, 낙찰 금액)

    • CompetitionNotice, ConcessionNotice — 특수 공고


개발

git clone https://github.com/atlasprzetargow/mcp-server.git
cd mcp-server
npm install
npm run build
npm run smoke   # runs all tools against production API

# Test locally in Claude Desktop:
# Point the "command" in claude_desktop_config.json to the absolute path of dist/index.js:
# "command": "node", "args": ["/abs/path/to/mcp-server/dist/index.js"]

속도 제한 및 공정 사용

Atlas Przetargów API에는 IP당 속도 제한이 있습니다(LLM 엔드포인트는 분당 30회 요청, 공개 엔드포인트는 더 높음). MCP 서버는 429 응답을 받으면 지수 백오프(exponential backoff)를 사용하여 자동으로 재시도합니다.

속도 제한에 자주 도달하는 경우(예: 프로덕션 자동화), atlasprzetargow.pl/kontakt를 통해 더 높은 등급의 액세스를 문의하십시오.


라이선스

MIT © Atlas Przetargów

데이터 출처

모든 입찰 데이터 출처:

  • BZP (Biuletyn Zamówień Publicznych) — 폴란드 공공 조달청의 공개 등록소

  • TED (Tenders Electronic Daily) — EU 공공 조달 등록소

Atlas Przetargów에서 처리, 보강 및 제공합니다.


관련 링크

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Exposes French and EU public procurement data (BOAMP + TED) as MCP tools for AI agents, enabling search for tenders, awards, and winner intelligence via typed filters.
    4
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides access to Poland's largest business registry database, enabling company search, beneficiary checks, and financial document retrieval via natural language.
    1
  • A
    license
    A
    quality
    A
    maintenance
    Look up Polish companies from any AI assistant: registry data (KRS, REGON, CEIDG), VAT white list checks before payments, and financial statements of 4.4M businesses. Read-only tools backed by official public registers.
    4
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables search and analysis of European public procurement tenders, including EU above-threshold (TED) and below-threshold from 11 national sources, with hybrid search and filtering.
    MIT

View all related MCP servers

Related MCP Connectors

  • Verified Polish open data for AI agents: debt, budget, 460 MPs, votings, judiciary search, RAG.

  • Polish company registry: 4.4M firms, KRS/REGON data, VAT white list checks, financial statements

  • UK public procurement data for AI agents: tenders, contracts, buyer and supplier profiles.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/atlasprzetargow/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server