# Cannabis Regulatory Intelligence (verified)

Cannabis and controlled substances regulatory intelligence MCP server. Query state-by-state cannabis testing limits (pesticides, heavy metals, microbials, solvents, potency) across 18+ US states. Che…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add twohalves/cannabis-regulatory

# Browse available tools
npx -y smithery tool list twohalves/cannabis-regulatory

# Get full schema for a tool
npx -y smithery tool get twohalves/cannabis-regulatory check_cannabis_testing

# Call a tool
npx -y smithery tool call twohalves/cannabis-regulatory check_cannabis_testing '{}'
```

## Direct MCP Connection

Endpoint: `https://cannabis-regulatory--twohalves.run.tools`

## Tools (4)

- `check_cannabis_testing` — Check cannabis testing limits by US state, test category, and optional analyte. Use when the user asks for pesticide, h…
- `check_controlled_substance` — Check controlled-substance status by substance name or CAS number across UN, EU, and NPS sources. Use when the user ask…
- `check_cannabis_compliance` — Check cannabis product compliance requirements for a US state or Health Canada jurisdiction. Use when the user asks wha…
- `search_cannabis_regulations` — Search cannabis and controlled-substance regulatory datasets by keyword. Use when the user needs broad discovery across…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get twohalves/cannabis-regulatory <tool-name>
```
