mcpbeat

identifAI MCP Server

net.identifai/mcp
answering

identifAI MCP Server is answering right now. Last checked 15 min ago. It exposes 19 tools.

Detect AI-generated images, videos, and audio with identifAI's deepfake detection tools.

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
19
Tools
read from the server
128 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add mcp --transport http https://mcp.identifai.net
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.identifai.net"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://mcp.identifai.net"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.identifai.net"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.identifai.net"
    }
  }
}

Available tools 19

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

classify
classify_audio
Upload an audio or speech file to detect whether it is human-recorded or AI-synthesized. Provide the audio content as a base64-encoded string. Returns a classification identifier for async result retrieval. WARNING: base64 encoding adds ~33% overhead to the original file size. For audio files larger than 10 MB, use classify_audio_url instead and provide a publicly accessible URL to avoid payload size issues. Authentication: provide your Identifai API key via the apiKey parameter or configure the X-Api-Key HTTP header in your MCP client (recommended).
classify_audio_url
Submit a publicly accessible audio URL for AI-generated speech detection. Returns a classification identifier for async result retrieval. Authentication: provide your Identifai API key via the apiKey parameter or configure the X-Api-Key HTTP header in your MCP client (recommended).
classify_image
Upload an image file to detect whether it is human-made or AI-generated. Provide the image content as a base64-encoded string. Returns a classification identifier for async result retrieval. WARNING: base64 encoding adds ~33% overhead to the original file size. For images larger than 4 MB, use classify_image_url instead and provide a publicly accessible URL to avoid payload size issues. Authentication: provide your Identifai API key via the apiKey parameter or configure the X-Api-Key HTTP header in your MCP client (recommended).
classify_image_url
Submit a publicly accessible image URL to detect whether it is human-made or AI-generated. Returns a classification identifier for result retrieval. Supports the same analysis options as file-based classification. Authentication: provide your Identifai API key via the apiKey parameter or configure the X-Api-Key HTTP header in your MCP client (recommended).
classify_video
Upload a video file to detect whether it is human-made or AI-generated. Provide the video content as a base64-encoded string. The video is split into frames which are individually classified. Returns a classification identifier for async result retrieval. WARNING: base64 encoding adds ~33% overhead to the original file size. For videos larger than 10 MB, use classify_video_url instead and provide a publicly accessible URL to avoid payload size issues. Authentication: provide your Identifai API key via the apiKey parameter or configure the X-Api-Key HTTP header in your MCP client (recommended).
classify_video_url
Submit a publicly accessible video URL for AI-generated content detection. Supports the same frame extraction and analysis options as file-based classification. Authentication: provide your Identifai API key via the apiKey parameter or configure the X-Api-Key HTTP header in your MCP client (recommended).
all
get_all_audio_classifications
Retrieve classification results for multiple audio files in a single request. Accepts up to 100 identifiers.
get_all_image_classifications
Retrieve classification results for multiple images in a single request. Accepts up to 100 identifiers. Useful for batch result polling.
get_all_video_classifications
Retrieve classification results for multiple videos in a single request. Accepts up to 100 identifiers.
override
override_audio_classification
Manually override the classification verdict for a previously classified audio file. Sets the result to either "human" or "artificial".
override_image_classification
Manually override the classification verdict for a previously classified image. Sets the result to either "human" or "artificial". Used for corrections and feedback.
override_video_classification
Manually override the classification verdict for a previously classified video. Sets the result to either "human" or "artificial".
audio
get_audio_classification
Retrieve the classification result for a previously submitted audio file. Poll until the result is ready.
classification
get_classification_heatmap
Retrieve a visual heatmap highlighting which regions of the image were detected as AI-generated. Requires the classification to have been submitted with withHeatmap enabled.
image
get_image_classification
Retrieve the classification result for a previously submitted image. Use the identifier returned by classify_image or classify_image_url. Poll this endpoint until the result is available.
submit
submit_tampering_tickets
Submit one or more ticket images (as base64-encoded strings) to the Identifai v2 API for batch tampering detection. Each ticket is analysed independently; results are retrieved asynchronously via get_tampering_batch_results using the returned batch_id. Supports PDF files (each page becomes a separate analysis entry). Maximum 10 tickets per batch. Authentication: provide your Identifai API key via the apiKey parameter or configure the X-Api-Key HTTP header in your MCP client (recommended).
tampering
get_tampering_batch_results
Retrieve the tampering detection results for a previously submitted batch of tickets. Poll until the "done" field is true. Each result contains a verdict ("authentic" or "tampered") and per-heuristic verdicts.
user
get_user_credits
Retrieve the current available and used classification credits for the authenticated Identifai account. Use this to check quota status before submitting large batches.
video
get_video_classification
Retrieve the classification result for a previously submitted video. Poll until the result is ready — video classification is always asynchronous.

Endpoints

URLTransportStateLatencyChecked
https://mcp.identifai.net streamable-http answering 124 ms 15 min ago

identifAI MCP Server — questions

Answers built from our own checks of this server.

What can identifAI MCP Server do?
It exposes 19 tools, read directly from the server on our last check. Among them: classify_audio, classify_audio_url, classify_image, classify_image_url, classify_video, classify_video_url and 13 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is identifAI MCP Server mostly used for?
Its tools cluster around classify, override and all. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is identifAI MCP Server working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 128 ms. The bar chart above shows every period we have measured.
How do I connect identifAI MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does identifAI MCP Server need an API key?
No. identifAI MCP Server completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 19 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is identifAI MCP Server?
It answers our handshake in 128 ms on average, which is faster than 78% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.