Atlasprzetargow 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. Its README documents 8 tools, including search_tenders, get_tender, get_buyer. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-04-16 · ★ 3 · #570 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Atlasprzetargow MCP Server

before you install - you'll need

ATLAS_API_KEY is optional or environment-specific per the README.

Claude Code

claude mcp add atlasprzetargow-mcp-server -- npx -y @atlasprzetargow/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "atlasprzetargow-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@atlasprzetargow/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @atlasprzetargow/mcp - published under the repo owner's npm scope (@atlasprzetargow)

registry namespace io.github.atlasprzetargow is GitHub-verified and matches the repo owner

03 · What Atlasprzetargow MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search tenders with filters (query, CPV, city, province, value range, dates, sort), and find buyers / contractors by name (returns NIP for other tools).

The 8 tools it gives your agent

Extracted from the project's README - what mcp lets an agent do.

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

04 · Who maintains Atlasprzetargow MCP Server

mcp is maintained by atlasprzetargow. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
other - ranked #570 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.atlasprzetargow/mcp (active, first published 2026-04-16)
packages
npm:@atlasprzetargow/mcp

06 · Atlasprzetargow MCP Server FAQ

Is Atlasprzetargow MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-16. We re-verify nightly.

What can Atlasprzetargow MCP Server do?

With this server connected, an agent can search tenders with filters (query, CPV, city, province, value range, dates, sort), and find buyers / contractors by name (returns NIP for other tools).

How do I install Atlasprzetargow MCP Server?

Run `npx -y @atlasprzetargow/mcp`. The README documents one environment variable (ATLAS_API_KEY) to set first. ATLAS_API_KEY is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Atlasprzetargow MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Atlasprzetargow MCP Server