Customer-hosted read-only MCP server for Jobber ops reports, OAuth setup, and GraphQL validation.
| Tool name | Description | Destructive? |
|---|---|---|
| jobber_auth_url | Create the one-time Jobber OAuth authorization link for a customer-hosted install and return the state value to verify a | ✓ no |
| jobber_exchange_code | Exchange the Jobber OAuth authorization code copied from the customer's redirect URL and store tokens on the local machi | ✓ no |
| jobber_refresh_token | Refresh the locally stored Jobber access token so read-only reporting queries can continue without exposing token values | ✓ no |
| jobber_account | Validate the connected Jobber account id and name before any operational read queries are run. | ✓ no |
| jobber_clients_sample | Read a capped sample of Jobber clients to confirm GraphQL read access and pagination behavior during install validation. | ✓ no |
| jobber_graphql_read | Run a read-only Jobber GraphQL query for operations reporting, with mutation operations blocked before the request is se | ✓ no |