
LegalSearch
Give your agent grounded access to Indian judgments, statutes, and Roop legal corpus when you are scoping legal-tech features, compliance copy, or India-specific product rules.
Overview
ai.roopslaw/legalsearch is an MCP server for the Validate phase that grounds coding agents on Indian judgments, statutes, and Roop legal corpus search.
What is this MCP server?
- Public Indian legal search over Roop judgments and statutes
- Corpus grounding for agent answers instead of hallucinated citations
- Remote streamable-http endpoint at mcp.roopslaw.ai/mcp
- Optional bearer Authorization via ROOP_PUBLIC_MCP_API_KEY
- Publisher docs at roopslawassist.com/bots; GitHub Roop-World/LegalSearch
- Server version 0.1.0
- Remote URL https://mcp.roopslaw.ai/mcp
- Focus: Indian judgments, statutes, and public legal corpus per registry description
Community signal: 1 GitHub stars.
What problem does it solve?
You are scoping an India-facing product and your agent keeps fabricating statutes or case names because it has no MCP path to a real legal corpus.
Who is it for?
Solo builders shipping legal-tech, compliance, or India-market B2B tools who need corpus search inside the agent loop during scoping.
Skip if: Builders outside Indian law needs, or anyone treating MCP output as formal legal advice without human review.
What do I get? / Deliverables
After registration, your agent can pull Roop-backed legal search results to inform scope docs, compliance notes, and feature guardrails with retrievable references.
- Retrieved Indian judgment and statute references for agent drafts
- Scope and compliance notes grounded on Roop legal search
- Reduced hallucinated legal citations in early product documentation
Recommended MCP Servers
Journey fit
Legal corpus search matters when you are defining what your product can safely claim and which statutes or precedents bound the MVP—not after you have already shipped ambiguous copy. Scope is where builders nail jurisdiction, disclaimers, and feature boundaries; a dedicated legal search MCP belongs on that shelf.
How it compares
Jurisdiction-specific legal retrieval MCP, not a general developer documentation or web-search server.
Common Questions / FAQ
Who is ai.roopslaw/legalsearch for?
Developers and indie founders working on Indian legal, compliance, or policy-heavy products who want MCP-grounded statute and judgment search inside Claude Code, Cursor, or similar agents.
When should I use ai.roopslaw/legalsearch?
Use it during validate scope when you define features, disclaimers, and data handling for India—and whenever specs or docs must reference judgments or statutes you can actually retrieve.
How do I add ai.roopslaw/legalsearch to my agent?
Add a remote MCP entry with type streamable-http pointing to https://mcp.roopslaw.ai/mcp; set Authorization Bearer ${ROOP_PUBLIC_MCP_API_KEY} if your access tier requires it, per Roop’s bot documentation.