loading…
Search for a command to run...
loading…
AI Self Audit - MCP server providing AI-powered tools and automation by MEOK AI Labs
AI Self Audit - MCP server providing AI-powered tools and automation by MEOK AI Labs
Ai Self Audit MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
self_audit |
AI agent self-audits EU AI Act compliance. Call: 'Am I compliant right now?' |
audit_conversation |
Audit conversation for bias, PII, manipulation, transparency issues. |
get_certificate |
Generate timestamped compliance certificate for audit trail. |
regulatory_pulse |
Current regulatory deadlines and enforcement status. |
get_audit_trail |
Return audit trail of all self-audit checks. |
pip install meok-ai-self-audit-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"ai-self-audit-mcp": {
"command": "python",
"args": ["-m", "meok_ai_self_audit_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": {
"ai-self-audit-mcp": {
"command": "npx",
"args": []
}
}
}