# ocr MCP server

Arabic-first OCR, translation and document extraction. First call mints a free trial key.

## Links
- Registry page: https://www.getdrio.com/mcp/com-auto-reader-ocr
- Repository: https://github.com/Samqra/auto-reader-ocr

## Install
- Endpoint: https://api.auto-reader.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.auto-reader.com/mcp

## Tools
- extract_document - Extract STRUCTURED FIELDS from a document image: invoices, receipts, ID cards — or any custom JSON schema you supply. Every field returns {value, confidence, box} where the confidence and box come from the OCR geometry (never model guesswork); absent fields are null. preset="zatca" additionally decodes the Saudi ZATCA e-invoice QR (TLV) and cross-validates it against the printed fields — use it for Saudi tax invoices. Arabic-first accuracy. 5 credits/page (zatca 7). Endpoint: https://api.auto-reader.com/mcp
- ocr_image - Extract text from an image with GPU OCR. Best-in-class Arabic (plus Persian/Urdu) accuracy, manga-aware vertical Japanese, and strong English, French, Spanish, German, Chinese, Korean, Russian, Italian and Portuguese — 13+ languages. Automatic language and script detection with lang="auto". Returns reading-order layout text (right-to-left aware, paragraph-gapped) that is ready to feed an LLM or show a human, plus the detected language, the engine used, and the number of text blocks found. Provide the image as base64. Use the mode hint (document | receipt | manga | scene) to tune detection. Endpoint: https://api.auto-reader.com/mcp
- translate_text - Translate text between 13+ languages with an LLM. Arabic-first quality, with formality control (formal/informal) and optional context to disambiguate meaning. Handles both short dictionary-style word lookups and full documents. Returns the translation and, when available, alternative phrasings. Endpoint: https://api.auto-reader.com/mcp
- ocr_and_translate - One call: OCR an image, then translate every line into target_lang. Arabic-first OCR and manga-aware Japanese with right-to-left-aware layout, followed by LLM translation. Automatic source-language detection. Provide the image as base64. Ideal for reading foreign documents, signs, manga, or receipts end-to-end in a single step. Endpoint: https://api.auto-reader.com/mcp
- get_usage - Check your Auto-Reader OCR key: tier, remaining daily free credits, prepaid credit balance, subscription allowance, and per-minute rate limit. Use it to throttle yourself before hitting a limit. Endpoint: https://api.auto-reader.com/mcp
- create_api_key - Provision a new Auto-Reader OCR API key instantly, with no human steps. Pass an optional email to unlock the larger free tier (about 250 credits/day, vs about 25/day for an email-less trial key). Store the returned key and pass it as api_key on future calls. Endpoint: https://api.auto-reader.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.auto-reader
- Version: 1.0.3
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 1, 2026
- Source: https://registry.modelcontextprotocol.io
