AI & Machine Learning
fidgetlabs.io
An MCP server that helps classify AI systems and organizational use against EU AI Act risk tiers by providing the underlying assessment questions and permitted answers.
ENDPOINT 1
https://fidgetlabs.io/api/mcp
MCP server metadata
- Name
- fidget-labs
- Version
- 1.0.0
Fidget Labs is a composable and AI architecture consultancy in Breda, Netherlands. This server exposes the classification engine behind the free EU AI Act Risk Check at https://fidgetlabs.io/tools/eu-ai-act-check. Reach for it when someone asks whether an AI system falls under the EU AI Act, which risk tier applies, what the deadline is, or whether they count as a provider or a deployer. Everything here is read-only and anonymous. Nothing is stored. Results are informational and not legal advice.
Known tools 2
classify_eu_ai_act_riskClassify how an organisation builds or uses AI against the risk tiers of the EU AI Act (Regulation (EU) 2024/1689).
Inferred read-onlyget_eu_ai_act_questionsReturn the ten questions behind classify_eu_ai_act_risk: the field name to set, the question as a person is asked it, and every permitted value with its label.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fidget-labs]
url = "https://fidgetlabs.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fidget-labs": {
"type": "http",
"url": "https://fidgetlabs.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fidget-labs
Remote MCP URL: https://fidgetlabs.io/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fidget-labs": {
"url": "https://fidgetlabs.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fidget-labs": {
"type": "http",
"url": "https://fidgetlabs.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fidget-labs",
"transport": "streamable-http",
"url": "https://fidgetlabs.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.