mcp-ocr
Verified Safeby ForceInjection
Overview
Provides an OCR server leveraging Kimi API for image text extraction via the Model Context Protocol (MCP).
Installation
No command providedSecurity Notes
The server itself listens for requests and consumes an external paid API (Kimi API). API keys are configured via environment variables or a local file, requiring careful protection. No obvious 'eval' or obfuscation risks are present in the provided description. Standard network security practices should be applied when deploying the server.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-servers
Provides an MCP server for Qdrant vector database integration, enabling AI agents to perform semantic search, store documents, and manage collections with advanced multi-tenant filtering capabilities.
opencode-mcp
An MCP (Model Context Protocol) server that provides seamless integration with OpenCode, the open-source AI coding agent for the terminal.