Mcp
Field-service dispatch & technician scheduling for AI agents — sub-3-second cascade rescheduling.
- Transport
- Not stated
- Package
- —
- Registry id
- com.crisphive/mcp
No install snippet on purpose. A working MCP config is a command, its arguments and an environment block — the last two are where API keys live, so this catalogue never stores them and cannot publish them. Follow the link above for the authors' own instructions.
The official MCP server for Crisphive exposes every REST endpoint of the Developer API as a tool. It is a hosted remote server that requires nothing to install or run. Requests authenticate with a secret API key sent as a bearer token, same as the REST /v1 API.
The server implements full OAuth 2.1, allowing business owners to authorize agents via a consent screen. Tools return responses in the Crisphive envelope with structuredContent for typed clients. The tool set includes 46 tools covering operations from customer management to emergency rescheduling.
A typical agent flow chains several tools to book a job, starting with discovering skills and checking availability.
Summary drafted from the project's own website. Every sentence is backed by text on that page and was reviewed before publishing.