1. Conduid
  2. Search
  3. Indiakanoon MCP
MCP server · Search

Indiakanoon MCP

MCP server that connects Claude Desktop to IndiaKanoon — search and retrieve Indian case law directly within your Claude conversation

34Low

Scored 4 months ago · breakdown

About Indiakanoon MCP

Indiakanoon MCP is an MCP server in the Search category: mCP server that connects Claude Desktop to IndiaKanoon — search and retrieve Indian case law directly within your Claude conversation. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/beral-lab/indiakanoon-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Indiakanoon MCP

Powered by Claude · Grounded in docs

I know everything about Indiakanoon MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

indiakanoon-mcp

A Model Context Protocol (MCP) server that connects Claude Desktop to IndiaKanoon, allowing Claude to search and retrieve Indian case law directly within your conversation.

What it does

  • Search IndiaKanoon — Run natural language legal queries and get back case titles, URLs, and snippets from IndiaKanoon's database
  • Fetch full judgments — Retrieve the complete text of any judgment directly from IndiaKanoon by URL

Demo

Ask Claude things like:

"Search IndiaKanoon for Supreme Court cases on the last seen theory under Section 302 IPC"

"Fetch the full judgment in Trimukh Maroti Kirkan v. State of Maharashtra"

"Find cases where the Delhi High Court has interpreted Article 21 in the context of undertrial prisoners"

Prerequisites

Installation

1. Clone the repository

git clone https://github.com/YOUR_USERNAME/indiakanoon-mcp.git
cd indiakanoon-mcp

2. Install dependencies

npm install
npx playwright install chromium

3. Add to Claude Desktop config

Find your Claude Desktop config file:

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Add the following to your mcpServers section:

{
  "mcpServers": {
    "indiakanoon-mcp": {
      "command": "cmd",
      "args": ["/c", "node", "C:\\path\\to\\indiakanoon-mcp\\index.js"]
    }
  }
}

Replace C:\\path\\to\\ with the actual path where you cloned the repo.

4. Restart Claude Desktop

The IndiaKanoon MCP will appear under Settings → Developer.

Usage

Once installed, just ask Claude naturally:

  • "Search IndiaKanoon for cases on anticipatory bail under Section 438 CrPC"
  • "Find Supreme Court judgments on the basic structure doctrine"
  • "Get the full text of [IndiaKanoon URL]"

Claude will automatically use the MCP to search and retrieve results.

Limitations

  • IndiaKanoon may rate-limit rapid successive requests
  • Full text retrieval works best for judgments under 50,000 characters
  • No login required — works entirely on IndiaKanoon's public database

Disclaimer

This tool uses IndiaKanoon's publicly accessible website for personal legal research purposes. It is not affiliated with or endorsed by IndiaKanoon. Use responsibly and in accordance with IndiaKanoon's terms of service.

Built with

Contributing

Pull requests welcome. Particularly interested in:

  • Rate limiting improvements
  • Better text extraction for older judgment formats
  • Support for filtering by court, year, or bench

License

MIT

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Indiakanoon MCP

How do I install Indiakanoon MCP?

Run git clone https://github.com/beral-lab/indiakanoon-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Indiakanoon MCP safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Indiakanoon MCP still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.