← upjobs.cz

INDIVIDUAL MCP TOOL

create_draft

Založí koncept pracovního inzerátu na upjobs.cz pro firmu nebo personální agenturu (pay-per-post).

upjobs.cznone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests a financial action.

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.
  • 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.