2 months ago
analyze_image is the Model Context Protocol (MCP) tool exposed by I Spy AI that classifies an image as AI-generated or authentic. Given either a public image URL or base64-encoded image bytes, it returns a verdict, a confidence score, and the supporting signals used to reach that verdict — so an AI agent can verify visual evidence before acting on it.
Server Config
{
"mcpServers": {
"ispyai": {
"url": "https://www.ispyai.io/api/mcp",
"headers": {
"Authorization": "Bearer ACCESS_TOKEN"
}
}
}
}