
Rq Scan
Pipe document OCR and structured extraction from RQ-SCAN into your agent workflow for invoices, forms, and PDFs.
Overview
RQ-SCAN MCP is an MCP server for the Build phase that links agents to the RQ-SCAN AI document OCR and data extraction API.
What is this MCP server?
- MCP bridge to RQ-SCAN AI document OCR and data extraction platform
- Auth via RQSCAN_API_KEY and RQSCAN_ORGANIZATION_ID (required)
- Optional RQSCAN_WORKSPACE_ID and configurable RQSCAN_API_URL
- npm stdio rq-scan-mcp package version 1.2.1
- Server package rq-scan-mcp version 1.2.1
- Default API host: https://api.rq-scan.com
- Transport: stdio; registry npm identifier rq-scan-mcp
What problem does it solve?
You need reliable OCR and field extraction from PDFs and scans but do not want to build and host your own vision pipeline.
Who is it for?
Indie SaaS builders adding invoice, ID, or form parsing with a managed OCR backend and MCP ergonomics.
Skip if: Projects requiring fully offline OCR or no third-party document processing API.
What do I get? / Deliverables
After configuration, your agent can drive RQ-SCAN jobs so structured document data lands in your codebase or automations.
- Agent-callable RQ-SCAN OCR and extraction workflows
- Configured connection to default or custom RQSCAN_API_URL
Recommended MCP Servers
Journey fit
RQ-SCAN is attached while you build features that ingest scanned or uploaded documents via a hosted AI OCR API. Document and OCR SaaS connectors sit in integrations when the product needs external extraction, not local-only parsing.
How it compares
Hosted document OCR MCP integration, not a local Tesseract skill.
Common Questions / FAQ
Who is RQ-SCAN MCP for?
Builders using MCP clients who already use or plan to use RQ-SCAN for AI OCR and structured extraction.
When should I use RQ-SCAN MCP?
When building document ingestion features and you want the agent to call RQ-SCAN instead of manual API scripting.
How do I add RQ-SCAN MCP to my agent?
Install rq-scan-mcp from npm, set RQSCAN_API_KEY and RQSCAN_ORGANIZATION_ID, optionally workspace and API URL, then add stdio MCP server config.