INDIVIDUAL MCP TOOL
search_jobs
Search Landed's live job corpus for AI-native roles and get a ranked, fit-scored shortlist.
LIVE ENDPOINT
https://mcp.landed.jobs/mcp
Connect to this endpoint to inspect the live schema for search_jobs 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
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.landed-jobs]
url = "https://mcp.landed.jobs/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"landed-jobs": {
"type": "http",
"url": "https://mcp.landed.jobs/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: landed-jobs
Remote MCP URL: https://mcp.landed.jobs/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": {
"landed-jobs": {
"url": "https://mcp.landed.jobs/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"landed-jobs": {
"type": "http",
"url": "https://mcp.landed.jobs/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "landed-jobs",
"transport": "streamable-http",
"url": "https://mcp.landed.jobs/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_job_form— Get the application form for a job (by the jobId returned from search_jobs), so you can prepare answers before the user applies.get_learning_content— Get Landed's free learning content to help the user prepare — curated interview-prep repos (real questions, company guides, worked system designs), portfolio-project catalogs, and role roadmaps from the landedjobs GitHub org.