Courtroom5
Civil legal guidance for self-represented litigants
About Courtroom5
Courtroom5 provides jurisdiction-aware civil legal guidance for self-represented litigants across U.S. states. Its connector supports case intake, procedural deadline calculations, and next-step guidance while keeping outputs framed as informational support rather than legal advice.
Connection details
https://mcp.courtroom5.com/v1Transport
Streamable HTTP
Authentication
OAuth
Setup
claude mcp add courtroom5 --transport http https://mcp.courtroom5.com/v1Frequently asked questions
What is the Courtroom5 remote MCP server?
The Courtroom5 remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.courtroom5.com/v1, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the Courtroom5 MCP server?
Add the endpoint https://mcp.courtroom5.com/v1 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 Courtroom5 MCP server require authentication?
Yes. Courtroom5 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 Courtroom5 MCP server use?
Courtroom5 exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.