io.github.atlasprzetargow/mcp
NPM · @ATLASPRZETARGOW/MCP · SCANNED AUG 3
Search Polish public tenders (BZP + TED) — 800k+ tenders, profiles, statistics, glossary.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 108 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability78
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1897 tokens (~189/item across 10 items; 8 tools + 2 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @atlasprzetargow/mcp
claude mcp add atlasprzetargow-mcp -- npx -y @atlasprzetargow/mcp
codex mcp add atlasprzetargow-mcp -- npx -y @atlasprzetargow/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"atlasprzetargow-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@atlasprzetargow/mcp"
],
"enabled": true
}
}
} openclaw mcp add atlasprzetargow-mcp --command npx --arg -y --arg @atlasprzetargow/mcp
mcp_servers:
atlasprzetargow-mcp:
command: "npx"
args: ["-y", "@atlasprzetargow/mcp"] {
"mcpServers": {
"atlasprzetargow-mcp": {
"command": "npx",
"args": [
"-y",
"@atlasprzetargow/mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +30
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 −5
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +16
- Malware scan: pass → unverified ▼ security
- Dependency health: partial → unverified ▼ functional
- Schema quality: unverified → 100 ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −55
- Known CVEs: partial → unverified ▼ security
- Install scripts: pass → unverified ▼ security
- Provenance: fail → unverified ▼ security
- Maintenance: pass → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- License: pass → unverified ▼ functional
- Licence: MIT functional
- 27 Jul 26 +37
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 26 Jul 26 43
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@atlasprzetargow/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_buyer Get profile of a procuring entity (zamawiający) ~117
Fetch a profile of a Polish public procuring entity (zamawiający) by its NIP (tax ID). Returns name, location, statistics, recent tenders, and top winning contractors. Use for due diligence on who buys what and from whom.
| Name | Type | Req | Description |
|---|---|---|---|
| include_winning_contractors | boolean | — | If true, also fetch the list of contractors that most frequently win this buyer's tenders. Default: true. |
| nip | string | yes | Polish tax ID (NIP) of the procuring entity — 10 digits |
No output schema declared.
No examples provided.
get_category_stats Get tender statistics for a CPV category ~115
Retrieve aggregate statistics for a CPV category: count, average/median value, average number of offers, average deadline period. Based on historical BZP+TED data. Useful for market sizing and competitive benchmarking.
| Name | Type | Req | Description |
|---|---|---|---|
| cpv | string | yes | CPV code or prefix, e.g. '45' (construction), '72' (IT), '45240000-1' |
| window | string | — | Statistics window: month=30d, quarter=90d, year=365d. Default: year |
No output schema declared.
No examples provided.
get_contractor Get profile of a contractor (wykonawca) ~94
Fetch a profile of a Polish tender contractor by its NIP. Returns name, location, total wins, total value and top buyers they win tenders from.
| Name | Type | Req | Description |
|---|---|---|---|
| include_winning_buyers | boolean | — | If true, also fetch the list of buyers this contractor most frequently wins tenders from. Default: true. |
| nip | string | yes | Polish tax ID (NIP) of the contractor — 10 digits |
No output schema declared.
No examples provided.
get_province_stats Get tender statistics by province or city ~94
Retrieve aggregate tender statistics by Polish province (all 16 voivodeships) or drill down to a specific city (top buyers, top CPV categories). Without arguments returns the full province ranking.
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | — | If provided, returns top buyers and top CPV categories for this city instead. |
| province | string | — | Province code like 'PL14'. If omitted, returns totals for ALL provinces. |
No output schema declared.
No examples provided.
get_tender Get full details of a public tender ~137
Retrieve detailed information about a specific Polish public tender by its ID. Returns buyer, location, deadlines, estimated value, CPV codes, contractor (if awarded), notice type and a content excerpt. Optionally includes AI-generated summary points (requires ATLAS_API_KEY).
| Name | Type | Req | Description |
|---|---|---|---|
| include_ai_summary | boolean | — | If true and ATLAS_API_KEY is configured, attach AI-generated summary of the tender notice. Default: false. |
| tender_id | string | yes | Tender ID in BZP format '2026/BZP 00202613' or dashed '2026-BZP-00202613'. TED IDs are also supported. |
No output schema declared.
No examples provided.
search_cpv Search CPV codes by keyword ~111
Look up CPV (Common Procurement Vocabulary — EU procurement category) codes by Polish keyword. Use this before search_tenders to find the right CPV filter. Returns code, name, division, and historical tender count.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Max results (1-30, default 10) |
| query | string | yes | Search term for CPV (Common Procurement Vocabulary) codes — keyword in Polish, e.g. 'komputer', 'budowa drogi', 'usługi prawne' |
No output schema declared.
No examples provided.
search_entities Search procuring entities or contractors by name ~140
Search Polish public procurement entities (buyers / zamawiający) or contractors (wykonawcy) by name. Returns a list with NIP, location and volume. Useful to find the NIP for get_buyer / get_contractor tools.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Max results (1-30, default 10) |
| query | string | yes | Name (or fragment) of the entity to search, e.g. 'warszawa', 'gddkia', 'budimex' |
| type | string | — | Limit to buyers (zamawiający), contractors (wykonawcy), or both. Default: all |
No output schema declared.
No examples provided.
search_tenders Search Polish public tenders ~503
Search public procurement tenders from BZP (Biuletyn Zamówień Publicznych) and TED (Tenders Electronic Daily) via Atlas Przetargów. Returns a list with titles, buyers, locations, CPV codes, estimated values and deadlines. Use for queries like 'aktywne przetargi budowlane w Warszawie', 'zamówienia IT powyżej 500k PLN', 'co kupuje ZUS'.
| Name | Type | Req | Description |
|---|---|---|---|
| buyerNip | string | — | NIP (tax ID) of the procuring entity (zamawiający) |
| city | string | — | City name, e.g. 'Warszawa', 'Kraków' |
| cpv | string | — | CPV code prefix or full code. Examples: '45' (roboty budowlane), '72' (IT services), '45240000-1' |
| dateFrom | string | — | ISO date YYYY-MM-DD — filter publications from |
| dateTo | string | — | ISO date YYYY-MM-DD — filter publications to |
| limit | integer | — | Max results per page (1-50, default 20) |
| noticeType | string | — | ContractNotice = active tender; TenderResultNotice/ContractAwardNotice = results |
| orderKind | string | — | Kind of procurement: works (roboty), supplies (dostawy), services (usługi) |
| page | integer | — | Page number (default 1) |
| province | string | — | Polish province code: PL02 dolnośląskie, PL04 kujawsko-pomorskie, PL06 lubelskie, PL08 lubuskie, PL10 łódzkie, PL12 małopolskie, PL14 mazowieckie, PL16 opolskie, PL18 podkarpackie, PL20 podlaskie, PL… |
| query | string | — | Full-text search query (Polish terms work best), e.g. 'budowa drogi', 'komputer' |
| sort | string | — | Sort order (default: newest) |
| valueMax | number | — | Maximum estimated value in PLN |
| valueMin | number | — | Minimum estimated value in PLN |
No output schema declared.
No examples provided.