Skip to main content
ClaudeWave
Samqra avatar
Samqra

auto-reader-ocr

View on GitHub

Arabic-first OCR, translation & document extraction API — MCP server for Claude Code & agents. Keyless: first call mints a free trial key.

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Samqra/auto-reader-ocr
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "auto-reader-ocr": {
      "command": "node",
      "args": ["/path/to/auto-reader-ocr/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Samqra/auto-reader-ocr and follow its README for install instructions.
Use cases

MCP Servers overview

# 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)

```bash
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)

```bash
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-Key` header honored; 402 responses carry a `buy_direct` link.
- 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/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
ai-agentsapiarabicclaudeclaude-codeinvoiceinvoice-extractionmcpmcp-serverocrpdfragtranslation

What people ask about auto-reader-ocr

What is Samqra/auto-reader-ocr?

+

Samqra/auto-reader-ocr is mcp servers for the Claude AI ecosystem. Arabic-first OCR, translation & document extraction API — MCP server for Claude Code & agents. Keyless: first call mints a free trial key. It has 0 GitHub stars and was last updated today.

How do I install auto-reader-ocr?

+

You can install auto-reader-ocr by cloning the repository (https://github.com/Samqra/auto-reader-ocr) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Samqra/auto-reader-ocr safe to use?

+

Samqra/auto-reader-ocr has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains Samqra/auto-reader-ocr?

+

Samqra/auto-reader-ocr is maintained by Samqra. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to auto-reader-ocr?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy auto-reader-ocr to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Samqra/auto-reader-ocr
[![Featured on ClaudeWave](https://claudewave.com/api/badge/samqra-auto-reader-ocr)](https://claudewave.com/repo/samqra-auto-reader-ocr)
<a href="https://claudewave.com/repo/samqra-auto-reader-ocr"><img src="https://claudewave.com/api/badge/samqra-auto-reader-ocr" alt="Featured on ClaudeWave: Samqra/auto-reader-ocr" width="320" height="64" /></a>

More MCP Servers

auto-reader-ocr alternatives