Searches Canadian contractor forms, returns citations and print links, and estimates provincial tax and billing rates.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Forms.
search_formsSearch by keyword, form number, or alias (`FLHA`, `form 1.2`, `hot work`, `tailgate`)
get_formFull details for one form: fields, citation, free fill-and-print link
which_form_do_i_needPlain-language situations ("my GC hasn't paid my invoice") → matching forms
list_categoriesBrowse the catalog (WSIB & incidents, site safety, vehicles, finance, Alberta, BC…)
get_form_maker_passPricing for the optional Form Maker Pass (clean prints + autofill)
estimate_contractor_tax2026 income tax + CPP + take-home for a sole-proprietor trade, by province (12 jurisdictions, no Quebec)
The forms MCP server gives MCP clients access to Canadian contractor paperwork and related trade tax calculations. Its catalog covers statutory worksheets and site paperwork for Ontario, Alberta, British Columbia, Saskatchewan, Manitoba, and Canada-wide use. Categories include workplace incidents, site safety, vehicles, finance, and provincial materials.
Forms are preparation worksheets and on-site records. They are not filed with a ministry or regulator by the service. Each form can include its fields, a citation to the relevant source, and a free link for filling and printing. The service also exposes pricing information for the optional Form Maker Pass, which provides clean prints and autofill.
The hosted endpoint is https://mcp.bluecraneworks.ca/mcp. It uses MCP Streamable HTTP with JSON-RPC 2.0 and is stateless. No authentication or API key is required. MCP clients can connect directly to the endpoint and discover the available tools.
The tax tools provide planning estimates rather than tax advice. They cover 2026 income tax, CPP, and take-home calculations for sole-proprietor trades across 12 jurisdictions, excluding Quebec. Another tool calculates the hourly billing rate needed to reach a target take-home amount. The HST comparison is specific to Ontario contractors and compares the CRA Quick Method with regular HST, including a break-even result.
Connect a client using the hosted Streamable HTTP URL. In Claude, add it as a custom connector using the endpoint above. Other MCP clients need to support Streamable HTTP and can point directly to the same URL.
Clients that only launch local processes can use the repository’s Docker bridge. Build the image with docker build -t bluecrane-forms-mcp ., then run it interactively with docker run -i --rm bluecrane-forms-mcp. That bridge forwards standard input and output to the hosted service; it does not create a separate local copy of the form or tax data.
The forms MCP server includes these capabilities:
FLHA, form 1.2, hot work, and tailgate.Citations are maintained at the level verified against the source regulation, and the accompanying guidance is not legal advice. Tax outputs include a dated-source disclaimer and should be treated as planning estimates. The service always returns the free form link, while the optional Form Maker Pass is a separate offering.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/forms)<a href="https://allmcps.com/mcp/forms"><img src="https://allmcps.com/api/badge/forms?style=directory" alt="Forms on AllMCPs" /></a>