Productivity
canada-payroll.ca
Calculates Canadian payroll costs including employer contributions, take-home pay, and net-to-gross salary conversions.
ENDPOINT 1
https://canada-payroll.ca/mcp
MCP server metadata
- Name
- canada-payroll
- Version
- 1.0.0
Known tools 3
employer_total_costWhat a Canadian employee REALLY costs the employer for 2026: gross salary plus mandatory employer-side contributions (CPP + CPP2 + EI at 1.
Inferred read-onlyemployee_take_home2026 take-home pay for a Canadian employee on regular salary: CPP/QPP (incl.
Potential side effectsnet_to_gross_salaryInvert payroll for 2026: start from the take-home pay you agreed with the employee ("$800/week in their pocket") and get the gross salary that delivers it, the employer's true total cost, and the per-period source-deduction remittances (CRA; split CRA vs Revenu Québec for Quebec).
Potential side effectsCONNECT 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.canada-payroll]
url = "https://canada-payroll.ca/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"canada-payroll": {
"type": "http",
"url": "https://canada-payroll.ca/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: canada-payroll
Remote MCP URL: https://canada-payroll.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": {
"canada-payroll": {
"url": "https://canada-payroll.ca/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"canada-payroll": {
"type": "http",
"url": "https://canada-payroll.ca/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "canada-payroll",
"transport": "streamable-http",
"url": "https://canada-payroll.ca/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for canada-payroll.ca was fetched 2026-07-31T02:40:27.810Z and is being refreshed.
canada-payroll.ca is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.