Lemma Oracle MCP Server
Enables AI agents to query cryptographically verified facts with zero-knowledge proofs, selective disclosure, and tamper-evident provenance.
README
Lemma Oracle
Give AI proven facts.
Lemma is a cryptographically verified truth layer for agent AI. It lets AI reason over confidential data via zero-knowledge proofs, selective disclosure, and tamper-evident provenance โ while raw content stays encrypted.
Every attribute an AI reads through Lemma carries permanent provenance: who issued it, which schema defined it, how it was proven, and where its verification record is anchored.
Learn more
- ๐ Website: https://lemma.frame00.com
- ๐ Services: https://lemma.frame00.com/services
- โ๏ธ Blog & essays: https://lemma.frame00.com/blog
- โ FAQ: https://lemma.frame00.com/blog/faq
MCP server
@lemmaoracle/mcp is the Model Context Protocol (MCP) server for Lemma,
published on npm and built with the official MCP SDK
(@modelcontextprotocol/sdk). Point Claude Desktop or any MCP-compatible
agent at it:
{
"mcpServers": {
"lemma": {
"command": "npx",
"args": ["-y", "@lemmaoracle/mcp"],
"env": { "LEMMA_API_KEY": "YOUR_API_KEY" }
}
}
}
Tool list, env vars, and contributor build: packages/mcp/README.md ยท npm
Packages
Public packages in this monorepo:
packages/mcp/โ@lemmaoracle/mcp, the Model Context Protocol (MCP) server for AI agents (this is the package above).packages/sdk/โ@lemmaoracle/sdk, TypeScript SDK for the Lemma API.packages/spec/โ@lemmaoracle/spec, OpenAPI spec + shared TypeScript types.packages/x402/โ@lemmaoracle/x402, x402 payment middleware drop-in.
Contact
For partnership and implementation inquiries, please use the contact form: https://lemma.frame00.com/services
License
This repository uses different licenses for different packages:
| Package | License |
|---|---|
packages/contracts, packages/relay, packages/passthrough |
BUSL-1.1 (changes to Apache-2.0 on 2030-05-01) |
packages/sdk, packages/spec, packages/mcp, packages/parser, packages/x402 |
Apache-2.0 |
packages/web |
Private (not distributed) |
The root LICENSE file applies as the default. Each package may contain its own LICENSE file that takes precedence.
ยฉ 2026 FRAME00 Inc.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.