General Tools
kruzetalent.dev
Provides access to job postings on Kruze Talent, a job board for Tijuana and Mexico, allowing search and retrieval of job details.
ENDPOINT 1
https://kruzetalent.dev/mcp
MCP server metadata
- Name
- Kruze Talent jobs
- Version
- 1.0.0
Read live job postings from Kruze Talent, a job board for Tijuana and the rest of Mexico. Everything here is public and read-only. No account, token or key is required, and there are no tools that change anything. A typical flow is: call list_catalog to turn a place or job type into an id, call search_jobs with those ids plus any salary range, then call get_job for the full text of anything worth reading. Only postings that are currently live are returned. Postings are written in Spanish, so search in Spanish. Salaries are monthly and in Mexican pesos (MXN). Some employers choose not to publish their name or their pay. Those postings come back with company_name "Confidencial" and null salaries, with salary_hidden set to true. That is the employer's decision: present it as written and do not infer the missing figure. Candidate profiles, resumes and applications are personal data. They are not available through this server and no tool here can reach them.
Known tools 3
search_jobsSearch live job postings on Kruze Talent, a job board for Tijuana and the rest of Mexico.
Inferred read-onlyget_jobGet the full details of one job posting by its id, including the description, required skills and how to apply.
Inferred read-onlylist_catalogList 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.