anraklegal-mcp
v1.0.6
Published
MCP server for AnrakLegal - Search 588,024+ Indian legal documents
Downloads
19
Maintainers
Readme
AnrakLegal MCP Server
MCP server for accessing Indian legal documents through Claude Desktop.
Features
- Search 588,024+ Indian legal documents
- Access Supreme Court and High Court judgments
- Retrieve full judgment text and metadata
- Download original court documents
Installation
Prerequisites
- Claude Desktop
- Node.js 18+
- AnrakLegal API key from https://anraklegal.fly.dev/console
Setup
Get your API key from AnrakLegal Console
Add to your Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"anraklegal": {
"command": "npx",
"args": ["-y", "anraklegal-mcp@latest"],
"env": {
"ANRAKLEGAL_KEY": "ANRAK-xxxxx-xxxxx-xxxxx-xxxxx"
}
}
}
}- Restart Claude Desktop
Available Tools
- anraklegalSearch: Search Indian legal documents
- anraklegalDocument: Retrieve full judgment text
- anraklegalMetadata: Get case metadata
- anraklegalFragment: Extract relevant snippets
- anraklegalOriginal: Download original documents
Documentation
Full documentation available at https://anraklegal.fly.dev/docs
License
MIT
