mcp-business-bot
Provides language model capabilities by integrating with OpenAI's API to generate accurate, context-aware responses using models like GPT-4.1-mini.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-business-botWhat is the employee onboarding process?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π€ Business Knowledge AI Bot with RAG & MCP
An AI-powered enterprise knowledge assistant that answers company-specific questions using Retrieval-Augmented Generation (RAG), ChromaDB, LangChain, OpenAI, and the Model Context Protocol (MCP).
The assistant retrieves relevant information from internal company documents before generating accurate, context-aware responses.
π Project Overview
This project demonstrates how a business can use AI to provide employees with instant access to company knowledge without requiring manual document searches.
Instead of relying solely on an LLM's general knowledge, the assistant searches a private knowledge base built from company documentation and uses the retrieved information to generate reliable answers.
The project is designed as a portfolio example of an enterprise AI assistant.
Related MCP server: docrag
π Features
π PDF document ingestion
π Semantic search using vector embeddings
π§ Retrieval-Augmented Generation (RAG)
π¬ Natural language question answering
ποΈ ChromaDB vector database
π€ OpenAI GPT integration
π Model Context Protocol (MCP) server
π Gradio web interface
β‘ Fast semantic document retrieval
ποΈ System Architecture
Company Documents
β
βΌ
PDF Document Loader
β
βΌ
Text Chunking
β
βΌ
Sentence Transformers Embeddings
β
βΌ
Chroma Vector Database
β
βΌ
Semantic Similarity Search
β
βΌ
Retrieved Context
β
βΌ
OpenAI GPT-4.1-mini
β
βΌ
MCP Server
β
βΌ
Gradio Web UIπ οΈ Technology Stack
Technology | Purpose |
Python 3.14 | Programming Language |
LangChain | RAG Framework |
OpenAI | Large Language Model |
ChromaDB | Vector Database |
Sentence Transformers | Text Embeddings |
HuggingFace | Embedding Models |
MCP SDK | Model Context Protocol |
Gradio | Web Interface |
PyPDF | PDF Processing |
π Project Structure
mcp-business-bot/
β
βββ app.py
βββ config.py
βββ ingest.py
βββ rag.py
βββ mcp_server.py
βββ prompts.py
βββ requirements.txt
βββ README.md
β
βββ assets/
β βββ screenshot.png
β
βββ knowledge/
β βββ company_handbook.pdf
β βββ TechSolutions_Company_Policies.pdf
β βββ TechSolutions_Internal_Procedures.pdf
β βββ TechSolutions_Product_Information.pdf
β βββ TechSolutions_Technical_Documentation.pdf
β βββ mcp_architecture.md
β
βββ chroma_db/π Knowledge Base
The assistant indexes multiple business documents, including:
Company Handbook
Company Policies
Internal Procedures
Product Information
Technical Documentation
MCP Architecture
These documents are converted into semantic embeddings and stored in ChromaDB for efficient retrieval.
βοΈ Installation
Clone the repository:
git clone https://github.com/Akes102/mcp-business-bot.git
cd mcp-business-botCreate a virtual environment:
python -m venv .venvActivate the environment.
Windows:
.venv\Scripts\activateInstall dependencies:
pip install -r requirements.txtCreate a .env file:
OPENAI_API_KEY=your_api_key_hereπ₯ Build the Knowledge Base
After adding PDF documents to the knowledge folder:
python ingest.pyThe ingestion process:
Loads PDFs
Splits text into chunks
Generates embeddings
Stores vectors in ChromaDB
βΆοΈ Run the Application
Start the Gradio interface:
python app.pyOpen your browser:
http://127.0.0.1:7860π¬ Example Questions
Try asking:
What cybersecurity policies does TechSolutions have?
Explain the employee onboarding process.
What products does TechSolutions provide?
What is the company's password policy?
How are IT incidents escalated?
Explain the MCP architecture used in this project.
π How RAG Works
User submits a question.
The question is converted into an embedding.
ChromaDB searches for similar document chunks.
Relevant context is retrieved.
The retrieved context is sent to the OpenAI model.
The AI generates an accurate response based on company documentation.
This process helps reduce hallucinations by grounding responses in the indexed documents.
π Model Context Protocol (MCP)
This project includes an MCP server that exposes the RAG functionality through the Model Context Protocol.
Using MCP allows compatible AI clients to access the enterprise knowledge base in a standardized way.
πΈ Demo
Application
Replace with your own screenshot:
assets/screenshot.pngπ Future Improvements
User authentication
Multi-user support
Role-based access control
Conversation history
Source citations
Streaming responses
Docker deployment
Cloud deployment
Multi-document collections
Admin dashboard
π― Learning Outcomes
This project demonstrates practical experience with:
Retrieval-Augmented Generation (RAG)
Enterprise AI Assistants
LangChain
ChromaDB
OpenAI API
Vector Embeddings
MCP
Gradio
Semantic Search
Prompt Engineering
π License
This project is intended for educational and portfolio purposes.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceMCP server that enables querying an HR FAQ document via RAG, returning accurate answers and related chunks, and supports index rebuilding and response evaluation.
- AlicenseNot gradedqualityDmaintenanceProvides RAG (Retrieval Augmented Generation) access to technical documentation through MCP, enabling LLMs to search and retrieve relevant documentation on-demand.4MIT
- FlicenseNot gradedqualityDmaintenanceEnables answering natural-language questions from FAQ documents using vector search and LLM generation via an MCP tool.
- AlicenseNot gradedqualityBmaintenanceEnables document-based Q&A with multi-modal RAG, hybrid retrieval, knowledge graph reasoning, and multi-agent orchestration via MCP tools.4MIT
Related MCP Connectors
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Query any docs site via MCP. Submit a URL, ask questions, get cited answers.
Official Microsoft MCP Server to query Microsoft Entra data using natural language
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Akes102/mcp-business-bot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server