Project Management

JobNimbus MCP Server

Connect your account, then chat with AI to run tools.

JobNimbus is a project management and CRM software designed for contractors, providing tools for task management, contact management, and project tracking. It helps streamline workflows, manage customer relationships, and improve efficiency in project execution.

Managed
5 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for JobNimbus — workflow patterns, data models, and gotchas for your AI agent.

JobNimbus

JobNimbus is contractor CRM and project management. The public REST API authenticates with a Bearer API key; MCPBundles stores the key per workspace credential. Effective permissions follow the JobNimbus access profile bound to that key.

Data model

  • Activities — activity log (calls, emails, notes).
  • Contacts — customers and contacts.
  • Files — attached files.
  • Jobs — jobs or projects.
  • Tasks — tasks within jobs.

Gotchas

  • API key permissions inherit the selected access profile — use least privilege that still covers the tools you need.
  • Pagination: from_ is a zero-based offset and size caps page length — not an opaque cursor token.
  • Filtering: pass Elasticsearch JSON via filter_. Example: contacts named John → {"must":[{"term":{"first_name":"John"}}]}.
  • Actor scoping: with an admin-level API key, actor can be a team member email to inherit their visibility.

Tools in this Server (5)

Jobnimbus List Activities

List activity log entries (calls, emails, notes, status changes). Paginate with from_ and size; narrow results with filter_ JSON or actor email.

Jobnimbus List Contacts

List CRM contacts. Paginate with from_ and size; filter with filter_ JSON (Elasticsearch syntax) or scope to a team member via actor.

Jobnimbus List Files

List files attached to JobNimbus contacts and jobs. Paginate with from_ and size; optional filter_ JSON and actor scoping.

Jobnimbus List Jobs

List jobs/projects. Paginate with from_ and size; filter with filter_ JSON or scope to a team member via actor.

Jobnimbus List Tasks

List tasks across jobs. Paginate with from_ and size; optional filter_ JSON and actor scoping.

Frequently Asked Questions

What is the JobNimbus MCP server?

JobNimbus is a project management and CRM software designed for contractors, providing tools for task management, contact management, and project tracking. It helps streamline workflows, manage customer relationships, and improve efficiency in project execution. It provides 5 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect JobNimbus to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/jobnimbus. Authentication is handled automatically.

How many tools does JobNimbus provide?

JobNimbus provides 5 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does JobNimbus require?

JobNimbus uses API Key. JobNimbus requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect JobNimbus to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/jobnimbus

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to JobNimbus and paste the MCP URL into Remote MCP server URL.
  4. Click Add. JobNimbus will appear under Not connected — select it and click Connect to complete OAuth.
Name: JobNimbus
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/jobnimbus
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use JobNimbus?

Sign in to connect your credentials and start running tools from the chat.

JobNimbus MCP Server & Skill