# construction-legis-link-mcp

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ricky-farmerai/construction-legis-link-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list ricky-farmerai/construction-legis-link-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ricky-farmerai/construction-legis-link-mcp check_compliance

# Call a tool
npx -y @smithery/cli@latest tool call ricky-farmerai/construction-legis-link-mcp check_compliance '{}'
```

## Direct MCP Connection

Endpoint: `https://construction-legis-link-mcp--ricky-farmerai.run.tools`

## Tools (3)

- `check_compliance` — Answer construction trade compliance questions with code references. Covers electrical, plumbing, HVAC, welding, carpen…
- `get_code_reference` — Look up specific trade code sections and standards.
- `list_supported_regions` — List all supported regions for a given trade.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ricky-farmerai/construction-legis-link-mcp <tool-name>
```
