What it is
MCP is an open standard that lets AI tools pull in external sources of context. The AMLYZE docs site exposes an MCP server, so any MCP-compatible assistant — Claude Code, Claude Desktop, Cursor, VS Code, and others — can query this documentation on demand instead of relying on a model’s training snapshot.The server is read-only and exposes only the public documentation you already see on this site. It does not expose account data, customer data, API tokens, or any other credentials.
What you can do
Once connected, your assistant can:- Search the docs semantically — ask a question in plain language and pull the most relevant pages.
- Read full pages and API-reference detail — request and response shapes, field-level descriptions, validation rules, and error codes — straight into your IDE or chat.
- Stay current — answers reflect the live documentation rather than a model’s training cut-off.
Server URL
Your MCP server URL ishttps://api.amlyze.com/mcp.
Mintlify auto-hosts the MCP server at
/mcp for the deployed documentation domain. Before publishing, confirm the server is enabled and reachable at this address.Connect your client
- Claude Code
- Codex
- GitHub Copilot CLI
Verify
Run
claude mcp list (or /mcp inside a session) and confirm amlyze-docs appears. See the Claude Code MCP docs for details.Quickest path: on any page of this site, open the contextual menu in the page header and choose Copy MCP install command to copy the install command, or Copy MCP server URL to grab the URL directly — no need to type it by hand.