LANDTHATROLE Jobs
Provides access to tech job listings sourced from Greenhouse-powered employer hiring systems, enabling searches by title, company, location, work mode, salary, and posting date, plus retrieval of full job descriptions and apply links.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LANDTHATROLE JobsFind remote React jobs in Canada posted this week."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LANDTHATROLE Jobs: MCP server
Search open tech jobs in the United States and Canada from Claude, ChatGPT, Cursor, VS Code and any other app that supports the Model Context Protocol. The jobs come from employers' own hiring systems (Greenhouse, Lever, Workday, Ashby, Oracle and others) and are refreshed several times a day by LANDTHATROLE.
Endpoint: https://mcp.landthatrole.com/mcp (Streamable HTTP, no login, read-only)
Tools
Tool | What it does |
| Search by words in the title or company, role, country (US or CA), city, work mode (remote, hybrid, onsite), minimum salary, and how recently the job was posted. Returns up to 25 jobs per call, each with the job's page and the employer's apply link. |
| One job's full description, employment type, level and skills. Says when the employer has closed it. |
| The role slugs |
Every tool is read-only: it never changes anything and needs no account.
Related MCP server: job-search-mcp
Connect
Claude (web, desktop, mobile): Settings → Connectors → Add custom connector, and paste https://mcp.landthatrole.com/mcp.
Claude Code:
claude mcp add --transport http landthatrole https://mcp.landthatrole.com/mcpChatGPT (Pro, Business, Enterprise and Edu, in developer mode): Settings → Apps → Create, and paste the same URL.
Cursor, in ~/.cursor/mcp.json:
{ "mcpServers": { "landthatrole": { "url": "https://mcp.landthatrole.com/mcp" } } }VS Code, in .vscode/mcp.json:
{ "servers": { "landthatrole": { "type": "http", "url": "https://mcp.landthatrole.com/mcp" } } }Step-by-step instructions for more apps: https://www.landthatrole.com/connect
Try asking
"Find remote React jobs in Canada posted this week."
"Which companies are hiring data engineers in Austin? Show salaries where listed."
"Show me the full description of the second job."
REST API
The server is a thin layer over a public REST API you can call directly: GET https://www.landthatrole.com/api/v1/jobs?q=react&country=CA. It's described in OpenAPI at https://www.landthatrole.com/openapi.json.
Run your own copy
npm install
npm test
npx wrangler deploy # Cloudflare Workerswrangler.toml points SITE_URL at the public API, so a fork works without the service binding (remove the [[services]] block). The server is stateless and needs no database, keys or Durable Objects.
Limits and data
About 60 requests a minute per person. Results are cached for about a minute.
Job descriptions belong to the employers. Link to the job's page or the apply link when you show a job.
Privacy policy: https://www.landthatrole.com/privacy. Terms: https://www.landthatrole.com/terms.
Questions or problems: https://www.landthatrole.com/contact
MIT licensed.
This server cannot be deployed
Maintenance
Related MCP Connectors
Public MCP server for discovering open jobs. Search, filter, and get application links.
GetJobzi MCP server for job search, application tracking, and career forecasting.
CareerOneStop MCP — wraps the CareerOneStop Web API (U.S. Dept. of Labor)
Search remote tech jobs, inspect descriptions, compare roles, and retrieve application links.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables searching over 1 million enriched job listings from 20,000+ companies directly from MCP-compatible AI tools. Provides tools for job search, company profiles, and AI-powered similar job recommendations with real-time data updates.486 npm2MIT
- AlicenseNot gradedqualityAmaintenanceMCP server that exposes job search data from multiple boards, enabling clients to query and manage job listings via natural language.7MIT
- FlicenseNot gradedqualityCmaintenanceEnables searching and retrieving job postings from multiple job boards (USAJOBS, Adzuna, Jooble, The Muse, Reed, and ATS) through the JobStack API, exposing search_jobs and get_job as MCP tools.-
- FlicenseAqualityCmaintenanceEnables searching job listings, tracking applications, managing resumes, and tailoring resumes to job posts, all locally via MCP.620-