Dynamite Jobs — Company API v1.2.8

Programmatic access for Dynamite Jobs customer companies. Manage jobs, applications, candidates, billing, and analytics from scripts, SDKs, or AI agents.

Connect to Claude & other AI apps (hosted MCP)

This API is also a hosted MCP server — add it as a connector in Claude, ChatGPT, Cursor, or any MCP-compatible app and your assistant can read and act on your Dynamite Jobs company data directly: jobs, applications, candidates, analytics, and billing. No install. When prompted, sign in with your DJ account (one-click OAuth) — or paste a dj_ API key. Every endpoint below is exposed as a tool.

Connector URL (Streamable HTTP):

https://api.dynamitejobs.com/mcp

Claude Code

claude mcp add --transport http dj https://api.dynamitejobs.com/mcp

Cursor, ChatGPT & other MCP apps

Add a custom / remote MCP connector pointing at the URL above (Streamable HTTP). The app runs the same OAuth sign-in. Machine-readable discovery is published at /.well-known/mcp.json.

Prefer a local process? Run the official client as an MCP server: pipx run dj --mcp (pip install dynamitejobs).

Authentication

Every endpoint takes Authorization: Bearer dj_<apikey>. Issue keys from your DJ dashboard under Settings → API Access (owner/admin role required).

Quick start

pip install dynamitejobs
python3 -m dynamitejobs setup --api-key dj_<apikey>
python3 -m dynamitejobs self-test

Rate limits

Tier-based. Every response carries X-RateLimit-* headers. Hit GET /limits for your effective caps + current usage.

Analytics