Skip to content
Back to conformi-eu-law

Card snapshot

conformi.eu · 2026-06-26 13:03:31 UTC · f9ef98e55fd1fc178ddae4450abaf7a0e32f8111064a00d39644f0b193929682

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.

{
  "protocolVersion": "0.2.6",
  "name": "conformi-eu-law",
  "description": "A2A peer for EU legal research over the conformi.eu corpus (EU secondary law, consolidated texts, soft law) with verifiable CELEX/EUR-Lex citations in DE/EN/FR. Research tool \u2014 not legal advice, no attorney-client relationship.",
  "url": "https://conformi.eu/api/a2a",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "AnalystHAUS GmbH",
    "url": "https://conformi.eu"
  },
  "version": "1.0",
  "documentationUrl": "https://conformi.eu/api/v1/openapi.json",
  "iconUrl": "https://conformi.eu/icon.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer",
      "description": "Bearer API key for metered skills (search_eu_law). Free skills need no key. Acquire a key via the machine purchase flow at https://conformi.eu/api/v1/openapi.json."
    }
  },
  "skills": [
    {
      "id": "search_eu_law",
      "name": "Search EU secondary law",
      "description": "Semantic search across EU secondary law (DE/EN/FR), each result CELEX-cited with a direct EUR-Lex link. Optional valid_at time filter. Metered to an API key.",
      "tags": [
        "eu-law",
        "search",
        "celex",
        "eur-lex",
        "metered"
      ],
      "examples": [
        "Which article of the AI Act lists prohibited practices?",
        "GDPR rules on data-breach notification deadlines"
      ],
      "security": [
        {
          "bearer": []
        }
      ]
    },
    {
      "id": "get_knowledge_article",
      "name": "Get knowledge article",
      "description": "Curated report for one EU act by CELEX number (GDPR, AI Act, NIS2, DORA, CRA \u2026) including legal-status metadata. Free, no key.",
      "tags": [
        "eu-law",
        "knowledge",
        "celex",
        "free"
      ],
      "examples": [
        "Knowledge report for CELEX 32024R1689 (AI Act)"
      ]
    },
    {
      "id": "get_legal_timeline",
      "name": "Get legal timeline",
      "description": "Applicability / amendment timeline for a major EU act (e.g. AI Act high-risk deadlines). Free, no key.",
      "tags": [
        "eu-law",
        "timeline",
        "celex",
        "free"
      ],
      "examples": [
        "Application timeline for the AI Act"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://conformi.eu/api/a2a"
    },
    {
      "transport": "streamable-http",
      "url": "https://conformi.eu/api/mcp"
    }
  ],
  "mcp": "https://conformi.eu/.well-known/mcp.json",
  "openapi": "https://conformi.eu/api/v1/openapi.json"
}