Image risk, EXIF, reverse-image backlinks, and Cloud Vision detection via the PicDefense.io API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Picdefenseio MCP Server.
picdefense_get_creditsRemaining account credit balance
picdefense_check_image_riskReverse-image risk analysis + **picrisk** score (core tool)
picdefense_extract_exifExtract EXIF metadata (camera, timestamps, GPS)
picdefense_detect_faceDetect a human face in an image
picdefense_detect_landmarkDetect a recognizable landmark
picdefense_detect_logoDetect a brand logo
A Model Context Protocol server for the PicDefense.io API β let AI agents run reverse-image risk analysis, EXIF extraction, image backlink discovery, and image content detection (face / landmark / logo / label / SafeSearch) on any image URL.
/mcp) and legacy SSE (/sse)/docs| Tool | Description |
|---|---|
picdefense_get_credits | Remaining account credit balance |
picdefense_check_image_risk | Reverse-image risk analysis + picrisk score (core tool) |
picdefense_extract_exif | Extract EXIF metadata (camera, timestamps, GPS) |
picdefense_detect_face | Detect a human face in an image |
picdefense_detect_landmark | Detect a recognizable landmark |
picdefense_detect_logo | Detect a brand logo |
picdefense_safesearch | Content-safety (adult/violence/racy/β¦) assessment |
picdefense_find_backlinks | Find pages where an image appears |
picdefense_detect_labels | Detect descriptive labels for image contents |
picdefense_extract_text | Extract text from an image via OCR |
picdefense_detect_watermark | Detect a visible stock/photographer watermark (source + confidence) |
All image tools take a single url (a public http/https image URL). Most tools
consume account credits per call β use picdefense_get_credits to check your balance.
Every request authenticates with your PicDefense API token, which is your user id and API key joined by a colon:
Find both in your PicDefense.io account settings: https://app.picdefense.io/?returnUrl=https://app.picdefense.io/dashboard/settings
The token is sent as the X-API-TOKEN header to the API (https://app.picdefense.io/api/v2).
The hosted server runs at https://mcp.picdefense.io. Add it to Claude Code:
Quick HTTP smoke test:
Claude Desktop launches MCP servers as local commands, so reach the hosted server
through the mcp-remote bridge (requires
Node.js installed). See claude_desktop_config.example.json:
Edit your claude_desktop_config.json (Settings β Developer β Edit Config), add the
mcpServers block above with your USERID:APIKEY, then fully quit and reopen Claude Desktop.
Testing against a plain-HTTP server (e.g.
http://<host>:6910) instead of HTTPS?mcp-remoteblocks non-HTTPS origins unless the host islocalhostβ append"--allow-http"to theargsarray, or reach it over an SSH tunnel tolocalhost.
Run the published package directly. Requires Node.js installed.
You can also pass the token via the PICDEFENSE_API_TOKEN env var instead of --api-token.
Clone and build, then point Claude Desktop at the built entry point:
Then use "command": "node" with "args": ["/absolute/path/to/dist/index.js", "--api-token", "USERID:APIKEY"].
| Variable | Default | Description |
|---|---|---|
PICDEFENSE_API_TOKEN | β | USERID:APIKEY (stdio only; hosted server reads it per-connection) |
PICDEFENSE_API_BASE_URL | https://app.picdefense.io/api/v2 | API base URL |
PORT | 6910 | Hosted server listen port |
The container is named picdefenseio_mcp and listens on port 6910.
| Method | Path | Purpose |
|---|---|---|
| GET | /health | Health check (used by Docker + CI) |
| GET | /api/info | Server + transport info |
| GET | /tools | List available tools |
| GET | /docs | Swagger UI for the underlying API |
| GET | /sse?token=USERID:APIKEY | Open an SSE MCP session |
| POST | /messages?sessionId=<id> | SSE session message channel |
| POST | /mcp | Streamable HTTP MCP (header X-API-Token) |
There is no CI/CD in this repo β host it yourself. On your server:
The container is named picdefenseio_mcp and listens on 6910. To update,
git pull and re-run docker compose up --build -d.
Front it with nginx at https://mcp.picdefense.io β 127.0.0.1:6910
(proxy_buffering off and a long read timeout are recommended for the /sse path).
Each connection builds its own API client + MCP server bound to the caller's token, so the service is multi-tenant and stateless with respect to credentials.
MIT β see LICENSE.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/picdefenseio-mcp-server)<a href="https://allmcps.com/mcp/picdefenseio-mcp-server"><img src="https://allmcps.com/api/badge/picdefenseio-mcp-server?style=directory" alt="Picdefenseio MCP Server on AllMCPs" /></a>