← kruzetalent.dev

INDIVIDUAL MCP TOOL

list_catalog

List the reference values that search_jobs filters on, so you can turn a place or a job type into the id that search_jobs expects.

kruzetalent.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://kruzetalent.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_catalog 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

kruzetalent.dev

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.kruze-talent-jobs]
url = "https://kruzetalent.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kruze-talent-jobs": {
      "type": "http",
      "url": "https://kruzetalent.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kruze-talent-jobs
Remote MCP URL: https://kruzetalent.dev/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": {
    "kruze-talent-jobs": {
      "url": "https://kruzetalent.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kruze-talent-jobs": {
      "type": "http",
      "url": "https://kruzetalent.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kruze-talent-jobs",
  "transport": "streamable-http",
  "url": "https://kruzetalent.dev/mcp"
}
MCP Inspector

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

Related tools

  • search_jobs — Search live job postings on Kruze Talent, a job board for Tijuana and the rest of Mexico.
  • get_job — Get the full details of one job posting by its id, including the description, required skills and how to apply.