Connect an AI tool to the public docs
- Start with the public docs URL:
https://docs.derivadex.com. - Use the Mintlify MCP endpoint at
https://docs.derivadex.com/mcpif your AI tool supports MCP connections. - Use the published skill discovery endpoints if your AI tool supports
skill.mdor skills registries:https://docs.derivadex.com/skill.mdhttps://docs.derivadex.com/.well-known/skills/index.jsonhttps://docs.derivadex.com/.well-known/agent-skills/index.json
- Ask the tool to stay inside public DerivaDEX docs and to keep transport and visibility explicit.
Fastest install paths from the docs site
If the page header exposes AI actions, prefer those first:Copy MCP server URLto copy the exact public/mcpendpointCopy MCP install commandwhen your tool supports a generic MCP install commandConnect to Cursorfor the shortest Cursor install pathConnect to VS Codefor the shortest VS Code install path
Connect common MCP clients
Claude
- Open Claude settings and go to
Connectors. - Add a custom connector named
DerivaDEX Docs. - Use the URL
https://docs.derivadex.com/mcp. - In chat, attach the connector before asking a docs question.
Claude Code
Run:claude mcp list.
Cursor
- If the docs page exposes
Connect to Cursor, use it first. - Otherwise open the command palette.
- Run
Open MCP settings. - Select
Add custom MCP. This opensmcp.json. - Add the server:
- In Cursor chat, ask
What tools do you have available?and confirm the DerivaDEX Docs server appears.
VS Code
- If the docs page exposes
Connect to VS Code, use it first. - Otherwise create or update
.vscode/mcp.json:
- Use the public MCP endpoint above for public docs only.
What the public MCP server can and cannot see
- The public
/mcpendpoint returns indexed public pages only. - Mintlify indexes pages in the public docs navigation by default. Hidden pages or
noindexpages may not appear in MCP search results. - Internal repo workflow docs are not part of this public MCP surface.
- Authenticated Mintlify MCP surfaces such as
/authed/mcpare outside this public-docs guide.
Use the right public route
- Start at Getting Started for orientation by audience.
- Use Tutorials for guided first-success workflows.
- Use How-to Guides for specific tasks.
- Use Reference for exact limits, fields, and lifecycle semantics.
- Use Explanation for system-design and mechanism context.
- Use API Reference when transport and contract details matter.
Prompting rule for better answers
When you connect an AI tool to the public docs, ask it to:- stay inside public DerivaDEX docs unless you explicitly provide another source
- distinguish
RESTfrom realtime rather than collapsing them into one API - name whether a route is tutorial, how-to, reference, or explanation when that matters
- treat restricted or product-specific surfaces as boundary summaries unless the public docs say otherwise
Keep boundaries explicit
- Public MCP and skill endpoints expose indexed public docs, not internal repo workflow docs.
- Restricted and product-specific API families are documented with explicit visibility labels, but their private/generated spec bundles are not part of the public docs surface. Do not treat them as public-by-default, and do not assume AI discovery endpoints will enumerate them as if they were public REST or realtime contracts.
- Historical or redirected routes may still resolve, but the hierarchy-first public docs sections are the active authority.
Verify before acting
Use AI output as a search and routing aid, not as a substitute for the owning route. Before you act on an answer, open the linked public page for:- exact limits or formulas
- error and retry behavior
- request-signing or encryption details
- governance or compliance statements
When AI answers are not enough
- Check FAQ.
- Run Troubleshooting.
- Use Support Channels when you need a docs clarification or escalation.