Documentation Index Fetch the complete documentation index at: https://docs.encrata.com/llms.txt
Use this file to discover all available pages before exploring further.
Official SDKs
MCP Server Connect any AI agent to Encrata via Model Context Protocol.
MCP Server (npm)
Install globally or use with npx:
npm install -g encrata-mcp
The MCP server exposes all Encrata tools (lookup, validate, breaches, monitors, etc.) to any MCP-compatible AI agent. See the MCP page for full setup instructions.
Framework integrations
Encrata integrates natively with popular AI/ML frameworks:
Framework Docs LangChain Guide LlamaIndex Guide CrewAI Guide Haystack Guide
REST API (no SDK)
Don’t want a library? The API is simple HTTP — works from any language:
curl -X POST https://encrata.com/api/agent/lookup \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"e": "satya@microsoft.com"}'
See the API Reference for all endpoints.