streamable-httpMITupdated 3mo ago
LegalSearch is Roop's public MCP for grounding external agents in Roop's public Indian judgments and statutes without adopting the full Roop platform or migrating an existing agent stack.
What can you do with LegalSearch?
LegalSearch Agent Kit
LegalSearch is Roop's public MCP for grounding external agents in Roop's public Indian judgments and statutes without adopting the full Roop platform or migrating an existing agent stack.
This repository gives agent users a copy-paste master prompt, MCP setup snippets, and starter skills for Gemini agents, Codex, Claude Code, Hermes, OpenClaw-style agents, Cursor, VS Code agent mode, and other MCP-capable tools.
Registry name:
- Display title:
LegalSearch - Canonical MCP Registry ID:
ai.roopslaw/legalsearch - Official MCP Registry status: published and active
Public Endpoints
- MCP endpoint: https://mcp.roopslaw.ai/mcp
- Health: https://mcp.roopslaw.ai/health
- Discovery JSON: https://mcp.roopslaw.ai/.well-known/roop-public-mcp.json
- Roop bot guide: https://www.roopslawassist.com/bots
- Roop llms.txt: https://www.roopslawassist.com/llms.txt
- Official MCP Registry search: https://registry.modelcontextprotocol.io/v0.1/servers?search=LegalSearch
What LegalSearch Provides
- Public judgment search and bounded judgment packets.
- Public statute and subordinate-legislation search and bounded packets.
- Public corpus status.
- A vendor-neutral grounding workflow for agents that already support MCP.
What It Does Not Provide
- Private workspaces, matters, documents, drafts, or user data.
- Internal Roop systems, operational endpoints, non-public technical details, secrets, or privileged tools.
- Legal advice. Agents must tell users to verify legal work against official sources and consult a qualified professional where appropriate.
Quick Start
Give your agent the master prompt in MASTER_PROMPT.md.
For direct setup instructions, see docs/mcp-setup.md.
For answer behavior and legal grounding rules, see docs/legal-grounding-policy.md.
Why Use Roop's Platform Too?
LegalSearch is a knowledge layer for interoperability. It is intentionally bounded. For sustained legal work, Roop's native platform and indigenous Roop Agents can be cheaper, faster, and more powerful because research, drafting, matter context, verification, collaboration, and billing are integrated rather than stitched together by an external agent.
See docs/platform-and-pricing-positioning.md for responsible positioning.
Security
Do not commit API keys. Use local environment variables such as ROOP_PUBLIC_MCP_API_KEY for authenticated MCP access. See SECURITY.md.
License
MIT. See LICENSE.
Install
Add LegalSearch to your client. Pick the one you use.
claude mcp add --transport http legalsearch https://mcp.roopslaw.ai/mcpcodex mcp add legalsearch --url https://mcp.roopslaw.ai/mcp{
"mcpServers": {
"legalsearch": {
"url": "https://mcp.roopslaw.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"legalsearch": {
"type": "http",
"url": "https://mcp.roopslaw.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"legalsearch": {
"url": "https://mcp.roopslaw.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"legalsearch": {
"serverUrl": "https://mcp.roopslaw.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation16/25
- Maintenance13/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 99 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | May 25, 2026 |