← Back to Plugins
MCP Server MCP

OpsConduit Jobber MCP

github By github 👁 1 views ▲ 0 votes

Customer-hosted read-only MCP server for Jobber ops reports, OAuth setup, and GraphQL validation.

Homepage Verified source GitHub

Install

npx -y @opsconduit/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@opsconduit/jobber-mcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Jobber developer app client id for customer-owned OAuth setup.",
          "isRequired": true,
          "format": "string",
          "name": "JOBBER_CLIENT_ID"
        },
        {
          "description": "Jobber developer app client secret. Keep local; do not email or publish.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "JOBBER_CLIENT_SECRET"
        },
        {
          "description": "OAuth redirect URI, usually http://localhost:3333/oauth/callback for local setup.",
          "format": "string",
          "name": "JOBBER_REDIRECT_URI"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...