{
  "name": "StructureClerk",
  "description": "AI regulatory compliance copilot. Covers 170 jurisdictions in data protection (GDPR, Law 25, PIPEDA), AI governance (EU AI Act) and cybersecurity (NIS2). Free for humans, x402 metered for agents.",
  "url": "https://structureclerk.ca",
  "version": "2.0.0",
  "protocols": {
    "a2a": {
      "endpoint": "https://structureclerk.ca/api/a2a",
      "version": "0.2.1",
      "auth": "x402"
    },
    "mcp": {
      "endpoint": "https://structureclerk.ca/api/mcp-http",
      "version": "2025-03-26",
      "transport": "streamable-http",
      "auth": "x402"
    },
    "x402": {
      "network": "base-sepolia",
      "token": "USDC",
      "facilitator": "https://x402.org/facilitator",
      "human_users_free": true
    }
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "compliance-analysis",
      "name": "Compliance analysis",
      "description": "Assesses regulatory obligations for an SME based on jurisdiction, size and sector.",
      "tags": ["compliance", "GDPR", "Law25", "AI Act", "cybersecurity", "SME"],
      "examples": [
        "What are my obligations under Law 25 if I collect customer data in Quebec?",
        "My company uses an LLM to process medical records, am I compliant with the AI Act?",
        "List my compliance priorities as a 15-employee SME in Ontario"
      ]
    },
    {
      "id": "jurisdiction-mapping",
      "name": "Jurisdiction mapping",
      "description": "Identifies applicable laws among 170 global jurisdictions based on company profile.",
      "tags": ["jurisdiction", "law-mapping", "multi-country"]
    },
    {
      "id": "compliance-roadmap",
      "name": "Compliance roadmap",
      "description": "Generates a prioritized action plan adapted to SME budgets.",
      "tags": ["roadmap", "action-plan", "SME-budget"]
    },
    {
      "id": "algorithmic-compliance-assessment",
      "name": "Algorithmic compliance assessment",
      "description": "Evaluates algorithmic compliance maturity across 6 dimensions: AI governance, data governance, transparency, human oversight, audit trail, and security. Covers EU AI Act, Law 25, AIDA/C-27, ISO 42001 and NIST AI RMF.",
      "tags": ["algorithmic", "AI Act", "AI governance", "bias", "transparency", "ISO 42001"],
      "examples": [
        "Assess my algorithmic compliance for an AI recruitment tool in Quebec",
        "What are my obligations under the EU AI Act for a credit scoring algorithm?",
        "Evaluate our AI governance maturity for a healthcare diagnostic system"
      ]
    }
  ],
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"]
}
