Handwriting OCR

Handwriting OCR

Model Context Protocol (MCP) Server for Handwriting OCR.

2.5K

3 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Handwriting OCR MCP Server

Model Context Protocol (MCP) Server for Handwriting OCR .

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/handwriting-ocr
AuthorHandwriting-OCR
Repositoryhttps://github.com/Handwriting-OCR/handwriting-ocr-mcp-server
Dockerfilehttps://github.com/Handwriting-OCR/handwriting-ocr-mcp-server/blob/main/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/handwriting-ocr --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
Licence

Available Tools (3)

Tools provided by this ServerShort Description
check_statusCheck the status of a document
get_textRetrieve the transcribed text from a document
upload_documentUpload a document to Handwriting OCR API for transcription

Tools Details

Tool: check_status

Check the status of a document

ParametersTypeDescription
idstringDocument ID

Tool: get_text

Retrieve the transcribed text from a document

ParametersTypeDescription
idstringDocument ID

Tool: upload_document

Upload a document to Handwriting OCR API for transcription

ParametersTypeDescription
filestringPath to the document (PDF, JPG, PNG, etc.)
delete_afterintegeroptionalSeconds until auto-deletion (optional)
extractor_idstringoptionalExtractor ID (required if action is extractor, will be ignored)
prompt_idstringoptionalPrompt ID (requires Enterprise subscription, will be ignored)

Use this MCP Server

{
  "mcpServers": {
    "handwriting-ocr": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "API_TOKEN",
        "mcp/handwriting-ocr"
      ],
      "env": {
        "API_TOKEN": "your-api-token"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers