Home › Productivity › crisphive-mcp
crisphive-mcp
Field operations on a deterministic solver — run jobs, crews & fleet from Claude or ChatGPT.
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/mcp@2.1.0
Or add to your MCP client config:
{
"mcpServers": {
"crisphive-mcp": {
"command": "npx",
"args": [
"-y",
"@crisphive/mcp@2.1.0"
],
"env": {
"CRISPHIVE_API_KEY": "<YOUR_VALUE>",
"CRISPHIVE_BASE_URL": "<YOUR_VALUE>"
}
}
}
}
CRISPHIVE_API_KEYrequired 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
mcp-atlassian
MCP server for Atlassian products (Confluence and Jira). Supports Confluence Cloud, Jira Cloud, and Jira Server/Data Center. Provides…
yandex-tracker-mcp
MCP Server for Yandex Tracker. Provides tools for searching and retrieving information about issues, queues, users.
jira-mcp
A Go-based MCP connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless…
freshdesk_mcp
MCP server that integrates with Freshdesk, enabling AI models to interact with Freshdesk modules and perform various support operations.
quickchat-ai-mcp
Launch your conversational Quickchat AI agent as an MCP to give AI apps real-time access to its Knowledge Base and conversational…
bugherd-mcp
BugHerd API v2 integration — 37 tools for projects, tasks, comments, and webhooks.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry