Search Polish public tenders (BZP + TED) — 800k+ tenders, profiles, statistics, glossary.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"atlas-przetargow": {
"args": [
"-y",
"@atlasprzetargow/mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@atlasprzetargow/mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @atlasprzetargow/mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / data
Web and local search using Brave Search API
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Zero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
Production ready MCP server with real-time search, extract, map & crawl.
MCP Security Weekly
Get CVE alerts and security updates for io.github.atlasprzetargow/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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:
npx (recommended, no install)Edit your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd:
{
"mcpServers": {
"atlas-przetargow": {
"command": "npx",
"args": ["-y", "@atlasprzetargow/mcp"]
}
}
}
Restart Claude Desktop. The Atlas tools will appear in the tools panel.
npm install -g @atlasprzetargow/mcp
Then in claude_desktop_config.json:
{
"mcpServers": {
"atlas-przetargow": {
"command": "atlas-przetargow-mcp"
}
}
}
"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)?"
| 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 |
| 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 |
| Prompt | Description |
|---|---|
analyze-tender | Comprehe |