Skip to main content
Glama
dam2452

atlas-przetargow-mcp-py

by dam2452

atlas-przetargow-mcp-py

Polski

Atlas Przetargow 波兰公共采购 API 的 MCP 服务器。这是官方 TypeScript 服务器的 Python/FastMCP 重写版本,修复了上游的多个错误,并新增了招标分析工具。

目录

Related MCP server: Prozorro MCP Server

工具

工具

参数

描述

search_tenders

search?, buyer_nip?, cpv?, city?, province?, notice_type?, order_kind?, date_from?, date_to?, value_min?, value_max?, sort?, page=1, limit=20

使用筛选条件搜索 BZP + TED 招标

get_tender

tender_id: str, full: bool = False

招标详情;full=True 时包含完整公告文本

get_tender_timeline

tender_id: str

程序完整公告链(公告、修订、结果、履约)

get_tender_offers

tender_id: str

结果公告中的投标数量及最低/最高/中标价格

extract_contract_value

tender_id: str

从公告文本中提取的合同/订单金额

get_buyer

nip: str, include_winning_contractors: bool = True

采购方概况 + 最常赢得其招标的承包商

get_contractor

nip: str, include_winning_buyers: bool = True

承包商概况,含中标地理分布 + 主要采购方

search_entities

query: str, entity_type?, limit=10

按名称查找采购方/承包商(返回 NIP)

search_cpv

query: str, limit=10

按波兰语关键词查找 CPV 代码

get_category_stats

cpv: str, window="year"

类别统计:数量、中位金额、平均投标数、平均截止日期

get_province_stats

province?, city?

省份排名、单个省份或城市下钻

raw_request

path: str, params_json?

逃生通道:GET 任意 /api/* 端点

与上游 TS 服务器的差异(已修复)

在测试 @atlasprzetargow/mcp v0.1.1 时发现的错误:

  1. buyerNip 筛选以 buyerNip 发送,而 API 期望的是 buyer_nip — 筛选被静默忽略。此处已修复。

  2. get_buyerwinners.contractors 读取中标承包商,而 API 返回的是 {"data": [...]} — 该部分从未渲染。此处已修复。

  3. 城市统计返回了空标题,尽管 /api/stats/city/{city}/top-buyers 返回了数据。此处已修复。

  4. get_category_stats 请求的时间窗口可能被 API 忽略(请求一年,返回 90 天)— 本服务器返回实际的 days 值,因此差异可见。

  5. get_contractor 只返回 3 行;本服务器返回完整概况(中标地理分布、份额)以及中标采购方。

上游没有的新工具:get_tender_timelineget_tender_offersextract_contract_valueraw_request

环境变量

变量

是否必需

说明

ATLAS_PRZETARGOW_MCP_PY_API_BASE

API 基础地址(默认 https://atlasprzetargow.pl

ATLAS_PRZETARGOW_MCP_PY_API_KEY

用于 /api/llm/* AI 摘要端点的密钥

ATLAS_PRZETARGOW_MCP_PY_TIMEOUT

请求超时时间(秒,默认 20)

连接配置

唯一要求:uvhttps://docs.astral.sh/uv/)。无需安装其他任何东西。

Claude Code

claude mcp add atlas-przetargow-mcp-py -- uvx --from git+https://github.com/dam2452/atlas-przetargow-mcp-py.git atlas-przetargow-mcp-py

Claude Desktop / 其他 MCP 客户端

{
  "mcpServers": {
    "atlas-przetargow-mcp-py": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/dam2452/atlas-przetargow-mcp-py.git", "atlas-przetargow-mcp-py"]
    }
  }
}

推送新版本后:执行 uv cache clean 并重启客户端。

本地运行

uv run --directory . atlas-przetargow-mcp-py

测试(手动):

uv run --directory . --with pytest pytest test/
F
license - not found
Not graded
quality - not tested
C
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
    D
    maintenance
    Enables users to search and access Turkish public procurement data from EKAP v2 portal. Provides comprehensive tender search, detailed tender information, announcements, and authority/classification code lookups through natural language interactions.
    12
    94
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Search 800 000+ Polish public tenders (BZP + TED) from Claude Desktop, Cursor, Continue. Provides 8 tools for tender search, buyer/contractor profiles by NIP, market statistics, plus a glossary of 90+ Polish public procurement terms.
    8
    96
    3
    MIT
  • 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

View all related MCP servers

Related MCP Connectors

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

  • 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

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/dam2452/atlas-przetargow-mcp-py'

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