{
  "name": "StructureClerk",
  "description": "AI regulatory compliance copilot. Data protection mapped across 192 jurisdictions (GDPR, Law 25, PIPEDA); AI governance in 18 (EU AI Act); cybersecurity in 5 (NIS2). Free within a daily allowance, then credit-metered.",
  "url": "https://structureclerk.ca",
  "version": "2.0.0",
  "protocols": {
    "a2a": {
      "endpoint": "https://structureclerk.ca/api/a2a",
      "version": "0.2.1",
      "auth": "api-key-optional"
    },
    "mcp": {
      "endpoint": "https://structureclerk.ca/api/mcp-http",
      "version": "2025-03-26",
      "transport": "streamable-http",
      "auth": "api-key-optional"
    },
    "credits": {
      "free_tier_daily_calls": 10,
      "currency": "CAD",
      "credit_value_cad": 0.01,
      "pricing": "https://structureclerk.ca/api/v1/pricing",
      "recharge": "https://structureclerk.ca/dashboard/billing"
    }
  },
  "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 192 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"
      ]
    },
    {
      "id": "authority-decision",
      "name": "Authority decision",
      "description": "Advisory, rule-based decision on whether an AI agent may execute an action: ALLOW, APPROVE, DENY or ESCALATE, with framework-level citations and signed evidence. Advisory only: StructureClerk decides, your infrastructure enforces.",
      "tags": [
        "authority",
        "agent-governance",
        "policy-decision",
        "three-zones",
        "signed-evidence"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ]
}
