Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

com.auto-reader/ocr

REMOTE · API.AUTO-READER.COM · SCANNED AUG 3

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

−1 this week 59 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability70
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1138 tokens (~189/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · api.auto-reader.com

# add to Claude Code
claude mcp add --transport http com-auto-reader-ocr https://api.auto-reader.com/mcp
# ~/.codex/config.toml
[mcp_servers.com-auto-reader-ocr]
url = "https://api.auto-reader.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-auto-reader-ocr": {
      "type": "remote",
      "url": "https://api.auto-reader.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-auto-reader-ocr --url https://api.auto-reader.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-auto-reader-ocr:
    url: "https://api.auto-reader.com/mcp"
// mcp.json
{
  "mcpServers": {
    "com-auto-reader-ocr": {
      "type": "http",
      "url": "https://api.auto-reader.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 −2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 59

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://api.auto-reader.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=auto-reader.com CN=WE1,O=Google Trust Services,C=US 10 Jul 2026 8 Oct 2026 ECDSA 256 ECDSA-SHA256 b98a38820aad46ee1367d8e9740d38aa
SANs: auto-reader.com, api.auto-reader.com, *.api.auto-reader.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of api.auto-reader.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
auto-reader.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.auto-reader.com/mcp Verified 200
http (plaintext) http://api.auto-reader.com/mcp Inconclusive 405
MCP tools — 6 exposed · ~980 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
create_api_key ~88

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.

NameTypeReqDescription
emailstringOptional email to attach for the larger free tier and a verification link.

No output schema declared.

No examples provided.

extract_document ~250

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

NameTypeReqDescription
api_keystringOptional Auto-Reader OCR key (nsk_live_...). If omitted, a free trial key is auto-provisioned and returned to you in the result.
image_base64stringyesThe document image as base64 (data: URI prefix accepted).
langstringLanguage hint; default auto.
presetstringBuilt-in schema. Use zatca for Saudi e-invoices (adds QR validation).
schemaobjectCustom extraction schema instead of a preset: an object whose keys are the fields you want, values describing them, e.g. {"policy_number": "string|null"}.

No output schema declared.

No examples provided.

get_usage ~67

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.

NameTypeReqDescription
api_keystringOptional key (nsk_live_...). Auto-provisioned if omitted.

No output schema declared.

No examples provided.

ocr_and_translate ~150

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.

NameTypeReqDescription
api_keystringOptional key (nsk_live_...). Auto-provisioned if omitted.
image_base64stringyesThe image encoded as base64 (a data: URI prefix is accepted and stripped).
target_langstringyesLanguage to translate into, as a name or code (e.g. English, ar, ja).

No output schema declared.

No examples provided.

ocr_image ~266

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.

NameTypeReqDescription
api_keystringOptional Auto-Reader OCR key (nsk_live_...). If omitted, a free trial key is auto-provisioned and returned to you in the result.
image_base64stringyesThe image encoded as base64 (a data: URI prefix is accepted and stripped).
langstringLanguage/script hint. Default "auto" detects it. Codes: ar, fa, ur, en, fr, es, de, ja, zh, ko, ru, it, pt.
modestringContent hint that tunes detection and prompts. Default "document".

No output schema declared.

No examples provided.

translate_text ~159

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.

NameTypeReqDescription
api_keystringOptional key (nsk_live_...). Auto-provisioned if omitted.
contextstringOptional background text that improves accuracy (it is not translated).
formalitystringOptional register for the output.
target_langstringyesTarget language, as a name or code (e.g. English, Arabic, ar, ja, fr).
textstringyesThe text to translate.

No output schema declared.

No examples provided.