loading…
Search for a command to run...
loading…
Canada Aida AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Canada Aida AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Canada Aida Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
classify_ai_system |
Classify an AI system under AIDA as high-impact or general-purpose. |
impact_assessment |
Perform an AI impact assessment per AIDA requirements (Sections 7-8). |
compliance_check |
Check compliance with AIDA obligations. Evaluates whether a responsible |
crosswalk_to_eu_ai_act |
Map AIDA requirements to EU AI Act obligations. Essential for |
generate_documentation |
Generate AIDA compliance documentation including public system |
pip install meok-canada-aida-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"canada-aida-ai-mcp": {
"command": "python",
"args": ["-m", "meok_canada_aida_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"canada-aida-ai-mcp": {
"command": "npx",
"args": []
}
}
}