Catalog
io.github.rchanllc/picdefenseio-mcp-server
Officialby rchanllc · TypeScript
Image risk scoring, EXIF, reverse-image backlinks, and image content detection via PicDefense.io.
Analyzes images for risk scores, EXIF data, reverse-image backlinks, and content detection.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
PICDEFENSE_API_TOKENrequiredsecretYour PicDefense.io token in the form USERID:APIKEY. Get it at https://app.picdefense.io/?returnUrl=https://app.picdefense.io/dashboard/settings
claude_desktop_config.json
{
"mcpServers": {
"picdefenseio-mcp-server": {
"command": "npx",
"args": [
"-y",
"@picdefenseio/mcp-server@1.0.1"
],
"env": {
"PICDEFENSE_API_TOKEN": "<YOUR_PICDEFENSE_API_TOKEN>"
}
}
}
}