← Back to browse

rq-scan

Indexed by io.github.RECERQA

About

MCP Server for RQ-SCAN - AI-powered document OCR and data extraction platform

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsRQSCAN_API_KEY RQSCAN_ORGANIZATION_ID RQSCAN_API_URL RQSCAN_WORKSPACE_ID
Claude Code
claude mcp add --env RQSCAN_API_KEY= --env RQSCAN_ORGANIZATION_ID= --env RQSCAN_API_URL= --env RQSCAN_WORKSPACE_ID= rq-scan -- npx rq-scan-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"rq-scan","command":"npx","args":["rq-scan-mcp"],"env":{"RQSCAN_API_KEY":"","RQSCAN_ORGANIZATION_ID":"","RQSCAN_API_URL":"","RQSCAN_WORKSPACE_ID":""}}'
JSON
{
  "mcpServers": {
    "rq-scan": {
      "command": "npx",
      "args": [
        "rq-scan-mcp"
      ],
      "env": {
        "RQSCAN_API_KEY": "",
        "RQSCAN_ORGANIZATION_ID": "",
        "RQSCAN_API_URL": "",
        "RQSCAN_WORKSPACE_ID": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.