atlas-przetargow-mcp-py
atlas-przetargow-mcp-py
Atlas Przetargow 波兰公共采购 API 的 MCP 服务器。这是官方 TypeScript 服务器的 Python/FastMCP 重写版本,修复了上游的多个错误,并新增了招标分析工具。
目录
Related MCP server: Prozorro MCP Server
工具
工具 | 参数 | 描述 |
|
| 使用筛选条件搜索 BZP + TED 招标 |
|
| 招标详情; |
|
| 程序完整公告链(公告、修订、结果、履约) |
|
| 结果公告中的投标数量及最低/最高/中标价格 |
|
| 从公告文本中提取的合同/订单金额 |
|
| 采购方概况 + 最常赢得其招标的承包商 |
|
| 承包商概况,含中标地理分布 + 主要采购方 |
|
| 按名称查找采购方/承包商(返回 NIP) |
|
| 按波兰语关键词查找 CPV 代码 |
|
| 类别统计:数量、中位金额、平均投标数、平均截止日期 |
|
| 省份排名、单个省份或城市下钻 |
|
| 逃生通道:GET 任意 |
与上游 TS 服务器的差异(已修复)
在测试 @atlasprzetargow/mcp v0.1.1 时发现的错误:
buyerNip筛选以buyerNip发送,而 API 期望的是buyer_nip— 筛选被静默忽略。此处已修复。get_buyer从winners.contractors读取中标承包商,而 API 返回的是{"data": [...]}— 该部分从未渲染。此处已修复。城市统计返回了空标题,尽管
/api/stats/city/{city}/top-buyers返回了数据。此处已修复。get_category_stats请求的时间窗口可能被 API 忽略(请求一年,返回 90 天)— 本服务器返回实际的days值,因此差异可见。get_contractor只返回 3 行;本服务器返回完整概况(中标地理分布、份额)以及中标采购方。
上游没有的新工具:get_tender_timeline、get_tender_offers、extract_contract_value、raw_request。
环境变量
变量 | 是否必需 | 说明 |
| 否 | API 基础地址(默认 |
| 否 | 用于 |
| 否 | 请求超时时间(秒,默认 20) |
连接配置
唯一要求:uv(https://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-pyClaude 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/This server cannot be installed
Maintenance
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
- AlicenseAqualityDmaintenanceEnables 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.1294MIT
- AlicenseBqualityBmaintenanceProvides AI models with access to Ukrainian government procurement data from Prozorro, enabling search and retrieval of tender information by organization, date range, and other criteria.11011ISC
- AlicenseAqualityDmaintenanceSearch 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.8963MIT
- AlicenseAqualityBmaintenanceExposes 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.4MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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