# ca.bluecraneworks/forms (remote · mcp.bluecraneworks.ca)

115 Canadian contractor forms with verified citations - search, details, and free print links.

- Trust score: 63/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.bluecraneworks.ca`: 63/100 (this document), [markdown](https://verifymcp.io/servers/ca-bluecraneworks-forms/mcp.md), [page](https://verifymcp.io/servers/ca-bluecraneworks-forms/mcp)

## Channel facts

- Endpoint: `https://mcp.bluecraneworks.ca/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 430 tokens (~86/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http ca-bluecraneworks-forms https://mcp.bluecraneworks.ca/mcp
```

### Codex

```toml
[mcp_servers.ca-bluecraneworks-forms]
url = "https://mcp.bluecraneworks.ca/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ca-bluecraneworks-forms": {
      "type": "remote",
      "url": "https://mcp.bluecraneworks.ca/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ca-bluecraneworks-forms --url https://mcp.bluecraneworks.ca/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ca-bluecraneworks-forms:
    url: "https://mcp.bluecraneworks.ca/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ca-bluecraneworks-forms": {
      "type": "http",
      "url": "https://mcp.bluecraneworks.ca/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 63)

First indexed and scored.

## MCP tools (5)

### `search_forms` (~123 tokens)

Search Ontario contractor forms

Search 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.g. 'FLHA', 'form 1.2', 'hot work', 'toolbox talk'). Returns matching forms with citations and free fill-and-print URLs.

Input parameters:

- `limit` (integer): Max results (default 8)
- `query` (string, required): Keywords, a form number, or an alias

### `get_form` (~60 tokens)

Get form details

Get full details for one form by its id (from search_forms): description, regulatory citation, the exact fields it collects, and free print / Pass options.

Input parameters:

- `id` (string, required): Form id, e.g. 'field-level-hazard-assessment'

### `which_form_do_i_need` (~83 tokens)

Which form do I need?

Describe a jobsite or paperwork situation in plain language (e.g. 'starting an $80k renovation in Ontario', 'GC is not paying my invoice', 'crew doing welding tomorrow') and get the forms that fit, with citations and free print links. Guidance only — not legal advice.

Input parameters:

- `situation` (string, required): The situation, in plain language

### `list_categories` (~43 tokens)

List form categories

List the form categories (WSIB & incidents, site safety, vehicles & equipment, finance, subcontractors, etc.) with what each covers and how many forms it holds.

### `get_form_maker_pass` (~55 tokens)

Form Maker Pass pricing

Pricing 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.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ca-bluecraneworks-forms/mcp#diagnostics

## Score history

- 2026-08-03: 63

## Links

- Remote endpoint: https://mcp.bluecraneworks.ca/mcp
- Repository: https://github.com/tstuckle/bluecrane-forms-mcp
- Website: https://bluecraneworks.ca/tools
- Changelog RSS feed: https://verifymcp.io/servers/ca-bluecraneworks-forms/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ca-bluecraneworks-forms/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ca-bluecraneworks-forms/mcp
