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
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.itjobs-frontend-mcp]
url = "https://www.itjobs.es/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"itjobs-frontend-mcp": {
"type": "http",
"url": "https://www.itjobs.es/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: itjobs-frontend-mcp
Remote MCP URL: https://www.itjobs.es/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": {
"itjobs-frontend-mcp": {
"url": "https://www.itjobs.es/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"itjobs-frontend-mcp": {
"type": "http",
"url": "https://www.itjobs.es/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "itjobs-frontend-mcp",
"transport": "streamable-http",
"url": "https://www.itjobs.es/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
job_list— List jobs from ITJobs public APIjob_search— Search jobs by free text queryjob_get— Get one job by idcompany_get— Get one company by idlocation_list— List locationscontract_list— List job contractsjob_type_list— List job types