Everlaw
Search and explore your Everlaw database in Claude.
About Everlaw
Everlaw supports legal teams working with litigation databases, discovery records, and case materials. Its connector brings Everlaw search and exploration context into assistant workflows for reviewing evidence, finding documents, and understanding case data.
Connection details
https://api.everlaw.com/v1/mcpTransport
Streamable HTTP
Authentication
OAuth
Setup
claude mcp add everlaw --transport http https://api.everlaw.com/v1/mcpFrequently asked questions
What is the Everlaw remote MCP server?
The Everlaw remote MCP server is a hosted Model Context Protocol endpoint at https://api.everlaw.com/v1/mcp, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the Everlaw MCP server?
Add the endpoint https://api.everlaw.com/v1/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Everlaw MCP server require authentication?
Yes. Everlaw uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Everlaw MCP server use?
Everlaw exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.