Developer hub

    API & MCP endpoints

    Everything an AI assistant or your own backend needs to create QR codes, repoint dynamic links and read scan analytics — over REST or the Model Context Protocol.

    Checking status…

    60 requests per minute per key Bearer token authentication

    Connect an AI assistant

    Add this block to your Claude Desktop or Cursor MCP configuration, restart the client, and the six ROUT tools appear automatically.

    claude_desktop_config.json

    json
    {
      "mcpServers": {
        "rout": {
          "command": "npx",
          "args": [
            "-y",
            "@routbe/mcp-server"
          ],
          "env": {
            "ROUT_API_KEY": "rout_sk_your_key_here"
          }
        }
      }
    }

    Endpoints

    POST
    /api/public/qr/create

    Create a dynamic QR + short link

    POST
    /api/public/qr/manage

    Update, pause or repoint a dynamic QR

    GET
    /api/public/qr/stats

    Scan analytics (JSON or CSV)

    GET
    /api/public/health

    Service health probe

    Test console

    sandbox

    Fire a tool call and inspect the response shape. Sandbox calls never touch your live QR codes.

    Run a tool to see the response here.