Productivity
landed.jobs
Helps users search for AI-native jobs, get application forms, and access learning content to prepare.
ENDPOINT 1
https://mcp.landed.jobs/mcp
MCP server metadata
- Name
- landed-jobs
- Version
- 0.1.1
Landed's job-search MCP server — helps a user find AI-native jobs, prepare applications, and study for interviews. TOOLS - search_jobs: ranked, fit-scored jobs. Fill the structured fields (role, skills, work mode, physical locations, remote-eligibility country/region codes, seniority, comp, industries…) from the user's request; you may also pass free text as `query`. Never invent place IDs. Returns each job's fitLabel, oneLineWhy, and applyUrl. - get_job_form: the application form for a jobId, split into standard / screening / eeo fields for answer prep. - get_learning_content: free interview-prep, portfolio, and roadmap resources. PROMPTS (skills — invoke these for guided workflows) - find_jobs: search and present a shortlist, then offer next steps. - prepare_application: fetch a job's form and draft the answers. - prep_for_role: pull learning resources for a target role. PRESENTING RESULTS Never show raw JSON to the user. Render jobs as a scannable list (title · company · location, a fit badge, the one-line why, a markdown apply link). For forms, auto-fill standard fields from the user's profile, draft screening answers from their experience, and leave EEO fields to the user. ACCESS Anonymous callers get a limited free budget — each returned job from search_jobs counts as one job-unit. get_job_form and get_learning_content are always free. Check the `freemium` block in results; when it runs low, tell the user to create an API token in Landed → Settings and send it as `Authorization: Bearer <token>` for unlimited, brief-personalized search. Authenticated callers are unmetered and results are ranked against their saved search brief + profile.
Known tools 3
search_jobsSearch Landed's live job corpus for AI-native roles and get a ranked, fit-scored shortlist.
Inferred read-onlyget_job_formGet the application form for a job (by the jobId returned from search_jobs), so you can prepare answers before the user applies.
Inferred read-onlyget_learning_contentGet 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.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for landed.jobs was fetched 2026-08-01T09:14:58.081Z and is being refreshed.
landed.jobs is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.