glm-ocr-mcp
Related Servers
Alternatives to glm-ocr-mcp
No user-submitted related servers found.
Related Servers
- 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
- 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-
- AlicenseNot gradedqualityCmaintenanceProvides AI agents with comprehensive document parsing capabilities including PDF text extraction, OCR, HTML-to-markdown conversion, table extraction, and summarization, optimized for agent workflows.53 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to inspect and convert PDF, PowerPoint, Excel, and many other file formats into clean, structured Markdown, with chunking support for long documents.Apache 2.0
- 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 gradedqualityCmaintenanceConverts screenshots of web pages into structured Markdown using GLM-OCR (Zhipu), with tools for OCR on images, webpages, and health checks.MIT
TDQS
Scored across 7 tools
Each tool has a clear function: image OCR, long-image OCR, PDF OCR, async task management, and health check. The only potential overlap is ocr_pdf vs start_pdf_ocr, but their descriptions differentiate by synchronous vs asynchronous execution.
Most tools follow a recognizable verb_noun pattern: ocr_image, ocr_pdf, get_ocr_status, cancel_ocr_task, start_pdf_ocr. The outlier is 'doctor', which breaks the pattern but is still an understandable command-style name.
Seven tools is well-scoped for an OCR server: it covers the main input types (image, long image, PDF), both sync and async PDF paths, task status, cancellation, and environment self-check. No tool feels redundant or missing.
The tool surface covers the core OCR domain well: images, long images, PDFs with page ranges, async task lifecycle, and configuration readiness. There are no obvious dead ends for common OCR workflows.