mcpserver.lol
registry/lemmaoracle-mcp
Connection check verified live · 27h ago

lemmaoracle-mcp

Verifiable provenance for AI agents — ZK proofs over confidential documents, no plaintext exposure.

Tools 5
GitHub stars
Installs / wk
Licence
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

5 tools

Read from the running server on 27h ago.

lemma_get_circuit read-only circuitId*
Retrieve a zero-knowledge proof circuit by its circuitId via GET /v1/circuits/{circuitId}. A circuit defines the constraints that proofs must satisfy and binds to a single schema.…
lemma_get_generator read-only generatorId*
Retrieve a Lemma document generator by generatorId via GET /v1/doc-generators/{generatorId}. A generator describes how a class of source documents is produced (e.g., what fields a…
lemma_get_proof_status read-only verificationId*
Get the verification status of a proof. NOTE: the v2 API does not yet expose a dedicated GET /v1/proofs/{id} endpoint, so this tool internally calls POST /v1/verified-attributes/qu…
lemma_get_schema read-only id*
Retrieve a Lemma schema by its ID via GET /v1/schemas/{id}. A schema declares how documents of a given type are interpreted and normalized. Returns SchemaMeta { id, description? }…
lemma_query_verified_attributes read-only limitoffsetschemaschainIdsattributes
Query cryptographically verified attributes from Lemma. Use this as the primary tool for finding documents whose attributes match given conditions (e.g., "subject's birthYear lt 20…