HomeProductivity › crisphive-mcp

crisphive-mcp

Field operations on a deterministic solver — run jobs, crews & fleet from Claude or ChatGPT.

Official JavaScript Cloud Remote
★ 3 stars Last pushed 2026-09-18 License: MIT

Topics: Support & Service Management

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.crisphive.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

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

Or add to your MCP client config:

{
  "mcpServers": {
    "crisphive-mcp": {
      "url": "https://api.crisphive.com/mcp"
    }
  }
}

Package (npm 2.1.0)

npx -y @crisphive/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "crisphive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@crisphive/[email protected]"
      ],
      "env": {
        "CRISPHIVE_API_KEY": "<YOUR_VALUE>",
        "CRISPHIVE_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • CRISPHIVE_API_KEY required secret — Crisphive Developer API key (chsk_live_... = production data, chsk_test_... = isolated sandbox). Create one in the dashboard under Developers -> API keys.
  • CRISPHIVE_BASE_URL — API origin override. Defaults to https://api.crisphive.com.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry