The Model Context Protocol (MCP) is an open standard that lets AI assistants call external tools during a conversation. By connecting your Raffle knowledge base as an MCP server, AI platforms can search your content automatically when answering questions.
The Raffle MCP server currently exposes a search tool that accepts a query and returns the most relevant results from your knowledge base.
You need an API tool set up in Raffle. The MCP server URL is tied to the UID of that tool.
The tool description tells the AI when and why it should search your knowledge base. A clear, specific description leads to better, more targeted tool calls.
Navigate to your tool’s admin page by clicking the Admin button at the bottom of the page. Find the Tool description field and write a short description. For example:
Search [Company Name]'s product documentation, FAQs, and support articles. Use this tool when answering questions about [product or topic], troubleshooting issues, or looking up features and pricing.
Your MCP URL is built from the UID of your API tool:
https://mcp.raffle.ai/experimental/{UID}/mcp
Find the UID via the Go Live button on your tool’s admin page.
Choose your platform below for setup instructions.
For Pro, Max, Team, and Enterprise plans
Using MCP apps in the ChatGPT desktop app
Via the Copilot Studio MCP onboarding wizard
Via Admin Settings in Open WebUI v0.6.31+
Any MCP-compatible client over HTTP
Once connected, ask your AI assistant a question that should be answered from your knowledge base. If the tool description is clear, the assistant will automatically invoke the Raffle search tool and include the results in its response.