Submit

Ispyai

@I Spy AI

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.
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"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server