INDIVIDUAL MCP TOOL
get_eu_ai_act_questions
Return 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.
LIVE ENDPOINT
https://fidgetlabs.io/api/mcp
Connect to this endpoint to inspect the live schema for get_eu_ai_act_questions and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
classify_eu_ai_act_risk— Classify how an organisation builds or uses AI against the risk tiers of the EU AI Act (Regulation (EU) 2024/1689).