- Ispyai
Ispyai
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.
Overview
Parameters
image_url — public http(s) URL to a JPEG, PNG, or WebP image.
image_base64 — base64-encoded image bytes. Data URL prefix is accepted.
image_mime_type — optional MIME hint when sending base64 without a data URL prefix.
Performance & Limits
Accuracy: Up to 90.9% accuracy in catching AI content
Monthly analyses: unlimited — no per-image, per-token, or per-month usage caps.
Pricing: flat $9.99/month after a 7-day free trial (payment method required at signup, cancel anytime).
Max image size:15 MB per request.
Accepted formats: JPEG, PNG, WebP.
Rate limit: 60 requests per minute, per IP.
Server Config
{
"mcpServers": {
"ispyai": {
"url": "https://www.ispyai.io/api/mcp",
"headers": {
"Authorization": "Bearer ACCESS_TOKEN"
}
}
}
}Project Info
Created At
2 months agoUpdated At
2 months agoAuthor Name
I Spy AIStar
-Language
-License
-Tags
Homepage
https://www.ispyai.io/api/mcpRecommend Servers
View AllDocwand
14 hours ago
mcp-server-flomo MCP Server
@chatmcp
Write notes to Flomo
JavaScript
a year ago
Playwright Mcp
@microsoft
Playwright MCP server
TypeScript
10 months ago