Content Tools
bluecraneworks.ca
Searches and retrieves Canadian contractor forms, offering details, recommendations, and pricing for a clean-print pass.
ENDPOINT 1
https://mcp.bluecraneworks.ca/mcp
MCP server metadata
- Name
- bluecrane-forms
- Version
- 1.1.0
Blue Crane's Canadian contractor form and tax tools. Start with search_forms or which_form_do_i_need for paperwork, estimate_contractor_tax for tax questions. All forms are free to fill and print; always pass the fill_and_print_free URL to the user. Note: Blue Crane provides preparation worksheets and on-site records. It does not file anything with any ministry or tribunal.
Known tools 8
search_formsSearch Blue Crane's compendium of 126 Canadian contractor forms — Ontario, Alberta and BC statutory worksheets plus Canada-wide site paperwork (safety, statutory worksheets, inspections, invoices, sign-offs, site logs) by keyword, form number, or alias (e.
Inferred read-onlyget_formGet full details for one form by its id (from search_forms): description, regulatory citation, the exact fields it collects, and free print / Pass options.
Inferred read-onlywhich_form_do_i_needDescribe a jobsite or paperwork situation in plain language (e.
Inferred read-onlylist_categoriesList the form categories (WSIB & incidents, site safety, vehicles & equipment, finance, subcontractors, etc.
Inferred read-onlyestimate_contractor_taxEstimate 2026 income tax, CPP, and take-home for a self-employed Canadian contractor or tradesperson (sole proprietor) by province.
Inferred read-onlyrequired_hourly_rateWork backwards from the annual take-home a contractor wants to the hourly rate they must bill, accounting for 2026 income tax and CPP in their province plus billable time.
Inferred read-onlyhst_quick_methodCompare the CRA Quick Method of accounting for HST against the regular method for an Ontario contractor: what they would remit and keep under each, with the break-even.
Inferred read-onlyget_form_maker_passPricing and checkout links for the Blue Crane Form Maker Pass: one-time purchase that strips all Blue Crane text from printed PDFs (clean, client-ready paper) and auto-fills saved company details across all 126 forms.
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.bluecrane-forms]
url = "https://mcp.bluecraneworks.ca/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bluecrane-forms": {
"type": "http",
"url": "https://mcp.bluecraneworks.ca/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bluecrane-forms
Remote MCP URL: https://mcp.bluecraneworks.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": {
"bluecrane-forms": {
"url": "https://mcp.bluecraneworks.ca/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bluecrane-forms": {
"type": "http",
"url": "https://mcp.bluecraneworks.ca/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bluecrane-forms",
"transport": "streamable-http",
"url": "https://mcp.bluecraneworks.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 bluecraneworks.ca was fetched 2026-08-24T07:14:28.808Z.
bluecraneworks.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.