Wink Toolbox MCP

Agent access to Wink Toolbox: list and run allow-listed tools, inspect datasources, and validate or execute WSQL. The MCP protocol lives at /mcp.

MCP endpoint: https://mcp.winkreports.com/mcp

Auth: send your Wink agent token as Authorization: Bearer skv2_.... Create one under Organisation profile → Agent tokens. Do not paste tokens into this page or into chat.

Machine-readable index: /llms.txt

Cursor

{
  "mcpServers": {
    "wink-toolbox": {
      "url": "https://mcp.winkreports.com/mcp",
      "headers": {
        "Authorization": "Bearer skv2_YOUR_TOKEN"
      }
    }
  }
}

Claude Code

claude mcp add --transport http wink-toolbox https://mcp.winkreports.com/mcp --header "Authorization: Bearer skv2_YOUR_TOKEN"

Docs