eu.ansvar/italian-law-mcp
Italian legislation via MCP — full-text search across statutes and provisions
★ 0Apache-2.0search
Install
Config snippet generator goes here (5 client tabs)
README
# Italian Law MCP Server
**The Normattiva alternative for the AI age.**
[](https://www.npmjs.com/package/@ansvar/italian-law-mcp)
[](https://registry.modelcontextprotocol.io)
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/Ansvar-Systems/Italian-law-mcp)
[](https://github.com/Ansvar-Systems/Italian-law-mcp/actions/workflows/ci.yml)
Query **Italian legislation** -- covering data protection, cybersecurity, corporate law, and more -- directly from Claude, Cursor, or any MCP-compatible client.
If you're building legal tech, compliance tools, or doing Italian legal research, this is your verified reference database.
Built by [Ansvar Systems](https://ansvar.eu) -- Stockholm, Sweden
---
## Why This Exists
Italian legal research is scattered across official government databases, commercial legal platforms, and institutional archives. Whether you're:
- A **lawyer** validating citations in a brief or contract
- A **compliance officer** checking if a statute is still in force
- A **legal tech developer** building tools on Italian law
- A **researcher** tracing legislative history
...you shouldn't need dozens of browser tabs and manual PDF cross-referencing. Ask Claude. Get the exact provision. With context.
This MCP server makes Italian 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://italian-law-mcp.vercel.app/mcp`
| Client | How to Connect |
|--------|---------------|
| **Claude.ai** | Settings > Connectors > Add Integration > paste URL |
| **Claude Code** | `claude mcp add italian-law --transport http https://italian-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": {
"italian-law": {
"type": "url",
"url": "https://italian-law-mcp.vercel.app/mcp"
}
}
}
```
**GitHub Copilot** -- add to VS Code `settings.json`:
```json
{
"github.copilot.chat.mcp.servers": {
"italian-law": {
"type": "http",
"url": "https://italian-law-mcp.vercel.app/mcp"
}
}
}
```
### Use Locally (npm)
```bash
npx @ansvar/italian-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": {
"italian-law": {
"command": "npx",
"args": ["-y", "@ansvar/italian-law-mcp"]
}
}
}
```
**Cursor / VS Code:**
```json
{
"mcp.servers": {
"italian-law": {
"command": "npx",
"args": ["-y", "@ansvar/italian-law-mcp"]
}
}
}
```
---
## Example Queries
Once connected, just ask naturally:
- *"What does the Italian data protection law say about consent?"*
- *"Search for cybersecurity requirements in Italian legislation"*
- *"Is this statute still in force?"*
- *"Find provisions about personal data in Italian law"*
- *"What EU directives does this Italian law implement?"*
- *"Which Italian laws implement the GDPR?"*
- *"Validate this legal citation"*
- *"Build a legal stance on data breach notification requirements"*
---
## Key Legislation Covered
| Law | Identifier | Domain | Key Topics |
|-----|-----------|--------|------------|
| **Codice Privacy** | D.Lgs. 196/2003 (amended by D.Lgs. 101/2018) | Data Protection | Personal data processing, Garante oversight, consent, data subject rights, GDPR implementation, international transfers |
| **NIS2 Transposition** | D.Lgs. 138/2024 | Cybersecurity | Essential/important entity obligations, incident reporting, ACN oversight, supply chain security |
| **Codice Penale (cybercrime)** | Arts. 615-ter to 615-quinquies | Cybercrime | Unauthorized access (615-ter), credential theft (615-quater), malware distribution (615-quinquies) |
| **D.Lgs. 231/2001** | Corporate Criminal Liability | Corporate Governance | Organizational models, compliance programs, whistleblowing, cyber crime liability for companies |
| **CAD** | D.Lgs. 82/2005 | Digital Administration | SPID/CIE digital identity, PEC certified email, digital documents, e-government services |
| **Codice Civile** | R.D. 262/1942 | Civil Law | Legal capacity, obligations, contracts, property, personality rights |
---
---
## Deployment Tier
**MEDIUM** -- dual tier, free database bundled in npm package.
| Tier | Platform | Database | Content |
|---