← Back to Plugins
MCP Server MCP

Jobo Job Search

github By github 👁 3 views ▲ 0 votes

Search a live index of millions of open jobs from employer career sites and 100+ ATS platforms.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://jobs-mcp.jobo.world/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "jobo-job-search-mcp",
      "version": "1.1.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:3002/mcp"
      },
      "environmentVariables": [
        {
          "description": "Port for the local HTTP server (default 3002).",
          "format": "number",
          "name": "PORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...