Card snapshot
structureclerk.ca
·
2026-08-22 03:00:39 UTC
·
1b1a4669ed5dc3e83c5c2a72cc207229095c2e318ef5aa4b9ebfc52350081e77
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"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"
},
"mcp": {
"endpoint": "https://structureclerk.ca/api/mcp-http",
"version": "2025-03-26",
"transport": "streamable-http"
}
},
"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 an evidence record. Advisory only: StructureClerk decides, your infrastructure enforces.",
"tags": [
"authority",
"agent-governance",
"policy-decision",
"three-zones"
],
"examples": [
"May agent financebot-01 execute a $12,500 payment involving health data in Quebec?",
"Can my support agent export a customer file containing personal data?"
]
}
],
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json"
]
}