Use the board from your AI assistant

frontierroles runs a free MCP server. Connect it once and Claude can search every open role on the board, read full adverts, and answer questions about the market — without you leaving the conversation.

Endpoint https://mcp.frontierroles.com/mcp

No account, no API key, no rate card. Every role links straight to the employer's own application page.

Add it

Claude (web, desktop or mobile)

  1. Open Settings → Connectors
  2. Choose Add custom connector
  3. Paste the endpoint above and save

Leave authentication blank — the server doesn't use any.

Claude Code

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

Cursor, Windsurf and others

Add the server to your client's MCP config file:

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

What it can do

ToolWhat it does
search_jobs Find roles by free text, skill, cluster, seniority, location, pay floor or how recently they were posted.
get_job One role in full, including the advert text and the link to apply.
get_company Every open role at one company.
board_stats Counts and median pay across the whole board, grouped by skill, cluster, seniority, country, city, company or work type. Takes the same filters as search.
list_skills The skill and cluster names the filters accept, so a question doesn't quietly match nothing.

Every tool is read-only. Nothing it can do changes anything, here or anywhere else.

Things to ask it

The last one is the point, really. A board can filter; an assistant that can see the whole board can tell you what the filters would have hidden.

About the data

Just want the data?

The MCP server reads two ordinary JSON files. You're welcome to read them too — no key, no sign-up.

There's also an RSS feed if you'd rather just watch for new roles.