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)
  1. Run an audit at getquant.io/start and open your report.
  2. Click "Connect to AI assistant" on the report page (Pro required) to generate your token.
  3. Open your Claude Desktop config file:
    • Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  4. Add the following to the mcpServers object — replace YOUR_TOKEN_HERE with the token you generated:
    {
      "mcpServers": {
        "getquant": {
          "url": "https://getquant.io/api/mcp",
          "headers": { "Authorization": "Bearer YOUR_TOKEN_HERE" }
        }
      }
    }
  5. Restart Claude Desktop.
  6. 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
  1. Go to chat.openai.com and create a new Custom GPT.
  2. In the Actions section, click "Add action".
  3. Set the schema URL to: https://getquant.io/api/openapi.json
  4. Set authentication to API Key, header name Authorization, value Bearer YOUR_TOKEN_HERE.
  5. 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