- Paths
- Parameters
- Security model (Bearer token)
- Input/output schemas
- Event models (like
interview.completed) - Custom Qode objects (like
InterviewSignals)
Example Prompts
Now you can literally ask:- “Generate a request to create a candidate interview in Qode.”
- “Explain the fields in
GetInterviewResponse.” - “Generate a TypeScript function that handles Qode webhooks.”
Client Setup
You can connect this documentation to your favorite AI tools by using the hosted MCP server URL.The MCP server is hosted at your documentation’s URL with the
/mcp path. For
example: https://docs.qode.world/mcpClaude
- Open your Claude Settings.
- Navigate to Developer > Edit MCP Servers.
- Add a new server:
- Name: Qode API
- URL:
https://docs.qode.world/mcp(Replace with your actual docs URL)
- Click Save.
- In any chat, click the 🔌 icon to verify Qode API is connected.
Cursor
- Open Cursor Settings (
Cmd + ,). - Go to General > MCP Servers.
- Click Add New MCP Server.
- Enter the URL:
https://docs.qode.world/mcp(Replace with your actual docs URL). - The server should appear in your list of active tools.
VS Code
- Install the MCP extension if available or use an MCP-compatible AI assistant extension.
- Configure your extension settings to include the Qode MCP server URL:
- Restart VS Code to apply changes.