← ccpcrate.ca

INDIVIDUAL MCP TOOL

ccpcrate_group

Compute a whole associated group (s.

ccpcrate.canone authenticationAvailability not checked

LIVE ENDPOINT

https://ccpcrate.ca/mcp

No auth detected

Connect to this endpoint to inspect the live schema for ccpcrate_group 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

ccpcrate.ca

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.ccpcrate]
url = "https://ccpcrate.ca/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ccpcrate": {
      "type": "http",
      "url": "https://ccpcrate.ca/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ccpcrate
Remote MCP URL: https://ccpcrate.ca/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": {
    "ccpcrate": {
      "url": "https://ccpcrate.ca/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ccpcrate": {
      "type": "http",
      "url": "https://ccpcrate.ca/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ccpcrate",
  "transport": "streamable-http",
  "url": "https://ccpcrate.ca/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • ccpcrate_resolve — Compute the federal Part I / Part IV / refundable / RDTOH / dividend-refund lines and the provincial layer for one CCPC and one taxation year.
  • ccpcrate_explain — Free diagnostic pass over the same input as ccpcrate_resolve: which layers run, the defaults the engine would apply, every warning with its meaning (grind binding, provincial asymmetries, missing inputs), the rule rows in force for the year with sources and verification status, the open verifications, and what the paid computation would return.
  • ccpcrate_rules — The statutory rates and parameters the engine uses (14 jurisdictions, effective dates, application modes, sources, verification status), filterable by jurisdiction, key and date.