open-india-law-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HF_TOKEN | No | Hugging Face token. Not required for the public dataset, but set it if you hit Hugging Face rate limits. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_catalogA | List the parquet files that actually exist in the dataset right now,
grouped into judgments (by court), regulations (by issuing body), and
legislation (by jurisdiction). Call this first -- it's how you find the
exact Set refresh=True to bypass the 15-minute cache and re-check the repo. |
| get_schemaA | Return the real column names and types for a parquet file, given the
hf:// URI you got from |
| run_sqlA | Run a read-only SELECT against one or more Open India Law parquet
files, referenced by the hf:// URIs from Only a single SELECT/WITH statement is allowed -- no DDL/DML, no
multiple statements. |
| search_legislationA | Search Indian legislation at the section level for one jurisdiction.
Each result includes |
| get_actA | Fetch every section of one Act, in section order. state is optional -- it's inferred from the act_id itself when omitted (e.g. "IND_west_bengal_1947_12" implies state="west_bengal"). Pass it explicitly if that inference is wrong. |
| search_regulationsA | Search one regulator's instruments at the provision level, e.g. body="SEBI" or body="RBI". Same query semantics as search_legislation -- the regulator files share the same provision schema. Use list_catalog() to see which regulator slugs are currently published. |
| search_judgmentsA | Full-text search over one court's judgment chunks.
Results are individual chunks, not whole judgments -- use get_judgment with the returned case_id to reassemble the full text of any hit. |
| get_judgmentB | Reassemble a full judgment from its chunks, ordered by chunk index. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| about | Static overview of the dataset, its license and its caveats. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/smridhiwho/india-law-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server