Atlas Przetargów
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.
README
Atlas Przetargów — MCP Server
The first MCP server for Polish public procurement data. Query 800 000+ Polish public tenders (BZP + TED), buyer/contractor profiles, and category statistics directly from Claude Desktop, Cursor, Continue, Cline, or any MCP-compatible AI client.
Powered by Atlas Przetargów — the Polish public procurement search and analytics platform.
What is this?
The Model Context Protocol (MCP) lets AI assistants connect to external tools and data. This server exposes the Atlas Przetargów API to any MCP client, giving your AI assistant the ability to:
- Search Polish public tenders by keyword, CPV category, location, value, or deadline
- Get full tender details including buyer, CPV codes, estimated value, deadlines, optional AI-generated summary
- Profile any procuring entity (zamawiający) by NIP — including who wins their contracts most often
- Profile any contractor (wykonawca) by NIP — including which buyers they win from
- Analyze market statistics for any CPV category (count, median value, avg offers, avg deadline)
- Compare provinces and cities in procurement volume
- Access a glossary of 90+ Polish public procurement terms
- Use guided workflows (prompts) for tender analysis, buyer due diligence, and opportunity discovery
Quick start (Claude Desktop)
Option A — via npx (recommended, no install)
Edit your Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add:
{
"mcpServers": {
"atlas-przetargow": {
"command": "npx",
"args": ["-y", "@atlasprzetargow/mcp"]
}
}
}
Restart Claude Desktop. The Atlas tools will appear in the tools panel.
Option B — global install
npm install -g @atlasprzetargow/mcp
Then in claude_desktop_config.json:
{
"mcpServers": {
"atlas-przetargow": {
"command": "atlas-przetargow-mcp"
}
}
}
Usage examples (in Claude Desktop)
"Find active construction tenders in Warsaw with budget 500k–5M PLN and show me the top 5"
"Use the buyer-due-diligence prompt for NIP 5252248481" (→ runs due diligence on the City of Warsaw as a procuring entity)
"What's the median value of IT tenders in Poland last year?"
"Look up tender 2026/BZP 00202613 and analyze its key terms and risks"
"Find me the CPV code for medical equipment and show active tenders"
"Who most frequently wins contracts from GDDKiA (National Roads Authority)?"
Tools
| Tool | Description |
|---|---|
search_tenders |
Search tenders with filters (query, CPV, city, province, value range, dates, sort) |
get_tender |
Full details of a tender by ID, optionally with AI summary |
get_buyer |
Profile of a procuring entity by NIP + top winning contractors |
get_contractor |
Profile of a contractor by NIP + top buyers they win from |
search_entities |
Find buyers / contractors by name (returns NIP for other tools) |
get_category_stats |
Aggregate stats for a CPV category (count, median, avg offers, avg deadline) |
get_province_stats |
Statistics by province or city (top buyers, top CPV) |
search_cpv |
Look up CPV codes by Polish keyword |
Resources
| URI | Description |
|---|---|
atlas://glossary |
Index of 90+ Polish public procurement terms |
atlas://glossary/{slug} |
Full definition of a specific term |
atlas://knowledge |
Index of long-form knowledge base articles |
atlas://knowledge/{slug} |
Full knowledge base article |
Prompts
| Prompt | Description |
|---|---|
analyze-tender |
Comprehensive analysis of a tender notice: scope, value, deadlines, risks, recommendation |
buyer-due-diligence |
Due diligence on a procuring entity: purchase profile, contractor network, red flags |
find-opportunities |
Find active tender opportunities matching a CPV + location + value profile |
Configuration (environment variables)
All optional. Defaults are safe.
| Variable | Default | Description |
|---|---|---|
ATLAS_API_BASE |
https://atlasprzetargow.pl |
API root. Useful for staging or self-hosted Atlas |
ATLAS_API_KEY |
(none) | Optional key for /api/llm/* endpoints (AI summaries). Without it, the server still works with full public data |
ATLAS_TIMEOUT_MS |
20000 |
Request timeout |
ATLAS_MAX_RETRIES |
2 |
Retry count for 429 / 5xx / timeouts |
Pass them via your MCP client config:
{
"mcpServers": {
"atlas-przetargow": {
"command": "npx",
"args": ["-y", "@atlasprzetargow/mcp"],
"env": {
"ATLAS_API_KEY": "your-optional-key-here"
}
}
}
}
Polish public procurement — quick reference
- BZP (Biuletyn Zamówień Publicznych) — Polish national tender registry. IDs look like
2026/BZP 00202613. - TED (Tenders Electronic Daily) — EU-wide tender registry, required for tenders above EU thresholds.
- CPV (Common Procurement Vocabulary) — 8-digit category codes, e.g.
45000000= construction,72000000= IT. - NIP — Polish 10-digit tax ID, used to identify every buyer / contractor.
- Province codes:
PL02dolnośląskie ·PL04kujawsko-pomorskie ·PL06lubelskie ·PL08lubuskie ·PL10łódzkie ·PL12małopolskie ·PL14mazowieckie ·PL16opolskie ·PL18podkarpackie ·PL20podlaskie ·PL22pomorskie ·PL24śląskie ·PL26świętokrzyskie ·PL28warmińsko-mazurskie ·PL30wielkopolskie ·PL32zachodniopomorskie - Notice types:
ContractNotice— active tender, open for bidsTenderResultNotice/ContractAwardNotice— results (who won, at what price)CompetitionNotice,ConcessionNotice— specialized notices
Development
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"]
Rate limits & fair use
Atlas Przetargów API has a per-IP rate limit (30 req/min for LLM endpoints, more for public ones). The MCP server automatically retries 429 responses with exponential backoff.
If you hit rate limits frequently (e.g. in production automations), please reach out via atlasprzetargow.pl/kontakt for higher-tier access.
License
MIT © Atlas Przetargów
Data source attribution
All tender data is sourced from:
- BZP (Biuletyn Zamówień Publicznych) — public registry of the Polish Public Procurement Office
- TED (Tenders Electronic Daily) — EU public procurement registry
Processed, enriched, and served by Atlas Przetargów.
Related
- Atlas Przetargów — web interface
- Model Context Protocol — the standard
- Claude Desktop — reference client
- awesome-mcp-servers — community list
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。