MCP Configuration Setup

1Navigate to the main settings or preferences area of Claude (click your profile or settings icon).
2Find the "Connectors" or "Tools" section and click 'Add custom connector'.
3
In the Name or Label field, enter:Foundrole
4In the Remote MCP server URL field, paste the following endpoint:
Server URL
https://www.foundrole.com/mcp
5Save the configuration and allow Claude to connect to the Found Role server.
6Once connected, you can access job search capabilities directly within your Claude conversations.

🔗 Pro Account Required

Claude MCP connectors require a Claude Pro subscription to access external data sources and tools.

MCP Configuration Setup

1In the ChatGPT web interface, click your profile name and select 'Settings'.
2Navigate to the 'Connectors' tab within the settings menu.
3Click 'Add new connector' or 'Add custom connector'.
4
For the 'Name' field, enter:foundrole
5When prompted for the server URL, paste the following endpoint:
Server URL
https://www.foundrole.com/mcp
6Follow any on-screen prompts to authorize the connection.
7Once added, you can select 'Found Role' as a data source when using Deep Research or enabling connectors.

🔒 Premium Features

ChatGPT connectors and Deep Research mode require ChatGPT Plus, Team, or Enterprise subscription.

MCP Configuration Setup

1Open Perplexity Desktop and navigate to MCP servers configuration.
2Create or edit your MCP configuration with the following JSON:
{
  "args": [
    "@foundrole/ai-job-search-mcp@latest"
  ],
  "command": "npx",
  "env": {}
}
3Save the configuration and restart Perplexity to load the MCP server.
4Verify the connection in Perplexity's MCP servers list.
5Access job search capabilities through Perplexity Pro features.

⚠️ Note:

Perplexity uses stdio MCP transport. Make sure Node.js and npm are installed for the MCP server to run properly.

Configuration Setup

1Open LM Studio and navigate to the MCP servers configuration section.
2Create or edit your MCP servers configuration file with the following JSON:
{
  "mcpServers": {
    "foundrole": {
      "args": [
        "@foundrole/ai-job-search-mcp@latest"
      ],
      "command": "npx",
      "env": {}
    }
  }
}
3Save the configuration file and restart LM Studio to load the new MCP server.
4Verify the connection by checking that Found Role appears in your available MCP servers list.
5You can now access job search capabilities through LM Studio's chat interface.

💡 Requirements:

Make sure you have Node.js and npm installed on your system, as the MCP server runs using npx. LM Studio will automatically manage the server connection once configured.