Jobber MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JOBBER_CLIENT_ID | No | Your Jobber OAuth client ID from the Developer Portal. | |
| JOBBER_MOCK_MODE | No | Set to 'true' to run with mock data (no Jobber account needed). | false |
| JOBBER_ACCESS_TOKEN | No | Your Jobber OAuth access token from the Developer Portal. | |
| JOBBER_CLIENT_SECRET | No | Your Jobber OAuth client secret from the Developer Portal. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_clientsA | List Jobber clients. Optional filters: search (matches name or email), isLead (true=leads only, false=active only), limit (default 50). |
| get_clientA | Get a Jobber client by id, including their contact info and recent jobs. |
| get_jobA | Get the full detail of a Jobber job by id, including status, assigned staff, schedule, and line items. |
| list_invoicesA | List Jobber invoices, optionally filtered by client and/or status. |
| get_invoiceA | Get the full detail of a Jobber invoice by id, including line items and payment status. |
| create_quoteA | Create a new quote in Jobber for a specific client. Returns the created quote with its line items, subtotal, and total. Amounts in line items are in dollars and are converted to cents internally. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/friendlygeorge/jobber-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server