{
  "name": "meok-compliance-gateway",
  "description": "MEOK Compliance Gateway — Streamable-HTTP MCP for EU AI Act, NIS2, DORA, CRA, GDPR, HIPAA, SOC2, CSRD compliance with x402 per-call monetization.",
  "version": "1.0.0",
  "protocol_version": "2025-03-26",
  "vendor": {
    "name": "MEOK AI Labs",
    "url": "https://meok.ai",
    "email": "nicholas@meok.ai"
  },
  "license": "MIT",
  "repository": "https://github.com/CSOAI-ORG/meok-compliance-gateway",
  "homepage": "https://meok.ai",
  "documentation": "https://github.com/CSOAI-ORG/meok-compliance-gateway/blob/main/README.md",
  "support": {
    "email": "security@meok.ai",
    "security_policy": "https://github.com/CSOAI-ORG/meok-compliance-gateway/blob/main/SECURITY.md"
  },
  "tools": [
    {
      "name": "quick_scan",
      "description": "Run a compliance scan against a system name or description",
      "parameters": {"type": "object", "properties": {"system": {"type": "string"}}}
    },
    {
      "name": "deadline_check",
      "description": "Check regulatory deadlines for a given framework",
      "parameters": {"type": "object", "properties": {"framework": {"type": "string"}}}
    },
    {
      "name": "framework_scan",
      "description": "Generate a compliance assessment for a framework",
      "parameters": {"type": "object", "properties": {"framework": {"type": "string", "system": {"type": "string"}}}
    },
    {
      "name": "expert_list",
      "description": "List the expert models available for compliance tasks",
      "parameters": {}
    },
    {
      "name": "audit_anchor",
      "description": "Create an auditable anchor point with SHA-256 hash",
      "parameters": {"type": "object", "properties": {"data": {"type": "object"}}}
    }
  ],
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://gateway.meok.ai/mcp",
      "content_type": "application/json"
    }
  ],
  "authentication": {
    "type": "none",
    "description": "Public gateway; x402 payments required for paywalled tools only"
  },
  "x402": {
    "enabled": true,
    "payment_required_for": ["generate_signet_receipt", "finalize_bft_round"],
    "asset": "usdc",
    "network": "base"
  },
  "compliance": {
    "frameworks": ["EU AI Act", "NIS2", "DORA", "CRA", "GDPR", "HIPAA", "SOC2", "CSRD", "ISO 42001", "ISO 27001", "NIST AI RMF", "supply-chain"],
    "certifications": ["ISO 42001", "SOC2"]
  }
}