What our MCP server exposes, and how to connect your AI tool to it.
Overview
Our documentation is available as an MCP (Model Context Protocol) server. MCP is an open standard that lets AI tools connect directly to a source of content and pull from it live, rather than relying on training data or a generic web search. Once connected, your AI tool can search these docs and retrieve full pages while it’s helping you — for example, checking model compatibility, SDK setup, or integration steps straight from the source.Server URL
What It Exposes
- Search: finds relevant pages across these docs for broad or conceptual questions, returning titles, links, and snippets.
- Filesystem query: a read-only, sandboxed tool for reading a specific page in full, or for exact keyword and regex matching across the docs — useful once search has narrowed things down.
- Feedback: lets a connected agent flag a page back to us as outdated, incorrect, or confusing.
Connect Your Tool
- Claude
- Claude Code
- Cursor
- VS Code
- Go to Settings → Connectors
- Click Add custom connector
- Name:
ai-coustics docs, URL:https://docs.ai-coustics.com/mcp - Click Add
- In a chat, click the attachments (+) button and select the connector