★ 0 stars
TypeScript
🤖 AI/LLM
Updated 1d ago
MCP server for the PicDefense.io API — image risk scoring, EXIF, reverse-image backlinks, and Google Cloud Vision detection (face, landmark, logo, labels, SafeSearch) for AI agents.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"picdefenseio-mcp-ser": {
"command": "npx",
"args": [
"-y",
"rchanllc/picdefenseio-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add picdefenseio-mcp-ser npx -y rchanllc/picdefenseio-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"picdefenseio-mcp-ser": {
"command": "npx",
"args": [
"-y",
"rchanllc/picdefenseio-mcp-server"
]
}
}
}
📋 Copy