Legal MCP Server
by bsahane
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENABLE_AUTH | No | Set to False for local use without authentication. | True |
| DEFAULT_STATE | No | Default state for jurisdiction. | Maharashtra |
| VOYAGE_API_KEY | No | API key required if EMBEDDING_PROVIDER=voyage. | |
| CASE_LAW_SOURCE | No | Case law source: open_data (free), indian_kanoon (paid), or disabled. | open_data |
| ECOURTS_ADAPTER | No | eCourts adapter: manual, api, or disabled. | manual |
| LEGAL_DATA_PATH | No | Path to bundled legal corpus. | ./data |
| CASE_LAW_DATA_PATH | No | Path to synced judgment metadata and cached PDFs. | ./data/case_law |
| DEFAULT_HIGH_COURT | No | Default high court. | Bombay |
| EMBEDDING_PROVIDER | No | Embedding provider: voyage, local, or disabled. | disabled |
| INDIAN_KANOON_API_KEY | No | API key required if CASE_LAW_SOURCE=indian_kanoon. | |
| ENABLE_CITATION_VERIFICATION | No | Set to False to disable citation verification (not recommended). | True |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/bsahane/legal-open-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server