z4none/rapidocr-mcp
rapidocr-mcp is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of rapidocr-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
RapidOCR MCP Server is a Model Context Protocol server that provides an easy-to-use OCR interface.
Try rapidocr-mcp with chat:
Tools
Functions exposed to the LLM to take actions
ocr_by_content
Perform OCR recognition on base64 encoded image content.
Args: base64_data: Base64 encoded image content string
Returns: List[TextContent]: List of recognized text content
ocr_by_path
Perform OCR recognition on an image file.
Args: path: Path to the image file
Returns: List[TextContent]: List of recognized text content
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client