PluginBench
MCP Server

io.github.rchanllc/picdefenseio-mcp-server MCP Server

io.github.rchanllc/picdefenseio-mcp-server

What is the io.github.rchanllc/picdefenseio-mcp-server MCP server?

Image risk scoring, EXIF, reverse-image backlinks, and image content detection via PicDefense.io.

How to install io.github.rchanllc/picdefenseio-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PICDEFENSE_API_TOKEN
    required
    secret

    Your PicDefense.io token in the form USERID:APIKEY. Get it at https://app.picdefense.io/?returnUrl=https://app.picdefense.io/dashboard/settings

  • X-API-Token
    required
    secret

    Your PicDefense.io token in the form USERID:APIKEY.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "picdefenseio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@picdefenseio/mcp-server"
      ],
      "env": {
        "PICDEFENSE_API_TOKEN": "<YOUR_PICDEFENSE_API_TOKEN>",
        "X-API-Token": "<YOUR_X_API_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "picdefenseio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@picdefenseio/mcp-server"
      ],
      "env": {
        "PICDEFENSE_API_TOKEN": "<YOUR_PICDEFENSE_API_TOKEN>",
        "X-API-Token": "<YOUR_X_API_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "picdefenseio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@picdefenseio/mcp-server"
      ],
      "env": {
        "PICDEFENSE_API_TOKEN": "<YOUR_PICDEFENSE_API_TOKEN>",
        "X-API-Token": "<YOUR_X_API_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "picdefenseio-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@picdefenseio/mcp-server"
      ],
      "env": {
        "PICDEFENSE_API_TOKEN": "<YOUR_PICDEFENSE_API_TOKEN>",
        "X-API-Token": "<YOUR_X_API_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add picdefenseio-mcp-server --env PICDEFENSE_API_TOKEN=<YOUR_PICDEFENSE_API_TOKEN> --env X-API-Token=<YOUR_X_API_TOKEN> -- npx -y @picdefenseio/mcp-server

Related MCP servers

Provision real-SIM US phone numbers, receive SMS, and extract OTP codes for AI agents.

View repository →