picdefenseio-mcp-server

rchanllc/picdefenseio-mcp-server
★ 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.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "picdefenseio-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "rchanllc/picdefenseio-mcp-server"
      ]
    }
  }
}