Auto-Reader OCR — Arabic-first OCR & Document AI for agents

MCP serverDocs & knowledge

This app lets your AI read text out of images and scanned documents, with Arabic as its primary language. Once added, it can turn document images into usable text, translate that text, and pull out the details you ask for. A free trial key is created automatically the first time it is used.

Available today. Use it from your connected AI after setup.

Add the app and ask your AI to read a document or image. Your first request creates the free trial key, so you can begin right away.

Then ask your AI: use Auto-Reader OCR — Arabic-first OCR & Document AI for agents to extract document

What your AI can do with it

  • Read text out of images and scanned pages
  • Handle Arabic documents as a primary language
  • Translate text taken from documents
  • Extract the details you need from a document
  • Start on first use with an automatically issued free trial key

From the project's README

As published by samqra/auto-reader-ocr in README.md.

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"

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/markdown returns a raw .md body.
  • extract_document returns {value, confidence, box} per field, sourced from OCR geometry — never model guesswork.

Site: https://ocr.auto-reader.com · العربية: https://ocr.auto-reader.com/ar

Tools it offers (7)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • extract_document
  • ocr_image
  • read_manga
  • translate_text
  • ocr_and_translate
  • get_usage
  • create_api_key

Signals

Last commit
Aug 2026
Advanced
Delivery
ocr MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
com-auto-reader-ocr
Source
github.com/samqra/auto-reader-ocr
Hosted endpoint
https://api.auto-reader.com/mcp