Back to Browse

Auto Reader Ocr MCP Server

by Samqra
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://api.auto-reader.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

6 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-auto-reader-ocr": {
      "url": "https://api.auto-reader.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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"

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

Reviews

No reviews yet

Be the first to review this server!