INDIVIDUAL MCP TOOL
search_my_tenders
Plan-gated hybrid search over active tenders for the signed-in user's organization (the same search as the in-app command palette).
LIVE ENDPOINT
https://przetargowyjanusz.pl/mcp
Connect to this endpoint to inspect the live schema for search_my_tenders and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests code or command execution.
Parent server
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.cpv_labels— Resolve CPV codes to their Polish labels.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.