mcpbeat

Lumethic Photo Verification MCP Server

com.lumethic/verify
answering

Lumethic Photo Verification is answering right now. Last checked 6 min ago. It exposes 11 tools.

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

Uptime history 43 hours of history
43 hours agonow
100.0%
Uptime 24h
91 of 91 checks
11
Tools
read from the server
377 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 6 min ago.

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

Available tools 11

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

verification
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 object_key values as raw_object_key / image_object_key.
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 per-check findings and coverage. Works for both API-key callers (scoped to their account) and keyless anonymous callers (any anonymous verification, which are public by link).
get_verification_share
Get the current sharing configuration (access type, share URL, invited emails) for a verification.
verify
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 runs advisory forensic screens (error-level analysis, double-JPEG artifacts, EXIF timestamp consistency, editing-software traces, screen recapture). Free: it does not consume your verification quota. Provide the image inline as image_base64, or — for large files — call create_verification_upload and pass the returned image_object_key. Returns a verification id; poll get_verification, which on completion includes a structured evidence_report (verdict, per-check findings, coverage). Works without an API key on the keyless anonymous tier (rate-limited; returns an anonymous_user_id to reuse). For the strongest forensic check, use verify_photo with a RAW + JPEG pair instead.
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_upload first and pass the returned raw_object_key + image_object_key. Returns a verification id; poll get_verification for the result. With an API key this counts against your monthly quota (free tier: 5/month). Without a key it runs on the keyless anonymous tier (rate-limited; returns an anonymous_user_id to reuse; anonymous verifications can't be listed or shared until you register).
account
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.
listing
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.
listings
list_my_listings
List the marketplace listings owned by your account (with pricing and sales totals).
share
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 share URL and invited emails. Anonymous verifications can't be shared.
unshare
unshare_verification
Disable sharing for a verification, making it private and invalidating its share link.
verifications
list_verifications
List the account's verifications, most recent first. Optional filters: status (pending|queued|in_progress|completed|failed) and result (true=authentic, false=not).

Endpoints

URLTransportStateLatencyChecked
https://api.lumethic.com/mcp streamable-http answering 387 ms 6 min ago

Lumethic Photo Verification — questions

Answers built from our own checks of this server.

What can Lumethic Photo Verification do?
It exposes 11 tools, read directly from the server on our last check. Among them: create_verification_upload, get_account_usage, get_listing, get_verification, get_verification_share, list_my_listings and 5 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 Lumethic Photo Verification mostly used for?
Its tools cluster around verification and verify. 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 Lumethic Photo Verification 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 377 ms. The bar chart above shows every period we have measured.
How do I connect Lumethic Photo Verification?
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 Lumethic Photo Verification need an API key?
No. Lumethic Photo Verification completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 11 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Lumethic Photo Verification?
It answers our handshake in 377 ms on average, which is faster than 37% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.