EU AI Act Compliance Chatbot
@thoughtgeek
关于 EU AI Act Compliance Chatbot
An MCP server to answer questions on the original EU AI Act
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"aicompliance_mcp": {
"command": "python",
"args": [
"-m",
"scripts.process_eu_ai_act"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is EU AI Act Compliance Chatbot?
A chatbot that answers questions about the EU AI Act using a hybrid retrieval approach combining vector search and a knowledge graph. It is designed for anyone needing information on the EU AI Act.
How to use EU AI Act Compliance Chatbot?
Install dependencies with Poetry, set up environment variables, download the EU AI Act PDF into a data/ directory, then run the processing script python -m scripts.process_eu_ai_act. Start the FastAPI API with uvicorn src.eu_ai_act_chatbot.api.main:app --reload. The interactive documentation is available at http://127.0.0.1:8000/docs.
Key features of EU AI Act Compliance Chatbot
- Hybrid retrieval using vector search and knowledge graph
- Processes EU AI Act PDF to populate vector store and graph
- Runs as a FastAPI application with interactive docs
- Deployable to AWS Lambda as a serverless function
- Includes tests via pytest
Use cases of EU AI Act Compliance Chatbot
- Answer questions about the EU AI Act
FAQ from EU AI Act Compliance Chatbot
—
AI 与智能体 分类下的更多 MCP 服务器
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
评论