Skip to main content
ClaudeWave
tstuckle avatar
tstuckle

bluecrane-forms-mcp

View on GitHub

MCP server for 115 Canadian contractor forms (Ontario, Alberta, BC) with verified citations. Hosted at mcp.bluecraneworks.ca/mcp — no auth.

MCP ServersOfficial Registry0 stars0 forksJavaScriptNOASSERTIONUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/tstuckle/bluecrane-forms-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "bluecrane-forms-mcp": {
      "command": "node",
      "args": ["/path/to/bluecrane-forms-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/tstuckle/bluecrane-forms-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Blue Crane Forms MCP Server

A remote [Model Context Protocol](https://modelcontextprotocol.io) server
exposing **115 Canadian contractor forms** — Ontario, Alberta, and BC
statutory worksheets plus Canada-wide site paperwork — with regulatory
citations verified against the governing acts.

**Hosted endpoint (no auth, no keys):**

```
https://mcp.bluecraneworks.ca/mcp
```

Transport: MCP Streamable HTTP (JSON-RPC 2.0), stateless. Built as a
single-file Cloudflare Worker with zero dependencies.

## Tools

| Tool | What it does |
|---|---|
| `search_forms` | Search by keyword, form number, or alias (`FLHA`, `form 1.2`, `hot work`, `tailgate`) |
| `get_form` | Full details for one form: fields, citation, free fill-and-print link |
| `which_form_do_i_need` | Plain-language situations ("my GC hasn't paid my invoice") → matching forms |
| `list_categories` | Browse the catalog (WSIB & incidents, site safety, vehicles, finance, Alberta, BC…) |
| `get_form_maker_pass` | Pricing for the optional Form Maker Pass (clean prints + autofill) |

Every form is free to fill and print at
[bluecraneworks.ca/tools](https://bluecraneworks.ca/tools) — the server
always returns the free link.

## Connect it

**Claude:** Settings → Connectors → Add custom connector →
`https://mcp.bluecraneworks.ca/mcp`

**Any MCP client:** point a Streamable HTTP transport at the endpoint.
Discovery: [server card](https://bluecraneworks.ca/.well-known/mcp/server-card.json).

## Try it raw

```bash
curl -X POST https://mcp.bluecraneworks.ca/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"which_form_do_i_need","arguments":{"situation":"crew doing welding tomorrow"}}}'
```

## Notes

- The forms are **preparation worksheets and on-site records** — Blue Crane
  does not file anything with any ministry or regulator.
- Statutory citations are kept at the level verified against the source
  regulation; guidance is not legal advice.
- This repo contains the server code. The form compendium data is
  © Blue Crane Works Inc. and ships with the hosted server.

Built by [Blue Crane Works](https://bluecraneworks.ca) — job-site software
for Canadian trades. Hamilton, Ontario.
canadaconstructionmcpmcp-servermodel-context-protocol

What people ask about bluecrane-forms-mcp

What is tstuckle/bluecrane-forms-mcp?

+

tstuckle/bluecrane-forms-mcp is mcp servers for the Claude AI ecosystem. MCP server for 115 Canadian contractor forms (Ontario, Alberta, BC) with verified citations. Hosted at mcp.bluecraneworks.ca/mcp — no auth. It has 0 GitHub stars and was last updated today.

How do I install bluecrane-forms-mcp?

+

You can install bluecrane-forms-mcp by cloning the repository (https://github.com/tstuckle/bluecrane-forms-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is tstuckle/bluecrane-forms-mcp safe to use?

+

tstuckle/bluecrane-forms-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains tstuckle/bluecrane-forms-mcp?

+

tstuckle/bluecrane-forms-mcp is maintained by tstuckle. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to bluecrane-forms-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy bluecrane-forms-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: tstuckle/bluecrane-forms-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/tstuckle-bluecrane-forms-mcp)](https://claudewave.com/repo/tstuckle-bluecrane-forms-mcp)
<a href="https://claudewave.com/repo/tstuckle-bluecrane-forms-mcp"><img src="https://claudewave.com/api/badge/tstuckle-bluecrane-forms-mcp" alt="Featured on ClaudeWave: tstuckle/bluecrane-forms-mcp" width="320" height="64" /></a>

More MCP Servers

bluecrane-forms-mcp alternatives