Server data from the Official MCP Registry
Search jobs, track applications, and set follow-up reminders from your AI assistant.
Search jobs, track applications, and set follow-up reminders from your AI assistant.
Remote endpoints: streamable-http: https://www.foundrole.com/mcp
Valid MCP server (3 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Your job search is scattered across a dozen browser tabs, a spreadsheet you forgot to update, and a calendar with no follow-up reminders. FoundRole's MCP server pulls all of it into the AI assistant you already talk to — Claude, ChatGPT, Cursor, and any other MCP client.
Ask in plain language. Your assistant searches live roles, saves the good ones to your tracker, moves them through your pipeline, and sets the follow-up reminders you'd otherwise miss — without you leaving the chat.
Connect your FoundRole account once (OAuth 2.1). After that everything runs through conversation. Free forever — no API key to manage, no credit card.
.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.
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 you'll authorize with your FoundRole account through a standard OAuth sign-in the first time.
Point your client at the FoundRole MCP endpoint:
https://www.foundrole.com/mcp
Modern clients open a browser window to sign in to FoundRole on first connect, then remember it.
Run the proxy locally with npx; it bridges your client's stdio transport to the FoundRole endpoint and handles the OAuth handshake:
npx @foundrole/ai-job-search-mcp
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, then complete the FoundRole sign-in when Claude opens the authorization window.
Claude's custom connectors require a Claude Pro/Team/Enterprise plan on Claude's side. The FoundRole connection itself is free.
Estimated time: ~3 minutes
In ChatGPT, open Settings → Connectors.
Click Add custom connector.
Name it FoundRole.
Paste the server URL when prompted:
https://www.foundrole.com/mcp
Follow the on-screen prompts to authorize, signing in to FoundRole.
Select FoundRole as a source in Deep Research or when enabling connectors.
ChatGPT connectors require a ChatGPT Plus/Team/Enterprise plan on ChatGPT's side. The FoundRole connection itself is free.
Add FoundRole to your client's MCP config. With the stdio bridge:
{
"mcpServers": {
"foundrole": {
"command": "npx",
"args": ["@foundrole/ai-job-search-mcp@latest"]
}
}
}
Clients that support remote HTTP MCP can instead point directly at https://www.foundrole.com/mcp. Authorize with FoundRole on first use.
Estimated time: ~3 minutes | Requires: Node.js + npm
Open LM Studio's MCP servers configuration.
Add this entry:
{
"mcpServers": {
"foundrole": {
"command": "npx",
"args": ["@foundrole/ai-job-search-mcp@latest"],
"env": {}
}
}
}
Save and restart LM Studio.
Confirm foundrole appears in your MCP servers list, then authorize with FoundRole on first use.
Estimated time: ~4 minutes | Requires: Perplexity Pro + Node.js
Open Perplexity's MCP configuration.
Add:
{
"command": "npx",
"args": ["@foundrole/ai-job-search-mcp@latest"],
"env": {}
}
Save and restart Perplexity, then authorize with FoundRole on first use.
Perplexity uses stdio MCP transport — Node.js and npm must be installed.
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:
No account yet? Sign up free at FoundRole, connect it once, and let your AI run the job search.
Made by the FoundRole team.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.