Model Context Protocol server for the Lidia AI document assistant platform
An MCP server that lets AI assistants interact with the full Lidia platform through natural language.
MCP is an open standard that lets AI assistants like Claude connect to external tools and data sources. This server exposes Lidia's full API as MCP tools.
Your AI client authenticates via OAuth 2.1, then calls tools to manage cases, conversations, documents, and more — all through natural language.
OAuth 2.1 with PKCE, JWT sessions backed by AWS Cognito. Cognito tokens never leave the server. File uploads stream directly to S3.
Three ways to connect Claude to Lidia. Pick whichever fits your workflow.
Generate a personalized extension bundle with your credentials pre-configured. Just double-click to install.
Add this to your Claude Desktop settings JSON:
{
"mcpServers": {
"lidia": {
"type": "http",
"url": "https://mcp.lidiatech.ai/mcp"
}
}
}
Run this in your terminal:
claude mcp add --transport http lidia https://mcp.lidiatech.ai/mcp
Install AI-powered skills that teach Claude how to use Lidia tools with intent-based routing and multi-tool orchestration.
curl -fsSL https://mcp.lidiatech.ai/install.sh | bash
Two skills that auto-load based on your intent:
69 tools organized across 12 domains. Each tool maps to a Lidia API endpoint with full CRUD support.
Create and manage legal cases, assign participants and track matters.
AI chat sessions linked to cases. Export, archive, and manage conversation history.
Send messages to AI assistants and receive streaming responses with progress tracking.
Upload, download, search, and organize documents. Attach files to cases.
Organize documents into hierarchical folder structures.
Label and categorize documents for quick filtering and retrieval.
Reusable conversation and document templates for common workflows.
AI-generated answers from your knowledge base and uploaded documents.
Manage user accounts, profiles, roles, and permissions.
Multi-tenant organization management with workflow assignments.
Configure AI processing pipelines with custom models and instructions.
Bookmark cases, conversations, and documents for quick access.