colregs-mcp

sailingnaturali/colregs-mcp
★ 0 stars Python Security Updated today
MCP server for the navigation rules: queryable rule text plus deterministic required-lights/shapes and compliance checking
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "colregs-mcp": {
      "command": "uvx",
      "args": [
        "colregs-mcp"
      ]
    }
  }
}

Or install with pip: pip install colregs-mcp

README Excerpt

MCP server for the navigation rules: queryable rule text plus deterministic required-lights/shapes and compliance checking. **Two layers:** - **Reference layer** — `get_rule`, `search_rules`: retrieve and search rule prose from the markdown vault. Deterministic given vault state. - **Safety layer** — `resolve_regime`, `required_signals`, `check_compliance`: point-in-polygon regime detection, and required-lights/shapes + compliance checking driven by a curated `requirements.yaml`. Fully determini

Tools (8)

check_complianceget_ruleidentify_signalslist_signal_patternsmatch_typerequired_signalsresolve_regimesearch_rules