MCP Server
Connect AI assistants to the AutoPIL documentation using the Model Context Protocol (MCP).
Connect AI assistants to your documentation using the Model Context Protocol. The AutoPIL docs expose an MCP server so tools like Claude, Cursor, and ChatGPT can search these docs and answer questions directly.
What is MCP?
The Model Context Protocol (MCP) is an open standard that enables AI assistants like Claude, ChatGPT, and other LLMs to securely access your documentation content. It provides a standardized way for AI models to interact with external data sources.
How to use
Copy the MCP server URL
Copy your MCP server URL from the documentation dashboard.
Add it to your MCP client
Add the URL to your MCP client configuration — for example, Claude Desktop, Cursor, or any MCP-compatible application.
Ask questions
Start asking questions about your documentation directly in your AI assistant.
MCP endpoint
The server uses Server-Sent Events (SSE) transport. Your MCP server URL uses your published documentation domain and follows this pattern:
https://<your-docs-domain>/_mcp
Publish your documentation to enable the MCP server, then copy your live server URL from the documentation dashboard.
Available tools
Tools exposed by this MCP server:
search_documentation
Search through the documentation using hybrid search (semantic + keyword).