Crisphive MCP Server

The official MCP (Model Context Protocol) server for the Crisphive API - agentic AI scheduling infrastructure for field operations.

People who work with booking, crm and dispatch and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 3 · #90 OF 278 MAINTAINED API INTEGRATION · VERIFIED 2026-09-18

MIT · JavaScript servers · how we verify → /methodology

01 · Install Crisphive MCP Server

before you install - you'll need

Set CRISPHIVE_API_KEY before connecting.

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://api.crisphive.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to api.crisphive.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

npm package @crisphive/mcp - published under the repo owner's npm scope (@crisphive)

registry vendor namespace com.crisphive - domain-verified with the official MCP registry

03 · What Crisphive MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.0.0 · 2026-07-28

Matches MCP registry com.crisphive/mcp v2.0.0. 43 tools = the curated /v1 surface after the 2026-07-15 trim (webhook management, permission-group and weekly-availability tools removed; webhook events still deliver).…

04 · Who maintains Crisphive MCP Server

mcp is maintained by crisphive. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
API integration - ranked #90 of 278 actively-maintained API integration servers as of 2026-09-18.
release cadence
1 release in the last 90 days (latest 2026-07-28)
registry
com.crisphive/mcp (active, first published 2026-07-08 · 11 versions)
packages
npm:@crisphive/mcp

06 · Crisphive MCP Server FAQ

What is Crisphive MCP Server?

The official MCP (Model Context Protocol) server for the Crisphive API - agentic AI scheduling infrastructure for field operations.

Is Crisphive MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Crisphive MCP Server?

Run `npx -y @crisphive/mcp`. The README documents one environment variable (CRISPHIVE_API_KEY) to set first. Set CRISPHIVE_API_KEY before connecting. You can also paste the ready-made client config above.

Does Crisphive MCP Server require authentication?

Yes - when we probed the endpoint on 2026-09-17, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Crisphive MCP Server