mcp-server
by CodeProcessor
Overview
Provides optical character recognition (OCR) capabilities for images, either from base64 encoded strings or remote URLs.
Installation
uv run ocr.pySecurity Notes
The 'ocr_image_from_url' function fetches images from arbitrary HTTP/HTTPS URLs. This poses a Server-Side Request Forgery (SSRF) risk, allowing a malicious actor to potentially scan internal networks or access internal services if the URL is not sufficiently validated. While 'httpx' includes timeouts and redirect following, it doesn't mitigate the core SSRF vulnerability. Temporary files created for OCR are cleaned up. No 'eval' or hardcoded secrets were found.
Similar Servers
uLoopMCP
Acts as a Model Context Protocol (MCP) server to bridge Unity Editor operations with AI coding tools like Cursor and Claude Code, enabling autonomous development loops for compiling, testing, logging, and scene automation.
seamless-agent
Empowers AI agents within GitHub Copilot Chat (or similar LM clients) to seek interactive user confirmation and feedback via specialized tools (ask_user, plan_review, walkthrough_review) before executing actions, ensuring user control.
mcp
This MCP server assists developers by identifying inefficient or outdated npm packages in install commands and source files, providing migration documentation.
felix
Real-time conversational AI voice assistant with local processing, autonomous tool execution, and PWA support.