Ddddocr Smithery Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Ddddocr Smithery Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server for ddddocr that can be deployed on Smithery, providing OCR and CAPTCHA recognition capabilities to AI agents.
# Install dependencies
npm install
# Build the project
npm run build
# Run in development mode
npm run dev
# Run tests
npm testThis MCP server provides the following tools:
ocr_recognizeExtract text content from images.
Parameters:
image (required): Base64 encoded image dataprobability (optional): Return confidence scorescharset_range (optional): Limit character set (e.g., "0123456789")color_filter (optional): Apply color filterspng_fix (optional): Fix transparent PNG imagestext_detectionDetect text regions and bounding boxes in images.
Parameters:
image (required): Base64 encoded image dataslide_matchMatch sliding CAPTCHA pieces to find correct positions.
Parameters:
target_image (required): Base64 encoded puzzle piecebackground_image (required): Base64 encoded background with gapsimple_target (optional): Whether target has transparencyslide_comparisonCompare images to find sliding distance for CAPTCHA solving.
Parameters:
target_image (required): Base64 encoded image with gapbackground_image (required): Base64 encoded complete imageAdd this server to your Claude Desktop configuration:
{
"mcpServers": {
"ddddocr": {
"command": "npx",
"args": ["-y", "@smithery/ddddocr-mcp@latest"]
}
}
}Or if deployed on Smithery:
{
"mcpServers": {
"ddddocr": {
"command": "npx",
"args": ["-y", "@smithery/cli", "run", "your-deployment-url"]
}
}
}This server acts as a bridge between MCP clients and the ddddocr service:
MIT - See LICENSE file for details
For issues and questions:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.