← przetargowyjanusz.pl

INDIVIDUAL MCP TOOL

cpv_labels

Resolve CPV codes to their Polish labels.

przetargowyjanusz.plnone authenticationAvailability not checked

LIVE ENDPOINT

https://przetargowyjanusz.pl/mcp

No auth detected

Connect to this endpoint to inspect the live schema for cpv_labels and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

przetargowyjanusz.pl

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.przetargowy-janusz-tenders]
url = "https://przetargowyjanusz.pl/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "przetargowy-janusz-tenders": {
      "type": "http",
      "url": "https://przetargowyjanusz.pl/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: przetargowy-janusz-tenders
Remote MCP URL: https://przetargowyjanusz.pl/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "przetargowy-janusz-tenders": {
      "url": "https://przetargowyjanusz.pl/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "przetargowy-janusz-tenders": {
      "type": "http",
      "url": "https://przetargowyjanusz.pl/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "przetargowy-janusz-tenders",
  "transport": "streamable-http",
  "url": "https://przetargowyjanusz.pl/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_tenders — Semantic search over active Polish public tenders (przetargi) by meaning, with optional filters.
  • list_tenders — Browse tenders without a text query.
  • list_facets — List the browsable facets of the active tender set: CPV categories, voivodeships (regions), and cities, each with a count and the slug/code to pass to list_tenders.
  • get_tender — Fetch full detail for one tender by its public slug (from search_tenders/list_tenders results): metadata, the 12-section AI SWZ summary, the OPZ scope brief, and award results.
  • cpv_search — Resolve free-text to CPV codes (the EU Common Procurement Vocabulary used to classify tenders).
  • cpv_tree — Walk the CPV hierarchy.
  • list_my_tenders — List the tenders in the signed-in user's pipeline ('Moje przetargi'), most recently updated first, with each one's pipeline status and public URL.
  • list_my_alerts — List the signed-in user's saved alert profiles (saved searches / notification rules): query, CPV codes, regions, budget band, and delivery settings.