Search our jobs from your AI assistant

Add LANDTHATROLE to Claude, ChatGPT, Cursor or VS Code and ask for jobs in plain words: “remote React jobs in Canada posted this week”. It searches the same open tech jobs as this site and links each one to the employer's own application page. Free, no login.

Connector URL

https://mcp.landthatrole.com/mcp

A remote MCP server (Streamable HTTP). No login or API key.

Add it to your app

Claude (web, desktop and mobile)

  1. Open Settings, then Connectors.
  2. Choose Add custom connector.
  3. Name it LANDTHATROLE and paste the connector URL. Leave the login fields empty.
  4. In a chat, turn it on from the tools menu and ask for jobs.

Claude Code

claude mcp add --transport http landthatrole https://mcp.landthatrole.com/mcp

ChatGPT

  1. Custom connectors need a Pro, Business, Enterprise or Edu plan, on the web.
  2. Settings, then Apps, then Advanced settings: turn on Developer mode.
  3. Back in Apps, choose Create, paste the connector URL and pick No authentication.

Cursor

Add to Cursor, or put this in ~/.cursor/mcp.json:

{
  "mcpServers": {
    "landthatrole": {
      "url": "https://mcp.landthatrole.com/mcp"
    }
  }
}

VS Code (GitHub Copilot)

Install in VS Code, or put this in .vscode/mcp.json:

{
  "servers": {
    "landthatrole": {
      "type": "http",
      "url": "https://mcp.landthatrole.com/mcp"
    }
  }
}

Other apps

Any app that supports remote MCP servers over Streamable HTTP can use the connector URL with no login. That includes Gemini (Connected apps), Perplexity (Pro and above), Mistral Le Chat, Microsoft Copilot Studio, Windsurf and Cline.

What you can ask

The connector has three read-only tools: search_jobs, get_job and list_job_categories (the 39 tech fields and the cities with their own pages).

Public API

The connector is built on a free REST API you can call directly. It's described in OpenAPI at /openapi.json.

GET https://www.landthatrole.com/api/v1/jobs?q=react&country=CA&work_mode=remote&limit=10

Filters: q, role, country (US or CA), city, work_mode, salary_min, posted_within_days, sort, limit and offset. One job: /api/v1/jobs/{id}. When you show a job, link to its url or apply_url.

The connector is open source (MIT): github.com/nonitguydoingai/landthatrole-mcp.

Questions

Is it free?
Yes. The connector and the API are free and need no account. About 60 requests a minute per person.
What can it find?
Open tech jobs in the United States and Canada from employers' own hiring systems (Greenhouse, Lever, Workday, Ashby, Oracle and others), with salary where the employer lists it and a link to apply on the employer's site.
Can it apply for jobs or see my data?
No. It can only search and read job listings. It never applies, changes anything, or sees your LANDTHATROLE account.

Privacy · Terms · Contact