by ilhamfp
The first open, AI-native Indonesian legal platform. MCP server + web app giving Claude grounded access Indonesian laws.
# Add to your Claude Code skills
git clone https://github.com/ilhamfp/pasal280 million Indonesians have no practical way to read their own laws. The official legal database (peraturan.go.id) offers only PDF downloads: no search, no structure, no API. When you ask AI about Indonesian law, you get hallucinated articles and wrong citations because no grounded data source exists.
Connect Claude to real Indonesian legal data in one command:
claude mcp add --transport http pasal-id https://pasal-mcp-server-production.up.railway.app/mcp
Then ask:
No comments yet. Be the first to share your thoughts!
"Apa saja hak pekerja kontrak menurut UU Ketenagakerjaan?" (What are contract worker rights under the Labor Law?) "Jelaskan pasal tentang perlindungan data pribadi" (Explain articles on personal data protection) "Apakah UU Perkawinan 1974 masih berlaku?" (Is the 1974 Marriage Law still in force?)
Claude searches 40,000+ regulations and 937,000+ structured articles, cites specific Pasal (articles), and gives grounded answers. No hallucination.
Or browse the web app at pasal.id.
| | Feature | Description | |---|---|---| | Search | Full-Text Legal Search | Indonesian stemmer + 3-tier fallback across 937,000+ articles | | Read | Structured Reader | Three-column law reader with TOC, amendment timeline, and verification badges | | AI | MCP Server | 4 grounded tools giving Claude access to actual legislation with exact citations | | API | REST API | Public JSON endpoints for search, browsing, and article retrieval | | Correct | Crowd-Sourced Corrections | Anyone can submit corrections; AI verifies before a...