MCP Server
MCP
io.github.rchanllc/picdefenseio-mcp-server
Image risk scoring, EXIF, reverse-image backlinks, and image content detection via PicDefense.io.
Install
npx -y @picdefenseio/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.picdefense.io/mcp",
"headers": [
{
"description": "Your PicDefense.io token in the form USERID:APIKEY.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "X-API-Token"
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@picdefenseio/mcp-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your PicDefense.io token in the form USERID:APIKEY. Get it at https://app.picdefense.io/?returnUrl=https://app.picdefense.io/dashboard/settings",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PICDEFENSE_API_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment