EU AI Act Compliance Chatbot
@thoughtgeek
About EU AI Act Compliance Chatbot
An MCP server to answer questions on the original EU AI Act
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aicompliance_mcp": {
"command": "python",
"args": [
"-m",
"scripts.process_eu_ai_act"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
—
More AI & Agents MCP servers
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Comments