← Back to Plugins
MCP Server MCP

io.github.pcmarts/recruiter-roles-mcp

github By github 👁 1 views ▲ 0 votes

Search Recruiter Roles: live recruiter jobs, companies, sectors, locations, and market stats.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://recruiterroles.com/api/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "recruiter-roles-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Recruiter Roles API key (rr_live_...). Get one free at https://recruiterroles.com/api-access",
          "isRequired": true,
          "isSecret": true,
          "name": "RECRUITER_ROLES_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...