Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Lumethic Photo Verification

com.lumethic/verify

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

Uptime
100.0%
1 direct probes · 30d
Response
371ms
last probe
Tools
14
callable
Resources
1
readable
Prompts
0
available

Tools · 14

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.

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 with the returned obj…

verify_photo

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 create_verification_up…

verify_content_credentials

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-generation flags, and …

get_verification

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 evidence_report with …

list_verifications

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 names, case-insensiti…

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 names to list_verificat…

request_psd_export

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 layers, for A/B toggl…

get_psd_export_status

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.

share_verification

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 access. Returns the sh…

get_verification_share

Get the current sharing configuration (access type, share URL, invited emails) for a verification.

unshare_verification

Disable sharing for a verification, making it private and invalidating its share link.

get_listing

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.

list_my_listings

List the marketplace listings owned by your account (with pricing and sales totals).

Resources · 1

pricing

Lumethic plans, monthly verification limits, free-tier, and keyless anonymous rules.

lumethic://pricing

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "lumethic_photo_verification": {
      "url": "https://api.lumethic.com/mcp",
      "transport": "streamable-http"
    }
  }
}