
FoundRole's MCP server connects your AI assistant to a live job board and application tracker. You can search roles by title, location, company, salary, and recency without signing up. Once you authenticate (one-time OAuth flow), you can save jobs to a Kanban tracker, move them through pipeline stages, attach notes and tags, set email reminders with calendar invites, and subscribe to recurring alerts. It exposes tools for querying jobs, pulling full descriptions, managing tracked applications, and researching companies, sectors, and locations. Works over streamable HTTP or stdio, so it runs in Claude, ChatGPT, Cursor, and other MCP clients. Free to use, no API key required.
Ask ChatGPT or Claude for jobs and get real openings back — each one checked for whether it's still real, what it actually pays, and whether the company sponsors visas. The FoundRole MCP server connects your AI assistant to FoundRole's live job board, application tracker, and career knowledge base, so the whole job search runs inside the chat you already use.
Sign in once — your assistant handles it. The first time your AI calls FoundRole it opens a standard OAuth sign-in; approve it once in the browser and that covers everything: search, fact-checks, the tracker, reminders, and alerts. There is no API key to copy or rotate, and the account is free.
.ics) invite for Google Calendar, Outlook, or Apple Calendar.It's the same account and data as FoundRole.com — the MCP server just lets your AI drive it.
Search, the fact-checks on every posting, the tracker, reminders, and alerts are free with no usage limits. Pro adds screening: ask for remote-only, sponsors-only, a salary floor, risky postings hidden, or a minimum match, and your assistant filters the list before you ever see it — and tells you when it has. A free account still gets the full list back, with a note that those filters were not applied.
New here? The FoundRole AI Search guide walks through connecting each client step by step, with an FAQ.
Two ways to connect, depending on your client. Either way, your client opens a FoundRole sign-in the first time it connects — approve it once and you're set.
Point your client at the FoundRole MCP endpoint:
https://www.foundrole.com/mcp
Most modern clients — ChatGPT, Claude, Cursor, VS Code — speak remote MCP (Streamable HTTP) natively, so this is all the configuration there is.
If your client only supports stdio transport, run this package locally with npx; it bridges stdio to the FoundRole endpoint and handles the OAuth sign-in for you:
npx @foundrole/ai-job-search-mcp
Estimated time: ~1 minute
Estimated time: ~2 minutes
Open Claude settings (profile / settings icon).
Find Connectors (or Tools) and click Add custom connector.
Name it FoundRole.
In the Remote MCP server URL field, paste:
https://www.foundrole.com/mcp
Save, allow Claude to connect, and approve the FoundRole sign-in it opens. Then ask for jobs in the chat.
Estimated time: ~1 minute
Install the FoundRole plugin from the Cursor Marketplace: open Customize in the sidebar, find FoundRole, and select Install. Approve the FoundRole sign-in Cursor opens, then ask for jobs in any chat.
The plugin lives in this repository — .cursor-plugin/plugin.json with the server declared in mcp.json. To try it before it is listed, symlink this repo into ~/.cursor/plugins/local/ and reload the window.
In Cursor, open Settings → MCP and add this to ~/.cursor/mcp.json:
{
"mcpServers": {
"foundrole": {
"url": "https://www.foundrole.com/mcp"
}
}
}
In VS Code, add this to .vscode/mcp.json in your workspace (or your user mcp.json) — VS Code uses a different key and needs an explicit transport type:
{
"servers": {
"foundrole": {
"type": "http",
"url": "https://www.foundrole.com/mcp"
}
}
}
Approve the FoundRole sign-in when your editor opens it, then ask for jobs in the chat.
Estimated time: ~1 minute
Install the plugin straight from this repository:
agy plugin install https://github.com/foundrole/jobs-mcp-proxy
Approve the FoundRole sign-in Antigravity opens, then ask for jobs in the CLI. The plugin declares the server in mcp_config.json; to wire it up by hand instead, add the same entry to ~/.gemini/config/mcp_config.json:
{
"mcpServers": {
"foundrole": {
"serverUrl": "https://www.foundrole.com/mcp"
}
}
}
The same address works everywhere: add https://www.foundrole.com/mcp as a remote server, or bridge stdio-only clients with npx @foundrole/ai-job-search-mcp.
Note: After you approve the sign-in, some clients need a restart (quit and reopen) before the connection goes live.
Asked to sign in / "needs authentication":
"Connection failed":
https://www.foundrole.com/mcp."Command not found" (stdio clients):
engines in package.json for the required version), then retry, or install globally: npm install -g @foundrole/ai-job-search-mcp and run ai-job-search-mcp.Connector not working:
The same data your assistant reads is browsable on FoundRole:
Connect your AI client, sign in once, and run the whole job search from the chat — search, fact-checks, tracking, reminders, and alerts, free at FoundRole.
Made by the FoundRole team.