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 authenticationConnect 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/createCreate a dynamic QR + short link
POST
/api/public/qr/manageUpdate, pause or repoint a dynamic QR
GET
/api/public/qr/statsScan analytics (JSON or CSV)
GET
/api/public/healthService 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.