Search AI-native jobs, inspect application forms, and fetch free interview-prep resources.
Most developer tooling work still happens through a UI a human drives. Landed MCP server moves it into the conversation instead. Search AI-native jobs, inspect application forms, and fetch free interview-prep resources.
It speaks Streamable HTTP and works with any MCP client. Use the hosted server in seconds, or self-host this repo against your own Landed API.
The server publishes 8 tools. What each one is for:
search_jobs — Ranked, fit-scored jobs. Supports physical city/country labels plus canonical remote-eligibility country/region codes; free text is parsedget_job_form — Application form for a jobId, grouped standard / screening / eeo for answer prepget_learning_content — Curated interview-prep, portfolio, and roadmap resourcesCursor — Create .cursor/mcp.json in your project (or ~/.cursor/mcp.json globally):Windsurf — The Windsurf tool exposed by this serverRegistries — The Registries tool exposed by this serverPrerequisites — The Prerequisites tool exposed by this serverEndpoints — The Endpoints tool exposed by this serverConfiguration is passed through the environment: LANDED_INTERNAL_SECRET, INTERNAL_SERVICE_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
npm i -g pnpm) - A Landed API base URL and its shared internal secretBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Landed's toolset — search_jobs, get_job_form, get_learning_content and 5 more — is a fair guide to whether it matches your workflow. It is maintained by landedjobs; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| search_jobs | Ranked, fit-scored jobs. Supports physical city/country labels plus canonical remote-eligibility country/region codes; free text is parsed server-side. |
| get_job_form | Application form for a jobId, grouped standard / screening / eeo for answer prep. |
| get_learning_content | Curated interview-prep, portfolio, and roadmap resources. |
| Cursor | Create .cursor/mcp.json in your project (or ~/.cursor/mcp.json globally): |
| Windsurf | The Windsurf tool exposed by this server. |
| Registries | The Registries tool exposed by this server. |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Endpoints | The Endpoints tool exposed by this server. |
{
"mcpServers": {
"landed": {
"command": "npx",
"args": ["-y", "pnpm"],
"env": {
"LANDED_INTERNAL_SECRET": "your-value",
"INTERNAL_SERVICE_SECRET": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
npm i -g pnpm) - A Landed API base URL and its shared internal secret| Variable | Description | Required |
|---|---|---|
| LANDED_INTERNAL_SECRET | Credential the server authenticates with. | Yes |
| INTERNAL_SERVICE_SECRET | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.