jobkeepr-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jobkeepr-mcpWhat's on my schedule tomorrow?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jobkeepr MCP server
Connect Jobkeepr to Claude, ChatGPT, or any other MCP client, so an AI assistant can read and manage your field service business: jobs, customers, scheduling, estimates, invoices and payments.
Jobkeepr is field service management software for small contractor crews — handymen, TV installers, plumbers, electricians, HVAC techs — running one to ten people.
"What's on my schedule tomorrow?"
"Which service made me the most money last month?"
"Book Sarah Chen for a TV mount Thursday at 2pm."
"Mark today's jobs complete."Two ways to connect
Remote (recommended). If your client supports remote MCP servers, point it straight at the hosted endpoint and skip this package entirely:
https://jobkeepr.com/mcpIt supports OAuth, so you sign in with your normal Jobkeepr login and approve access in the browser. Nothing to install.
stdio (this package). For clients that only speak stdio, this bridges to the same server using an API key.
Related MCP server: @qasperai/mcp-server
Setup
Create an API key in Jobkeepr under Settings → API Keys. It's shown once, so copy it then.
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"jobkeepr": {
"command": "npx",
"args": ["-y", "jobkeepr-mcp"],
"env": {
"JOBKEEPR_API_KEY": "jk_live_your_key_here"
}
}
}
}Claude Code
claude mcp add jobkeepr --env JOBKEEPR_API_KEY=jk_live_your_key_here -- npx -y jobkeepr-mcpOr connect to the remote endpoint directly:
claude mcp add --transport http jobkeepr https://jobkeepr.com/mcpTools
Reading
Tool | What it does |
| Business name, timezone, working hours, and today's date with resolved ranges for "this week", "last month" and so on |
| Jobs filtered by date, status, customer, type or source |
| Search customers, optionally with job counts and totals |
| Scheduled jobs and open time slots |
| Estimates and their status |
| Invoices and unpaid balances |
| Payments received |
| Line items across jobs, for margin and mix analysis |
| Job types, job sources, and the price catalog |
Writing
Tool | What it does |
| Book a job for a customer |
| Add a customer |
| Create an estimate |
| Add a service or product to the price catalog |
| Add billable line items to a job |
| Record where a job came from |
| Move a job to a new date or time |
| Cancel a scheduled job |
| Mark jobs complete |
The financial tools require the VIEW_FINANCIALS permission, and each write tool requires its matching permission. Tools you cannot use are not listed to you.
What it will not do
No tool here can text your customers. Sending SMS is deliberately excluded: it is the one action that reaches a real person and cannot be undone. Ask your assistant to draft a message and send it yourself from Jobkeepr.
Writes take effect immediately. There is no staging step and no undo, which is why cancel_job and close_jobs are marked destructive so your client prompts before running them. close_jobs can act on many jobs at once, so check the set before approving it.
Configuration
Variable | Required | Default | Notes |
| yes | — | From Settings → API Keys. Starts with |
| no |
| Override only for self-hosted or staging. |
An API key acts on one account and carries owner-level access. Revoke it any time in Settings → API Keys. To give an assistant narrower, per-user access instead, use the remote endpoint with OAuth.
How it works
This package is a proxy, not a reimplementation. The tools live on the hosted server; this bridges stdio to it. That means the tool set here is always current and this package rarely needs a release.
Development
npm install
npm run build
JOBKEEPR_API_KEY=jk_live_... node dist/index.jsTest interactively with the MCP Inspector:
JOBKEEPR_API_KEY=jk_live_... npx @modelcontextprotocol/inspector node dist/index.jsLinks
MIT licensed.
Maintenance
Related MCP Servers
- -license-quality-maintenanceEnables AI agents to interact with ServiceFusion's field service management platform through standardized MCP operations. Supports complete customer and job management including creating work orders, managing customer records, and accessing service data with OAuth 2.0 authentication.Last updated

@qasperai/mcp-serverofficial
AlicenseAqualityCmaintenanceEnables AI assistants to discover and book local service businesses like barbers, plumbers, and mechanics directly through MCP-compatible tools.Last updated975MIT- AlicenseAqualityFmaintenanceEnables AI assistants to access and manage Jobber field-service data including clients, jobs, invoices, and quotes through natural language interactions.Last updated643MIT
- FlicenseAqualityCmaintenanceMCP server for Kickserv field service management that enables AI agents to read and manage customers, jobs, and invoices through natural language.Last updated7
Related MCP Connectors
Agentic scheduling & booking for field service: availability, jobs, customers, crews, fleet.
Connect e-commerce and marketing data to AI assistants via MCP.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
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/dandyer/jobkeepr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server