Job booking & appointments
Create, confirm and reschedule appointments against live crew availability.
MCP Server
The official Model Context Protocol server for the Crisphive API. Connect Claude, ChatGPT, Cursor or any MCP client to a live field service scheduling engine — job booking, work orders, dispatch availability, customers, catalogs, crew rosters, territories and fleet. It's a hosted remote server: nothing to install or run.
https://api.crisphive.com/mcp
Hosted remote server over Streamable HTTP — OAuth or a sandbox API key, nothing to install.
What agents can do
43 tools over the Crisphive Developer API /v1, grouped by what your agent is trying to do — every one respects the same hard constraints as the live board.
Create, confirm and reschedule appointments against live crew availability.
Open, update and track work orders end-to-end, with status that mirrors the dispatch board.
Ask the live dispatch and scheduling engine who can take a job, and when.
Sync customer records so bookings land on the right account with the right history.
Browse services, durations and pricing your agent can quote from.
Technician and crew rosters with the skills and certifications that drive matching.
Geographic service territories, applied as scheduling constraints — not suggestions.
Vehicle capabilities and fleet data that shape which crew can take which job.
Quickstart
Every client takes the same URL. OAuth signs you in as the business owner; a sandbox API key (chsk_test_…) gives an isolated test environment that's safe to experiment in.
Settings → Connectors → Add custom connector, paste the server URL, then sign in as the Crisphive business owner when the consent screen opens.
claude mcp add --transport http crisphive \ https://api.crisphive.com/mcp
{
"mcpServers": {
"crisphive": { "url": "https://api.crisphive.com/mcp" }
}
}{
"mcpServers": {
"crisphive": {
"url": "https://api.crisphive.com/mcp",
"headers": { "Authorization": "Bearer chsk_test_YOUR_KEY" }
}
}
}The full client table (ChatGPT, Gemini CLI, Windsurf, Cline, Zed, LM Studio) lives in the GitHub README and the developer docs.