Everlaw logo

Everlaw

Search and explore your Everlaw database in Claude.

Official docs

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/mcp
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add everlaw --transport http https://api.everlaw.com/v1/mcp

Frequently 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. 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.

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, Codex, 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 current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers