eu.ansvar/bangladeshi-law-mcp
Bangladeshi legislation via MCP — full-text search across statutes and provisions
★ 0NOASSERTIONsearch
Install
Config snippet generator goes here (5 client tabs)
README
# Bangladeshi Law MCP Server
**The Bangladesh Law Portal alternative for the AI age.**
[](https://www.npmjs.com/package/@ansvar/bangladeshi-law-mcp)
[](https://registry.modelcontextprotocol.io)
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/Ansvar-Systems/Bangladeshi-law-mcp)
[](https://github.com/Ansvar-Systems/Bangladeshi-law-mcp/actions/workflows/ci.yml)
[](https://github.com/Ansvar-Systems/Bangladeshi-law-mcp/actions/workflows/check-updates.yml)
[](docs/INTERNATIONAL_INTEGRATION_GUIDE.md)
[](docs/INTERNATIONAL_INTEGRATION_GUIDE.md)
Query **1,516 Bangladeshi statutes** -- from the ডিজিটাল নিরাপত্তা আইন and দণ্ডবিধি to the তথ্য ও যোগাযোগ প্রযুক্তি আইন, কোম্পানি আইন, and more -- directly from Claude, Cursor, or any MCP-compatible client.
If you're building legal tech, compliance tools, or doing Bangladeshi legal research, this is your verified reference database.
Built by [Ansvar Systems](https://ansvar.eu) -- Stockholm, Sweden
---
## Why This Exists
Bangladeshi legal research means navigating bdlaws.minlaw.gov.bd, the Ministry of Law's official portal, across statutes spanning colonial-era laws and modern legislation in both Bengali and English. Whether you're:
- A **lawyer** validating citations in a brief or contract
- A **compliance officer** checking Digital Security Act obligations or data protection requirements
- A **legal tech developer** building tools on Bangladeshi law
- A **researcher** tracing legislative provisions across criminal, civil, commercial, and digital law
...you shouldn't need dozens of browser tabs and manual cross-referencing. Ask Claude. Get the exact provision. With context.
This MCP server makes Bangladeshi law **searchable, cross-referenceable, and AI-readable**.
---
## Quick Start
### Use Remotely (No Install Needed)
> Connect directly to the hosted version -- zero dependencies, nothing to install.
**Endpoint:** `https://bangladeshi-law-mcp.vercel.app/mcp`
| Client | How to Connect |
|--------|---------------|
| **Claude.ai** | Settings > Connectors > Add Integration > paste URL |
| **Claude Code** | `claude mcp add bangladeshi-law --transport http https://bangladeshi-law-mcp.vercel.app/mcp` |
| **Claude Desktop** | Add to config (see below) |
| **GitHub Copilot** | Add to VS Code settings (see below) |
**Claude Desktop** -- add to `claude_desktop_config.json`:
```json
{
"mcpServers": {
"bangladeshi-law": {
"type": "url",
"url": "https://bangladeshi-law-mcp.vercel.app/mcp"
}
}
}
```
**GitHub Copilot** -- add to VS Code `settings.json`:
```json
{
"github.copilot.chat.mcp.servers": {
"bangladeshi-law": {
"type": "http",
"url": "https://bangladeshi-law-mcp.vercel.app/mcp"
}
}
}
```
### Use Locally (npm)
```bash
npx @ansvar/bangladeshi-law-mcp
```
**Claude Desktop** -- add to `claude_desktop_config.json`:
**macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`
**Windows:** `%APPDATA%\Claude\claude_desktop_config.json`
```json
{
"mcpServers": {
"bangladeshi-law": {
"command": "npx",
"args": ["-y", "@ansvar/bangladeshi-law-mcp"]
}
}
}
```
**Cursor / VS Code:**
```json
{
"mcp.servers": {
"bangladeshi-law": {
"command": "npx",
"args": ["-y", "@ansvar/bangladeshi-law-mcp"]
}
}
}
```
---
## Example Queries
Once connected, just ask naturally:
- *"বাংলাদেশের ডিজিটাল নিরাপত্তা আইনে সাইবার অপরাধ সম্পর্কে কী বলা আছে?"*
- *"দণ্ডবিধিতে প্রতারণার জন্য কী শাস্তির বিধান রয়েছে?"*
- *"তথ্য ও যোগাযোগ প্রযুক্তি আইনে ব্যক্তিগত তথ্য সুরক্ষার বিধান খুঁজুন"*
- *"What does the Digital Security Act say about cybercrime and online fraud?"*
- *"Search for provisions about data protection in Bangladeshi law"*
- *"What are the company registration requirements under the Companies Act 1994?"*
- *"Is the Information and Communication Technology Act still in force?"*
- *"Build a legal stance on intellectual property protection under Bangladeshi law"*
---
## What's Included
| Category | Count | Details |
|----------|-------|---------|
| **Statutes** | 1,516 statutes | Comprehensive Bangladeshi legislation from bdlaws.minlaw.gov.bd |
| **Provisions** | 44,069 sections | Full-text searchable with FTS5 |
| **Legal Definitions** | 0 (free tier) | Table reserved, extraction not enabled in current free