Swedish Data Protection MCP
README.md
# Swedish Data Protection MCP
<!-- ANSVAR-CTA-BEGIN -->
> **The Swedish data-protection corpus is now served through the Ansvar Gateway.** Connect your AI assistant (Claude, Copilot, Cursor, custom MCP client) to `https://gateway.ansvar.eu/mcp` — one OAuth connection, free tier available, covering this corpus plus EU regulations, national law across dozens of audited jurisdictions (Europe + the US), and CVE/security intelligence, every result with a verbatim source citation. Start at https://ansvar.eu/docs/quickstart
### Connect
**Claude Code** (one line):
```bash
claude mcp add ansvar --transport http https://gateway.ansvar.eu/mcp
```
**Claude Desktop / Cursor** — add to `claude_desktop_config.json` (or `mcp.json`):
```json
{
"mcpServers": {
"ansvar": {
"type": "url",
"url": "https://gateway.ansvar.eu/mcp"
}
}
}
```
**Claude.ai** — Settings → Connectors → Add custom connector → paste `https://gateway.ansvar.eu/mcp`
First request opens an OAuth signup flow (setup details: [ansvar.eu/docs/quickstart](https://ansvar.eu/docs/quickstart)). After signup, your client is bound to your account; tier (free / premium / team / company) determines fan-out, quota, and which downstream MCPs are reachable.
---
## Self-host this MCP
You can also clone this repo and build the corpus yourself. The schema,
fetcher, and tool implementations all live here. What is not in the repo is
the pre-built database — TDM and standards-licensing constraints on the
upstream sources mean we host the corpus on Ansvar infrastructure rather
than redistribute it as a public artifact.
Build your own: run this repo's ingestion script (entry-point varies per
repo — typically `scripts/ingest.sh`, `npm run ingest`, or `make ingest`;
check the repo root).
<!-- ANSVAR-CTA-END -->
**Swedish data protection data for AI compliance tools.**
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/Ansvar-Systems/swedish-data-protection-mcp/actions/workflows/ci.yml)
Query Swedish data protection data -- regulations, decisions, and requirements from IMY (Swedish Authority for Privacy Protection) -- directly from Claude, Cursor, or any MCP-compatible client.
Built by [Ansvar Systems](https://ansvar.eu) -- Stockholm, Sweden
---
## Available Tools (6)
| Tool | Description |
|------|-------------|
| `se_dp_search_decisions` | Full-text search across IMY decisions (tillsynsbeslut, sanctions, ingripanden). Returns matching decisions with refer... |
| `se_dp_get_decision` | Get a specific IMY decision by reference number (e.g., |
| `se_dp_search_guidelines` | Search IMY guidance documents: vägledningar, riktlinjer, and ställningstaganden. Covers GDPR implementation, DPIA met... |
| `se_dp_get_guideline` | Get a specific IMY guidance document by its database ID. |
| `se_dp_list_topics` | List all covered data protection topics with Swedish and English names. Use topic IDs to filter decisions and guideli... |
| `se_dp_about` | Return metadata about this MCP server: version, data source, coverage, and tool list. |
All tools return structured data with source references and timestamps.
---
## Data Sources and Freshness
All content is sourced from official Swedish regulatory publications:
- **IMY (Swedish Authority for Privacy Protection)** -- Official regulatory authority
### Data Currency
- Database updates are periodic and may lag official publications
- Freshness checks run via GitHub Actions workflows
- Last-updated timestamps in tool responses indicate data age
See `sources.yml` for full provenance metadata.
---
## Security
This project uses multiple layers of automated security scanning:
| Scanner | What It Does | Schedule |
|---------|-------------|----------|
| **CodeQL** | Static analysis for security vulnerabilities | Weekly + PRs |
| **Semgrep** | SAST scanning (OWASP top 10, secrets, TypeScript) | Every push |
| **Gitleaks** | Secret detection across git history | Every push |
| **Trivy** | CVE scanning on filesystem and npm dependencies | Daily |
| **Docker Security** | Container image scanning + SBOM generation | Daily |
| **Socket.dev** | Supply chain attack detection | PRs |
| **Dependabot** | Automated dependency updates | Weekly |
See [SECURITY.md](SECURITY.md) for the full policy and vulnerability reporting.
---
## Important Disclaimers
### Not Regulatory Advice
> **THIS TOOL IS NOT REGULATORY OR LEGAL ADVICE**
>
> Regulatory data is sourced from official publications by IMY (Swedish Authority for Privacy Protection). However:
> - This is a **research tool**, not a substitute for professional regulatory counsel
> - **Verify all references** against primary sources before making compliance decisions
> - **Coverage may be incomplete** -- do not rely solely on this for regulatory research
**Before using professionally, read:** [DISCLAIMER.md](DISCLAIMER.md) | [PRIVACY.md](PRIVACY.md)
### Confidentiality
Queries go through the Claude API. For privileged or confidential matters, use on-premise deployment. See [PRIVACY.md](PRIVACY.md) for details.
---
## Development
### Setup
```bash
git clone https://github.com/Ansvar-Systems/swedish-data-protection-mcp
cd swedish-data-protection-mcp
npm install
npm run build
npm test
```
### Running Locally
```bash
npm run dev # Start MCP server
npx @anthropic/mcp-inspector node dist/index.js # Test with MCP Inspector
```
### Data Management
```bash
npm run build:db # Rebuild SQLite database from seed data
npm run check-updates # Check for new regulatory data
```
---
## More Ansvar MCPs
Full fleet coverage at [ansvar.eu/coverage](https://ansvar.eu/coverage).
## Contributing
Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
---
## License
Apache License 2.0. See [LICENSE](./LICENSE) for details.
### Data Licenses
Regulatory data sourced from official government publications. See `sources.yml` for per-source licensing details.
---
## About Ansvar Systems
We build AI-powered compliance and legal research tools for the European market. Our MCP fleet provides structured, verified regulatory data to AI assistants -- so compliance professionals can work with accurate sources instead of guessing.
**[ansvar.eu](https://ansvar.eu)** -- Stockholm, Sweden
---
<p align="center">
<sub>Built with care in Stockholm, Sweden</sub>
</p>
TDQS
A3.9/5.0
Scored across 6 tools
Disambiguation5/5
Each tool has a clear, distinct purpose: search vs retrieval for decisions and guidelines, topic listing, and server metadata. There is no overlap or ambiguity.
Naming Consistency5/5
All tools follow a consistent `se_dp_verb_noun` pattern in snake_case, with 'about' being the only slight outlier but still fitting the noun pattern. Highly predictable.
Tool Count5/5
Six tools is well-scoped for a specialized legal database covering search, retrieval, topic metadata, and server info. Each tool earns its place.
Completeness5/5
Covers all core operations for a read-only legal resource: full-text search over decisions and guidelines, specific retrieval by ID, topic listing, and server metadata. No obvious gaps.
Maintenance
ActivitySlowing
ResponsivenessNo issues