mcpserver.lol
registry/verify-4
Connection check verified live · 20h ago

verify-4

Verify photos are genuine camera captures, not AI-generated: C2PA checks and RAW+JPEG forensics.

Tools 14
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

14 tools

Read from the running server on 20h ago.

create_verification_upload
Get pre-signed S3 PUT URLs to upload a large RAW + JPEG directly (avoids inlining bytes and bypasses request-size limits). PUT each file to its upload_url, then call verify_photo w…
get_account_usage
Get the authenticated account's monthly verification quota: plan, used, limit, and remaining. Call this before verify_photo to check the free-tier allowance.
get_listing listing_id*
Fetch a marketplace listing by id: title, description, per-license pricing, terms, and sales totals. There is no public directory — you must know the listing UUID.
get_psd_export_status verification_id*
Poll the state of a verification's PSD export: status (pending|queued|in_progress|completed|failed), file size, canvas dimensions, downloads used, and download expiry.
get_verification verification_id*
Retrieve a verification by id: processing status and per-algorithm authenticity results. Completed single-image (image_only) verifications also include a verdict and a structured e…
get_verification_share verification_id*
Get the current sharing configuration (access type, share URL, invited emails) for a verification.
list_my_listings limitoffset
List the marketplace listings owned by your account (with pricing and sales totals).
list_tags
List the account's tag vocabulary: id, name, colour and how many verifications carry each tag. Tags are assigned in the web app or via PUT /v1/verifications/{id}/tags; pass the nam…
list_verifications sizetagsoffsetresultstatustag_match
List the account's verifications, most recent first. Optional filters: status (pending|queued|in_progress|completed|failed), result (true=authentic, false=not), tags (list of tag n…
request_psd_export verification_id*
Request a layered flicker-comparison PSD for a completed RAW+JPEG verification you own: the original photo, the pixel-registered RAW rendition, and the SSIM difference heatmap as l…
share_verification access_type*invite_emailsverification_id*
Enable or update sharing for a verification you own. access_type is 'anyone_with_link' (public URL) or 'restricted' (only invited emails). Optionally pass invite_emails to grant ac…
unshare_verification verification_id*
Disable sharing for a verification, making it private and invalidating its share link.
verify_content_credentials image_base64image_filenameimage_object_keyanonymous_user_id
Verify a single image's authenticity — use this when you only have the image and no RAW camera file. Checks its embedded Content Credentials (C2PA) for capture provenance and AI-ge…
verify_photo raw_base64image_base64raw_filenameimage_filenameraw_object_keyimage_object_key +1
Verify a photo's authenticity from a RAW camera file and its JPEG export. Provide the files either inline as raw_base64 + image_base64 (small files), or — for large files — call cr…