OCR MCP Service
Related Servers
Alternatives to OCR MCP Service
No user-submitted related servers found.
Related Servers
- FlicenseAqualityCmaintenanceEnables text extraction from images and PDF files using the ZhipuAI GLM-OCR API. It allows users to process documents through local file paths or base64-encoded data for high-quality OCR results.15-
- FlicenseNot gradedqualityCmaintenanceProvides OCR (Optical Character Recognition) capabilities through MCP, including text extraction and document layout parsing to Markdown. Supports multiple PaddleOCR models like PP-OCRv5, PP-OCRv6, and PP-StructureV3.-
- AlicenseNot gradedqualityCmaintenanceA local OCR server using PaddleOCR that enables AI agents to extract text from images.3MIT
- AlicenseBqualityCmaintenanceEnables agent frameworks to invoke OCR as a structured tool, supporting single images, multi-page images, and PDFs via local Transformers or remote vLLM/SGLang backends.3Apache 2.0
- AlicenseAqualityCmaintenanceEnables MCP clients like Claude Code to extract text from images, screenshots, and scanned documents via PaddleOCR PP-OCRv6.1BSD 3-Clause
- FlicenseNot gradedqualityDmaintenanceProvides OCR services powered by Google's Gemini API to extract text from images via file paths or base64 strings. It enables high-accuracy text recognition and CAPTCHA processing through simple MCP tools.8-
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: one is for system health monitoring and the other is for the core OCR functionality. There is no overlap or ambiguity between checking runtime status and performing text recognition from images.
Both tools follow a consistent 'ocr_' prefix pattern with clear, descriptive names (ocr_health_check and ocr_recognize). The naming convention is uniform and predictable throughout the set.
With only 2 tools, this server feels significantly under-scoped for an OCR service. While the core recognition function is present, typical OCR workflows would benefit from additional tools like batch processing, format conversion, or configuration management.
The toolset is severely incomplete for an OCR domain. It lacks essential operations such as batch processing multiple images, handling different input formats, configuring OCR parameters, or providing text extraction with formatting/layout preservation. The health check tool doesn't meaningfully extend the OCR functionality.