{
  "markdown": "# Lemma Oracle\n\n> Give AI proven facts.\n\nLemma is a cryptographically verified truth layer for agent AI. It lets AI\nreason over confidential data via zero-knowledge proofs, selective\ndisclosure, and tamper-evident provenance — while raw content stays\nencrypted.\n\nEvery attribute an AI reads through Lemma carries permanent provenance:\nwho issued it, which schema defined it, how it was proven, and where its\nverification record is anchored.\n\n## Learn more\n\n- 🌐 **Website**: https://lemma.frame00.com\n- 📄 **Services**: https://lemma.frame00.com/services\n- ✍️ **Blog & essays**: https://lemma.frame00.com/blog\n- ❓ **FAQ**: https://lemma.frame00.com/blog/faq\n\n## MCP server\n\n`@lemmaoracle/mcp` is the **Model Context Protocol (MCP) server** for Lemma,\npublished on npm and built with the official **MCP SDK**\n(`@modelcontextprotocol/sdk`). Point Claude Desktop or any MCP-compatible\nagent at it:\n\n```json\n{\n  \"mcpServers\": {\n    \"lemma\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@lemmaoracle/mcp\"],\n      \"env\": { \"LEMMA_API_KEY\": \"YOUR_API_KEY\" }\n    }\n  }\n}\n```\n\nTool list, env vars, and contributor build: [packages/mcp/README.md](./packages/mcp/README.md) · [npm](https://www.npmjs.com/package/@lemmaoracle/mcp)\n\n## Packages\n\nPublic packages in this monorepo:\n\n- **[`packages/mcp/`](./packages/mcp)** — `@lemmaoracle/mcp`, the **Model Context Protocol (MCP) server** for AI agents (this is the package above).\n- **[`packages/sdk/`](./packages/sdk)** — `@lemmaoracle/sdk`, TypeScript SDK for the Lemma API.\n- **[`packages/spec/`](./packages/spec)** — `@lemmaoracle/spec`, OpenAPI spec + shared TypeScript types.\n- **[`packages/x402/`](./packages/x402)** — `@lemmaoracle/x402`, x402 payment middleware drop-in.\n\n## Contact\n\nFor partnership and implementation inquiries, please use the contact form:\nhttps://lemma.frame00.com/services\n\n## License\n\nThis repository uses different licenses for different packages:\n\n| Package | License |\n|---|---|\n| `packages/contracts`, `packages/relay`, `packages/passthrough` | **BUSL-1.1** (changes to Apache-2.0 on 2030-05-01) |\n| `packages/sdk`, `packages/spec`, `packages/mcp`, `packages/parser`, `packages/x402` | **Apache-2.0** |\n| `packages/web` | Private (not distributed) |\n\nThe root `LICENSE` file applies as the default. Each package may contain its own `LICENSE` file that takes precedence.\n\n---\n\n© 2026 FRAME00 Inc.\n\n🇯🇵 [日本語版はこちら / Japanese README](./README.ja.md)\n",
  "bytes": 2421,
  "sha": "54cf62632c3451220a5a029d2e2494cdf002f848b9a9c638d910afa69a6c3c64",
  "repo_slug": "lemmaoracle/lemma",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_lemmaoracle_mcp_8ddc884f/readme"
}