Data Collection
przetargowyjanusz.pl
Semantic search and retrieval of Polish public tender data, including CPV classification and detailed tender information.
ENDPOINT 1
https://przetargowyjanusz.pl/mcp
MCP server metadata
- Name
- przetargowy-janusz-tenders
- Version
- 1.0.0
Known tools 10
search_tendersSemantic search over active Polish public tenders (przetargi) by meaning, with optional filters.
Inferred read-onlylist_facetsList 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.
Inferred read-onlyget_tenderFetch 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.
Inferred read-onlycpv_searchResolve free-text to CPV codes (the EU Common Procurement Vocabulary used to classify tenders).
Inferred read-onlylist_my_tendersList the tenders in the signed-in user's pipeline ('Moje przetargi'), most recently updated first, with each one's pipeline status and public URL.
Inferred read-onlylist_my_alertsList the signed-in user's saved alert profiles (saved searches / notification rules): query, CPV codes, regions, budget band, and delivery settings.
Inferred read-onlysearch_my_tendersPlan-gated hybrid search over active tenders for the signed-in user's organization (the same search as the in-app command palette).
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for przetargowyjanusz.pl was fetched 2026-08-24T04:00:19.799Z.
przetargowyjanusz.pl is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.