← hypercrm.app
INDIVIDUAL MCP TOOL
list_invitations
List the caller's practice's pending staff invitations.
LIVE ENDPOINT
https://hypercrm.app/api/v1/mcp
Connect to this endpoint to inspect the live schema for list_invitations 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.hypercrm]
url = "https://hypercrm.app/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hypercrm": {
"type": "http",
"url": "https://hypercrm.app/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hypercrm
Remote MCP URL: https://hypercrm.app/api/v1/mcp
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": {
"hypercrm": {
"url": "https://hypercrm.app/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hypercrm": {
"type": "http",
"url": "https://hypercrm.app/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hypercrm",
"transport": "streamable-http",
"url": "https://hypercrm.app/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_patients— List patients in the caller's practice, with optional search, status, and tag filters.get_patient— Read a single patient by id from the caller's practice.list_patient_notes— List every clinical note recorded against a patient.list_patient_files— List files attached to a patient.list_patient_billing_entries— List the billing entries recorded against a patient.list_patient_invoices— List the invoices already issued for a patient.get_patient_invoice_preview— Compute the draft invoice for a patient's unbilled entries without issuing it.write_patient— Create, update, or delete a patient in the caller's practice.