JobNimbus MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JOBNIMBUS_API_KEY | Yes | Your JobNimbus API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| jn_list_contactsC | List or search contacts in JobNimbus. |
| jn_get_contactA | Get a single JobNimbus contact by jnid. |
| jn_create_contactC | Create a new contact in JobNimbus. |
| jn_update_contactC | Update a contact in JobNimbus. |
| jn_list_jobsC | List or search jobs in JobNimbus. |
| jn_get_jobB | Get a single JobNimbus job by jnid. |
| jn_create_jobB | Create a new job in JobNimbus. Pass GHL Lead Number and Job Number via custom_fields_json. |
| jn_update_jobC | Update a job in JobNimbus. Use custom_fields_json for Lead Number, Job Number, GPS, Plus Code from GHL. |
| jn_list_notesB | List user-written notes on a contact or job. Excludes system-generated status change notes. |
| jn_create_noteB | Add a note to a contact or job in JobNimbus. |
| jn_list_filesB | List files and photo attachments linked to a contact or job. |
| jn_list_tasksC | List tasks in JobNimbus. |
| jn_create_taskB | Create a task in JobNimbus linked to a contact or job. |
| jn_list_estimatesC | List estimates in JobNimbus. |
| jn_list_invoicesC | List invoices in JobNimbus. |
| jn_list_activitiesB | List all activity records (calls, emails, status changes, etc.) in JobNimbus. Note: response key is 'activity' not 'results'. |
| jn_list_material_ordersC | List material orders in JobNimbus. |
| jn_list_work_ordersC | List work orders in JobNimbus. |
| jn_get_accountA | Get JobNimbus account info: workflow stages, users, custom field definitions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |