LIVE ENDPOINT
https://hivemorph.onrender.com/v1/mcp/hivecomply
Connect to this endpoint to inspect the live schema for hivecomply_pricing and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hive-mcp-hivecomply]
url = "https://hivemorph.onrender.com/v1/mcp/hivecomply"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hive-mcp-hivecomply": {
"type": "http",
"url": "https://hivemorph.onrender.com/v1/mcp/hivecomply"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hive-mcp-hivecomply
Remote MCP URL: https://hivemorph.onrender.com/v1/mcp/hivecomply
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hive-mcp-hivecomply": {
"url": "https://hivemorph.onrender.com/v1/mcp/hivecomply"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hive-mcp-hivecomply": {
"type": "http",
"url": "https://hivemorph.onrender.com/v1/mcp/hivecomply"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hive-mcp-hivecomply",
"transport": "streamable-http",
"url": "https://hivemorph.onrender.com/v1/mcp/hivecomply"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
hivecomply_event_ingest— Ingest a compliance event and receive a dual-signed (Ed25519 + ML-DSA-65) receipt.hivecomply_evidence_query— Query compliance events by framework code, control code, and/or time period.hivecomply_bundle_export— Export a canonical evidence bundle for a framework/control/period.hivecomply_bundle_verify— Verify a canonical evidence bundle offline.hivecomply_framework_map— Return all 11 compliance framework profiles with their representative controls.hivecomply_control_status— Return event counts and last_event_at for a specific framework control.hivecomply_health— Service health probe — event count, writeability, supported frameworks.