Saudi legislation via MCP — full-text search across statutes and provisions
Saudi legislation via MCP — full-text search across statutes and provisions
Valid MCP server (2 strong, 2 medium validity signals). 1 known CVE in dependencies (0 critical, 1 high severity) Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (129/129 approved).
5 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"eu-ansvar-saudi-law-mcp": {
"args": [
"-y",
"@ansvar/saudi-law-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
The Nass (نظام) alternative for the AI age.
Query 536 Saudi statutes (أنظمة) -- from the Personal Data Protection Law (نظام حماية البيانات الشخصية) and the Cybercrime Law to the Labor Law (نظام العمل) and Commercial Law -- directly from Claude, Cursor, or any MCP-compatible client.
If you're building legal tech, compliance tools, or doing Saudi legal research, this is your verified reference database.
Built by Ansvar Systems -- Stockholm, Sweden
Saudi legal research means navigating nass.gov.sa, boe.gov.sa (Umm Al-Qura), and SDAIA's regulatory portal -- often across Arabic and English versions with no guaranteed parity. Whether you're:
...you shouldn't need dozens of browser tabs and manual cross-referencing. Ask Claude. Get the exact provision. With context.
This MCP server makes Saudi law searchable, cross-referenceable, and AI-readable.
Connect directly to the hosted version -- zero dependencies, nothing to install.
Endpoint: https://mcp.ansvar.eu/law-sa/mcp
| Client | How to Connect |
|---|---|
| Claude.ai | Settings > Connectors > Add Integration > paste URL |
| Claude Code | claude mcp add saudi-law --transport http https://mcp.ansvar.eu/law-sa/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:
{
"mcpServers": {
"saudi-law": {
"type": "url",
"url": "https://mcp.ansvar.eu/law-sa/mcp"
}
}
}
GitHub Copilot -- add to VS Code settings.json:
{
"github.copilot.chat.mcp.servers": {
"saudi-law": {
"type": "http",
"url": "https://mcp.ansvar.eu/law-sa/mcp"
}
}
}
npx @ansvar/saudi-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
{
"mcpServers": {
"saudi-law": {
"command": "npx",
"args": ["-y", "@ansvar/saudi-law-mcp"]
}
}
}
Cursor / VS Code:
{
"mcp.servers": {
"saudi-law": {
"command": "npx",
"args": ["-y", "@ansvar/saudi-law-mcp"]
}
}
}
Once connected, just ask naturally:
| Category | Count | Details |
|---|---|---|
| Statutes (أنظمة) | 536 statutes | Royal Decrees and Ministerial Resolutions from nass.gov.sa and boe.gov.sa |
| Provisions (مواد) | 15,954 articles | Full-text searchable with FTS5 |
| Database Size | Pre-built SQLite | Optimized, portable |
| Freshness Checks | Automated | Drift detection against official sources |
Verified data only -- every citation is validated against official sources (nass.gov.sa, Umm Al-Qura). Zero LLM-generated content.
Verbatim Source Text (No LLM Processing):
Smart Context Management:
Technical Architecture:
nass.gov.sa / boe.gov.sa --> Parse --> SQLite --> FTS5 snippet() --> MCP response
^ ^
Provision parser Verbatim database query
| Traditional Approach | This MCP Server |
|---|---|
| Search nass.gov.sa by نظام name | Search by plain language: "data protection consent" or "حماية البيانات" |
| Navigate multi-article statutes manually | Get the exact provision with context |
| Manual cross-referencing between statutes | build_legal_stance aggregates across sources |
| "Is this نظام still in force?" -- check manually | check_currency tool -- answer in seconds |
| Find international alignment -- dig through external sources | get_eu_basis -- linked frameworks instantly |
| No API, no integration | MCP protocol -- AI-native |
Traditional: Search nass.gov.sa --> Download PDF --> Ctrl+F --> Cross-reference --> Repeat
This MCP: "What are the data subject rights under the PDPL and how do they compare to GDPR?" --> Done.
| Tool | Description |
|---|---|
search_legislation | FTS5 full-text search across 15,954 provisions with BM25 ranking. Supports Arabic and English, quoted phrases, boolean operators |
get_provision | Retrieve specific provision by نظام identifier + article number (e.g., "PDPL" + "Article 4") |
check_currency | Check if a statute is in force, amended, or repealed |
validate_citation | Validate citation against database -- zero-hallucination check |
build_legal_stance | Aggregate citations from multiple statutes for a legal topic |
format_citation | Format citations per Saudi conventions (full/short/pinpoint) |
list_sources | List all available statutes with metadata, coverage scope, and data provenance |
about | Server info, capabilities, dataset statistics, and coverage summary |
| Tool | Description |
|---|---|
get_eu_basis | Get EU or international frameworks that a Saudi statute aligns with |
get_saudi_implementations | Find Saudi laws aligning with an international framework or treaty |
search_eu_implementations | Search international instruments with Saudi alignment counts |
get_provision_eu_basis | Get international law references for a specific provision |
validate_eu_compliance | Check alignment status of Saudi statutes against international standards |
Saudi Arabia is not an EU member state, but several Saudi laws have significant international alignment:
Saudi Arabia participates in GCC (Gulf Cooperation Council) legal frameworks -- GCC decisions and unified economic agreements shape domestic legislation. Saudi Arabia is also active in Arab League legal harmonisation efforts, the G20 regulatory agenda, and WTO trade law obligations.
The international alignment tools allow you to explore these relationships -- checking which Saudi provisions correspond to international requirements, and vice versa.
Note: Cross-references reflect alignment relationships. Saudi law operates within an Islamic legal tradition (Sharia) alongside civil and commercial codes shaped by Vision 2030 reforms. Royal Decrees are primary legislative instruments; Ministerial Resolutions implement them.
All content is sourced from authoritative Saudi legal databases:
| Field | Value |
|---|---|
| Authority | Bureau of Experts at the Council of Ministers (Nass), Official Gazette (Umm Al-Qura) |
| Languages | Arabic (primary); English translations available for key statutes |
| Coverage | Royal Decrees, Ministerial Resolutions, and implementing regulations |
| Source | nass.gov.sa, boe.gov.sa (laws.boe.gov.sa) |
A GitHub Actions workflow monitors official sources for changes:
| Check | Method |
|---|---|
| Statute amendments | Drift detection against known provision anchors |
| New statutes | Comparison against Nass statute index |
| Repealed statutes | Status change detection |
Verified data only -- every citation is validated against official sources. Zero LLM-generated content.
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 |
| Socket.dev | Supply chain attack detection | PRs |
| Dependabot | Automated dependency updates | Weekly |
See SECURITY.md for the full policy and vulnerability reporting.
THIS TOOL IS NOT LEGAL ADVICE
Statute text is sourced from official Saudi government sources. However:
- This is a research tool, not a substitute for professional legal counsel
- Court case coverage is not included -- do not rely solely on this for case law research; consult the Board of Grievances (ديوان المظالم) and Commercial Court records directly
- Verify critical citations against primary sources before filing
- Arabic is the authoritative language -- English translations, where ingested, are for reference only; the Arabic text governs
- Sharia-based adjudication -- Saudi courts may apply Islamic jurisprudence (fiqh) alongside codified statutes; this tool covers codified statutes only
Before using professionally, read: DISCLAIMER.md | SECURITY.md
Queries go through the Claude API. For privileged or confidential matters, use on-premise deployment. Consult the Saudi Bar Association (هيئة المحامين السعوديين) guidelines on AI use in legal practice.
git clone https://github.com/Ansvar-Systems/Saudi-law-mcp
cd Saudi-law-mcp
npm install
npm run build
npm test
npm run dev # Start MCP server
npx @anthropic/mcp-inspector node dist/index.js # Test with MCP Inspector
npm run ingest # Ingest statutes from official sources
npm run build:db # Rebuild SQLite database
npm run drift:detect # Run drift detection against anchors
npm run check-updates # Check for source updates
This server is part of Ansvar's Compliance Suite -- MCP servers that work together for end-to-end compliance coverage:
Query 49 EU regulations directly from Claude -- GDPR, AI Act, DORA, NIS2, MiFID II, eIDAS, and more. npx @ansvar/eu-regulations-mcp
Query US federal and state compliance laws -- HIPAA, CCPA, SOX, GLBA, FERPA, and more. npx @ansvar/us-regulations-mcp
Query 261 security frameworks -- ISO 27001, NIST CSF, SOC 2, CIS Controls, SCF, and more. npx @ansvar/security-controls-mcp
70+ national law MCPs covering Bahrain, Egypt, Kuwait, Oman, Qatar, UAE, and more.
Contributions welcome! See CONTRIBUTING.md for guidelines.
Priority areas:
If you use this MCP server in academic research:
@software{saudi_law_mcp_2026,
author = {Ansvar Systems AB},
title = {Saudi Law MCP Server: AI-Powered Legal Research Tool},
year = {2026},
url = {https://github.com/Ansvar-Systems/Saudi-law-mcp},
note = {536 Saudi statutes with 15,954 provisions}
}
Apache License 2.0. See LICENSE for details.
We build AI-accelerated compliance and legal research tools for the global market. This MCP server started as our internal reference tool -- turns out everyone building compliance tools has the same research frustrations.
So we're open-sourcing it. Navigating 536 statutes in Arabic and English shouldn't require a law degree.
ansvar.eu -- Stockholm, Sweden
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.