Polish Public Tenders (e-Zamówienia/BZP) MCP
Find, analyze, and score Polish public tenders (BZP): parsed requirements, deadlines, certificates, and bid-fit scoring against your company profile.
README
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 |
|---|---|
find_relevant_tenders |
Search open BZP contract notices by CPV code, keywords, region (NUTS/województwo), order type, publication/deadline window, below-EU threshold. Pass a profile to rank results by bid-fit score. |
analyze_tender |
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_bid_opportunity |
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. |
find_previous_winners |
Search awarded tenders (BZP result notices) by CPV, keywords, or buyer — competitive intelligence before bidding. |
monitor_tender_changes |
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.
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 API
The 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.