Polish Public Tenders (e-Zamówienia/BZP) MCP
Polish Public Tenders (e-Zamówienia/BZP) MCP
Find, analyze, and score Polish public tenders with your AI agent. This server searches Poland's national public-procurement notice board — the Biuletyn Zamówień Publicznych (BZP), published via the e-Zamówienia platform — and parses each structured notice into clean, ready-to-use data: requirements, deadlines, certificates, evaluation criteria, and even a deterministic bid-fit score against your own company profile.
Example: "Find road-works tenders in region PL32 under the EU threshold, closing in the next three weeks, and tell me if my company is a good fit." → the agent searches BZP contract notices, filters by CPV/region/deadline, and returns a scored shortlist with the factor breakdown behind each score.
This package is a lightweight, open bridge that connects any MCP client (Claude Desktop, etc.) to the hosted, maintained Polish Public Tenders MCP server on Apify. The bridge holds no data logic — it forwards your requests to the hosted service, which does the real work (BZP notice search, structured parsing, and scoring) and meters usage to your own Apify account.
Tools
Tool | What it does |
| Search open BZP contract notices by CPV code, keywords, region (NUTS/województwo), order type, publication/deadline window, below-EU threshold. Pass a |
| Full structured breakdown of one tender: subject, buyer, CPV, deadlines, typed participation requirements, exclusion grounds, required documents, detected certificates, weighted evaluation criteria, submission language, bid-bond/security flags. |
| Score one tender against a company profile (0–100) with a transparent factor breakdown, matches, gaps (e.g. missing certificates), and risks (short deadline, Polish-only, wadium). Unknown data is scored neutrally, never faked. |
| Search awarded tenders (BZP result notices) by CPV, keywords, or buyer — competitive intelligence before bidding. |
| Fetch all published versions of one tender and return a structured diff of what changed: deadline, evaluation criteria, requirements, CPV. Stateless — re-call to keep watching. |
Polish national (BZP) tenders only in v1 — no EU-wide TED notices.
Related MCP server: Atlas Przetargów
Setup
1. Get access + an Apify API token
This bridge calls a hosted, paid Actor on Apify. You need your own Apify account and API token:
Open the Actor on the Apify Store: https://apify.com/nectia/ezamowienia-tenders-mcp
Subscribe / rent the Actor (billed per call — pay only for what you use).
Copy your token from Apify Console → Settings → Integrations → API token.
2. Add it to your MCP client
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"ezamowienia-tenders": {
"command": "npx",
"args": ["-y", "ezamowienia-tenders-mcp-server"],
"env": {
"APIFY_API_TOKEN": "PASTE_YOUR_APIFY_TOKEN_HERE"
}
}
}
}Restart your client. No build step, no other keys.
How it works
Your MCP client ──stdio──► ezamowienia-tenders-mcp-server (this bridge) ──HTTPS──► Hosted Actor on Apify ──► BZP / e-Zamówienia APIThe bridge authenticates to the hosted Actor with your APIFY_API_TOKEN and transparently
proxies the tools. Your token stays on your machine; Apify meters the calls to your account.
Data & attribution
Data from Poland's Biuletyn Zamówień Publicznych (BZP), published via the e-Zamówienia platform operated by the Public Procurement Office (Urząd Zamówień Publicznych, UZP), Polish public-sector open data. This project is an independent tool and is not affiliated with, endorsed by, or sponsored by UZP or e-Zamówienia.
License
MIT © Nectia Automation. The bridge code is open source; the hosted Actor is a commercial service.
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
- AlicenseAqualityDmaintenanceMatch your tech product or consulting service to thousands of live government tenders, RFPs, grants, and frameworks from 25+ official sources worldwide.4445MIT
- 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.8753MIT
- 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
- Alicense-qualityDmaintenanceEnables 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
Related MCP Connectors
Government tender search for AI agents. UK, EU and US procurement opportunities.
Canadian procurement intelligence: CanadaBuys and Alberta tenders, ranked for your shop.
UK public procurement data for AI agents: tenders, contracts, buyer and supplier profiles.
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/NectiaAutomation/ezamowienia-tenders-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server