{
  "name": "fidget-labs",
  "version": "1.0.0",
  "description": "EU AI Act risk classification from Fidget Labs. Classify how an organisation builds or uses AI against the risk tiers of Regulation (EU) 2024/1689, and get the questionnaire behind it.",
  "vendor": {
    "name": "Fidget Labs B.V.",
    "url": "https://fidgetlabs.io",
    "email": "hello@fidgetlabs.io"
  },
  "documentation": "https://fidgetlabs.io/developers",
  "transport": {
    "type": "streamable-http",
    "url": "https://fidgetlabs.io/api/mcp"
  },
  "authentication": {
    "type": "none"
  },
  "tools": [
    {
      "name": "classify_eu_ai_act_risk",
      "description": "Classify an AI use against the EU AI Act risk tiers. Returns the highest tier triggered, deadlines, penalties, and whether the organisation leans provider or deployer."
    },
    {
      "name": "get_eu_ai_act_questions",
      "description": "Return the questionnaire behind the classifier: every field, the question it answers, and the permitted values."
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "readOnly": true,
  "rateLimit": null,
  "dataRetention": "none",
  "disclaimer": "Informational, not legal advice."
}