Skip to content
Back to search
90
MCP v1.1.0 sse

OCR Text Extraction API

io.github.Br0ski777/ocr-extract

Extract text from images using OCR. Tesseract-powered. x402 micropayment.

Uptime
0.0%
1 direct probes · 30d
Response
178ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

media_extract_text_from_image

Use this when you need to extract text from an image. Accepts an image URL or base64-encoded image data. Returns the extracted text, word count, confidence score, and detected language. Do NOT use for…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ocr_text_extraction_api": {
      "url": "https://ocr-extract.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}