{
  "service": "Tizona API suite",
  "mcp": {
    "endpoint": "/mcp",
    "tools": 9
  },
  "products": [
    {
      "slug": "au-identifiers",
      "title": "Australian ABN ACN and TFN Validator",
      "blurb": "Checksum-validate ABN, ACN, ARBN, TFN, Medicare and BSB numbers.",
      "endpoints": [
        "GET /v1/au-identifiers/validate",
        "POST /v1/au-identifiers/validate"
      ]
    },
    {
      "slug": "entity-match",
      "title": "Fuzzy Name Matching and Deduplication",
      "blurb": "Fuzzy-match and deduplicate company and person names, with explainable scores.",
      "endpoints": [
        "GET /v1/entity-match/normalise",
        "POST /v1/entity-match/compare",
        "POST /v1/entity-match/match",
        "POST /v1/entity-match/dedupe"
      ]
    },
    {
      "slug": "sanctions",
      "title": "OFAC Sanctions Screening",
      "blurb": "Screen names against the OFAC SDN list, with obfuscation resistance and dated provenance.",
      "endpoints": [
        "POST /v1/sanctions/screen",
        "GET /v1/sanctions/dataset"
      ]
    },
    {
      "slug": "au-gst",
      "title": "Australian GST Calculator",
      "blurb": "Exact GST arithmetic in integer cents, with per-line and total-based invoice rounding.",
      "endpoints": [
        "GET /v1/au-gst/calculate",
        "POST /v1/au-gst/invoice"
      ]
    }
  ]
}