# anchor-compliance

Australian advertising & marketing compliance for AI assistants. Scan websites, check ad/social/email copy, and look up regulator guidelines (ACCC, TGA, ASIC, AHPRA, ACMA) directly from Claude, ChatG…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add joshuaogabriel/anchor-compliance

# Browse available tools
npx -y @smithery/cli@latest tool list joshuaogabriel/anchor-compliance

# Get full schema for a tool
npx -y @smithery/cli@latest tool get joshuaogabriel/anchor-compliance scan_website_compliance

# Call a tool
npx -y @smithery/cli@latest tool call joshuaogabriel/anchor-compliance scan_website_compliance '{}'
```

## Direct MCP Connection

Endpoint: `https://anchor-compliance--joshuaogabriel.run.tools`

**Optional config:**
- `defaultJurisdiction` (query) — Default jurisdiction code
- `defaultIndustry` (query) — Default industry vertical
- `addDisclaimersByDefault` (query) — Append suggested disclaimers in rewrites

## Tools (4)

- `scan_website_compliance` — Scans a public website URL for potential advertising and marketing compliance issues across Australian regulatory frame…
- `check_ad_copy` — Analyses ad, social, or email copy for potential regulatory risk under Australian advertising law. Returns risk level, …
- `get_compliance_guidelines` — Returns a summary of advertising and marketing compliance guidelines for a given industry and jurisdiction (e.g. health…
- `rewrite_content_compliant` — Rewrites ad, social, email, or web copy into a lower-risk, more compliant version under Australian advertising law. Ret…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get joshuaogabriel/anchor-compliance <tool-name>
```

## Prompts (2)

- `compliance_audit` (url, industry, jurisdiction) — Run a structured AU advertising compliance audit against a given website URL.
- `rewrite_for_compliance` (content, industry, jurisdiction) — Rewrite marketing copy into a lower-risk, AU-compliant version with suggested disclaimers.
