Skip to main content
Glama
friendlygeorge

Jobber MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JOBBER_CLIENT_IDNoYour Jobber OAuth client ID from the Developer Portal.
JOBBER_MOCK_MODENoSet to 'true' to run with mock data (no Jobber account needed).false
JOBBER_ACCESS_TOKENNoYour Jobber OAuth access token from the Developer Portal.
JOBBER_CLIENT_SECRETNoYour Jobber OAuth client secret from the Developer Portal.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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