← upjobs.cz

INDIVIDUAL MCP TOOL

get_facets

Vrátí dostupné obory, lokality, seniority a režimy práce s počty — pro nabídnutí filtrů nebo přehledu českého pracovního trhu.

upjobs.cznone authenticationAvailability not checked

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 endpoint

upjobs.cz

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.upjobs-cz]
url = "https://www.upjobs.cz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "upjobs-cz": {
      "type": "http",
      "url": "https://www.upjobs.cz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: upjobs-cz
Remote MCP URL: https://www.upjobs.cz/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": {
    "upjobs-cz": {
      "url": "https://www.upjobs.cz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "upjobs-cz": {
      "type": "http",
      "url": "https://www.upjobs.cz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "upjobs-cz",
  "transport": "streamable-http",
  "url": "https://www.upjobs.cz/mcp"
}
MCP Inspector

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

Related tools

  • search_jobs — Najde aktuální nabídky práce v Česku podle profese, oboru, lokality, mzdy, seniority a režimu práce.
  • get_job — Vrátí plný detail konkrétní nabídky (popis, požadavky, mzda, lokalita, odkaz) podle id ze search_jobs.
  • create_draft — Založí koncept pracovního inzerátu na upjobs.cz pro firmu nebo personální agenturu (pay-per-post).