Connect getquant to your AI assistant
Once connected, your AI assistant can answer questions about your audit findings, metrics trends, and action board — grounded in your real account data.
Claude Desktop (works today)▸
- Run an audit at getquant.io/start and open your report.
- Click "Connect to AI assistant" on the report page (Pro required) to generate your token.
- Open your Claude Desktop config file:
- Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
- Windows: %APPDATA%\Claude\claude_desktop_config.json
- Add the following to the
mcpServersobject — replaceYOUR_TOKEN_HEREwith the token you generated:{ "mcpServers": { "getquant": { "url": "https://getquant.io/api/mcp", "headers": { "Authorization": "Bearer YOUR_TOKEN_HERE" } } } } - Restart Claude Desktop.
- Ask: "What's my biggest waste this week?" to verify the connection.
Cursor / Windsurf (works today)▸
Same config as Claude Desktop. Add to .cursor/mcp.jsonor your editor's MCP config file. Cursor supports MCP natively — no extension required.
Claude.ai (coming soon)▸
Claude.ai is rolling out MCP support for Pro users. When available, you'll be able to connect getquant directly from your Claude.ai settings without editing a config file. Check back here for instructions when it launches.
ChatGPT Custom GPT▸
- Go to chat.openai.com and create a new Custom GPT.
- In the Actions section, click "Add action".
- Set the schema URL to:
https://getquant.io/api/openapi.json - Set authentication to API Key, header name
Authorization, valueBearer YOUR_TOKEN_HERE. - Save and test by asking: "Call get_audit_summary and tell me the health score".
Note: ChatGPT Custom GPT setup requires a ChatGPT Plus subscription and takes about 5 minutes.
Any other AI tool▸
If your AI tool supports OpenAPI-based tool calling or HTTP function calling, point it at:
- OpenAPI spec: https://getquant.io/api/openapi.json
- Base URL: https://getquant.io/api
- Auth: Bearer token in the Authorization header