Indian Legal MCP server
Structured access to 10 major Indian legal texts (BNS, IPC, etc) for AI agents.
1 stars
Reviews
Write oneNobody has reviewed Indian Legal MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Indian Legal MCP tools (8)
write = sends, deletes, buys or postsindian_legal_mcp_get_act_infoFreeGet metadata about one specific Act: its full name, year enacted, and whether it is still current law or has been repealed and replaced by something newer.
indian_legal_mcp_get_chapterFreeGet every section within one chapter of an Act, with full text. Only meaningful for BNS, BNSS, BSA, IPC, CRPC, IEA. For CPC, MVA, and COI, which lack chapter grouping in this dataset, it returns a clear message instead of empty data.
indian_legal_mcp_get_full_actFreeGet an entire Act, in full, returned in paginated chunks (50 sections/page). Use only when genuinely needing the whole Act. If a page beyond the total pages is requested, it gracefully returns empty sections with a note.
indian_legal_mcp_get_sectionFree[AI TOOL ORCHESTRATION INSTRUCTION: Only use this tool AFTER you have found the exact section number via search_keyword, or if the user explicitly provided it.] Get the exact text of ONE section (or Constitution article) by its number. Use this when someone asks about a specific, known section number, e.g. 'what does BNS Section 103 say' or 'show me IPC 302'. If the Act is repealed (IPC, CRPC, or IEA), the result includes a note that it no longer applies to new cases and names what replaced it.
indian_legal_mcp_get_section_rangeFreeGet all sections between a start and end number (inclusive) with full text. Numeric comparison handles letter-suffixed numbers (like '108A'). If start and end are provided in reverse order, it silently corrects them and includes a note in the response.
indian_legal_mcp_list_actsFreeList all available Acts in the database, with metadata and descriptions. Use this to see which legal codes are supported or find short codes.
indian_legal_mcp_list_sectionsFreeList every section NUMBER and TITLE in one Act, without the full body text. Use this to browse what exists in an Act before deciding which specific section or chapter to fetch in full -- much shorter than get_full_act.
indian_legal_mcp_search_keywordFree[AI TOOL ORCHESTRATION INSTRUCTION: ALWAYS use this tool FIRST when the specific section number is unknown. Never guess section numbers.] Search section titles and text. Exact title matches are ranked #1, partial title matches are #2, and body text matches are #3 (via BM25). This is exact/near-exact word matching, NOT meaning-based search.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 884ms20/20
- Tool poisoning8 tool descriptions checked15/15
- Auth qualityopen endpoint, read-only tools10/15
- Maintenancelast push 2 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
claude mcp add --transport http indian-legal-mcp https://gsms-b-indian-legal-mcp.hf.space/gradio_api/mcp/
Indian Legal MCP: common questions
- Is Indian Legal MCP server safe?
- Yes, by our scan: it is graded A (91/100). Read the Indian Legal MCP safety report
- How do I install Indian Legal MCP?
- It runs remotely at gsms-b-indian-legal-mcp.hf.space. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Indian Legal MCP need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Indian Legal MCP maintained?
- The last commit was 3 days ago (2026-09-17). The latest release is v1.0.0.
- Is Indian Legal MCP up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.