streamable-httpMITupdated 1mo ago
Extract text from images and PDFs (best-in-class Arabic, manga-aware Japanese, 13+ languages auto-detected), translate 100+ languages, pull structured fields from invoices/receipts/IDs — with Saudi ZATCA e-invoice QR validation — and get RAG-ready markdown or semantic chunks. Self-hosted, PDPL-compliant: documents are processed transiently and never stored.
What can you do with ocr?
Auto-Reader OCR — Arabic-first OCR & Document AI for agents
Extract text from images and PDFs (best-in-class Arabic, manga-aware Japanese, 13+ languages auto-detected), translate 100+ languages, pull structured fields from invoices/receipts/IDs — with Saudi ZATCA e-invoice QR validation — and get RAG-ready markdown or semantic chunks. Self-hosted, PDPL-compliant: documents are processed transiently and never stored.
No signup needed. Your first call auto-provisions a free trial key.
Add to Claude Code (10 seconds)
claude mcp add --transport http auto-reader-ocr https://api.auto-reader.com/mcp
Registry: com.auto-reader/ocr · Tools: ocr_image, extract_document,
translate_text, ocr_and_translate, get_usage, create_api_key.
Or plain HTTP (any agent, any language)
curl -X POST https://api.auto-reader.com/signup # -> {"api_key":"nsk_live_..."}
curl -X POST https://api.auto-reader.com/v1/ocr \
-H "Authorization: Bearer $KEY" -F "file=@page.png" -F "lang=auto"
- Machine manifest: https://api.auto-reader.com/llms.txt
- OpenAPI: https://api.auto-reader.com/openapi.json
Idempotency-Keyheader honored; 402 responses carry abuy_directlink.- Free tier: 250 pages/day with an email, 25/day keyless. Credits never expire.
Why agents pick this API
- Arabic is the differentiator: RTL-aware layout, logical-order text, RTL-correct word boxes, Arabic-Indic digits — plus Arabic↔English code-switched documents.
format=markdown/format=chunks(title-bounded, tables kept whole) turn any scan into RAG input in one call;Accept: text/markdownreturns a raw .md body.extract_documentreturns{value, confidence, box}per field, sourced from OCR geometry — never model guesswork.
Site: https://ocr.auto-reader.com · العربية: https://ocr.auto-reader.com/ar
Install
Add ocr to your client. Pick the one you use.
claude mcp add --transport http ocr https://api.auto-reader.com/mcpcodex mcp add ocr --url https://api.auto-reader.com/mcp{
"mcpServers": {
"ocr": {
"url": "https://api.auto-reader.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"ocr": {
"type": "http",
"url": "https://api.auto-reader.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"ocr": {
"url": "https://api.auto-reader.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ocr": {
"serverUrl": "https://api.auto-reader.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance22/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 31 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.3Latest | Aug 1, 2026 |
| 1.0.2 | Aug 1, 2026 |
| 1.0.1 | Aug 1, 2026 |
| 1.0.0 | Jul 26, 2026 |