Connection check
verified live · 26h ago
identifai-mcp
Detect AI-generated images, videos, and audio with identifAI's deepfake detection tools.
Tools
19
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
26h ago
Tools & capabilities
19 toolsRead from the running server on 26h ago.
classify_audio
refIdapiKeynoCachefileData*filenamepreventC2paForces
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 f… 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
refIdapiKeynoCacheaudioUrl*preventC2paForces
Submit a publicly accessible audio URL for AI-generated speech detection. Returns a classification identifier for async result retrieval. Authentication: provide your Identifai API… 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
refIdapiKeynoCachefileData*filenamewithNsfw
+4
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… 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
refIdapiKeynoCacheimageUrl*withNsfwwithHeatmap
+3
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 opti… 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
refIdapiKeyframesnoCachefileData*filename
+8
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… 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
refIdapiKeyframesnoCachevideoUrl*withNsfw
+7
Submit a publicly accessible video URL for AI-generated content detection. Supports the same frame extraction and analysis options as file-based classification. Authentication: pro… 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).
get_all_audio_classifications
apiKeyidentifiers*
Retrieve classification results for multiple audio files in a single request. Accepts up to 100 identifiers. Retrieve classification results for multiple audio files in a single request. Accepts up to 100 identifiers.
get_all_image_classifications
apiKeyidentifiers*
Retrieve classification results for multiple images in a single request. Accepts up to 100 identifiers. Useful for batch result polling. Retrieve classification results for multiple images in a single request. Accepts up to 100 identifiers. Useful for batch result polling.
get_all_video_classifications
apiKeyidentifiers*
Retrieve classification results for multiple videos in a single request. Accepts up to 100 identifiers. Retrieve classification results for multiple videos in a single request. Accepts up to 100 identifiers.
get_audio_classification
apiKeyidentifier*
Retrieve the classification result for a previously submitted audio file. Poll until the result is ready. Retrieve the classification result for a previously submitted audio file. Poll until the result is ready.
get_classification_heatmap
apiKeyidentifier*
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. 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.
get_image_classification
apiKeyidentifier*
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 ava… 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.
get_tampering_batch_results
apiKeybatchId*
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"… 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.
get_user_credits
apiKey
Retrieve the current available and used classification credits for the authenticated Identifai account. Use this to check quota status before submitting large batches. Retrieve the current available and used classification credits for the authenticated Identifai account. Use this to check quota status before submitting large batches.
get_video_classification
apiKeyidentifier*
Retrieve the classification result for a previously submitted video. Poll until the result is ready — video classification is always asynchronous. Retrieve the classification result for a previously submitted video. Poll until the result is ready — video classification is always asynchronous.
override_audio_classification
apiKeyidentifier*classification*
Manually override the classification verdict for a previously classified audio file. Sets the result to either "human" or "artificial". Manually override the classification verdict for a previously classified audio file. Sets the result to either "human" or "artificial".
override_image_classification
apiKeyidentifier*classification*
Manually override the classification verdict for a previously classified image. Sets the result to either "human" or "artificial". Used for corrections and feedback. 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
apiKeyidentifier*classification*
Manually override the classification verdict for a previously classified video. Sets the result to either "human" or "artificial". Manually override the classification verdict for a previously classified video. Sets the result to either "human" or "artificial".
submit_tampering_tickets
apiKeymodelsrefIdstickets*filenames