MCP Server for AI Image Analysis: 10 Tools for Claude and Cursor
Research Source
Model Context Protocol servers for PII anonymization typically offer text-only tools. AI assistants like Claude Desktop and Cursor IDE process code, documents, and images — but MCP-based PII tools only handle text. When users share screenshots, scanned documents, or ID card photos with AI assistants, no MCP tool can detect or redact PII in these images.
Executive Summary
MCP servers for PII anonymization handle text only. When users share images with AI assistants — screenshots, scanned documents, ID photos — no MCP tool detects or redacts the PII in these images.
cloak.business's MCP Server v2.6.1 provides 10 tools including analyze_image (detect PII with bounding boxes) and redact_image (return redacted base64 images). Both text and image PII processing in a single MCP integration.
The Problem: Text-Only MCP is Half the Solution
Modern AI workflows involve both text and images. A developer shares a screenshot of a database query showing customer records. A lawyer shares a photo of a signed contract. A healthcare worker shares a scan of a patient form. These images contain PII that text-only MCP tools cannot detect. The AI assistant processes the image, potentially including PII in its response or storing it in conversation history.
Irreducible truth: PII appears in both text and images. An MCP server that processes only text leaves half the attack surface unprotected. Image PII processing is not an enhancement — it completes the coverage.
The Solution: How cloak.business Addresses This
10 MCP Tools
cloak.business MCP Server v2.6.1 provides: analyze_text, anonymize_text, detokenize_text, batch_analyze, analyze_image, redact_image, get_balance, estimate_cost, list_sessions, delete_session. Text and image processing in a single integration.
analyze_image Tool
Submit base64-encoded images to detect PII with bounding box coordinates. Returns entity types, confidence scores, and pixel positions. Supports all OCR languages (37) and entity types (320+).
redact_image Tool
Submit images and receive redacted versions as base64-encoded results. PII regions are covered with black rectangles. The redacted image can be saved or passed to the AI assistant for processing without PII exposure.
Dual Transport
stdio transport for Claude Desktop (via npx cloak-business-mcp-server, zero network latency) and HTTP transport for Cursor IDE and custom applications (https://cloak.business/mcp or port 3100).
MCP Server Feature Comparison
| Feature | cloak.business MCP (10 tools) | Text-Only MCP Servers |
|---|---|---|
| Text analysis | Yes | Yes |
| Text anonymization | Yes | Yes (typically) |
| Image analysis | Yes — analyze_image | No |
| Image redaction | Yes — redact_image | No |
| Cost estimation | Yes — estimate_cost (free) | Rarely |
| Session management | Yes — list/delete sessions | Rarely |
| Batch processing | Yes — up to 100 items | Varies |
| Entity types | 320+ | Varies (typically fewer) |
Compliance Mapping
This feature addresses GDPR Article 25 (data protection by design — PII detection across all data types including images), and enables compliant AI workflows where both text and images are processed through PII anonymization before AI model access.
cloak.business's GDPR, HIPAA, PCI-DSS, ISO 27001, SOC 2 compliance coverage, combined with Customer-selected hosting, provides documented technical measures organizations can reference in their compliance documentation.
Product Specifications
| Specification | Value |
|---|---|
| Entity Types | 320+ |
| Detection | 3-layer hybrid: Presidio + NLP + Stance classification |
| Test Coverage | 100% (419/419 tests) |
| Languages | 48 |
| Anonymization Methods | Replace, Redact, Mask, Hash, Encrypt (AES-256-GCM), RSA-4096 Asymmetric, Keep |
| Platforms | Web App, REST API, SDKs (JavaScript, Python), Cloud Storage Add-ins, Nextcloud |
| Pricing | Enterprise (custom) |
| Hosting | Customer-selected |
| Compliance | GDPR, HIPAA, PCI-DSS, ISO 27001, SOC 2 |