Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Pasal.id - The first open, AI-native Indonesian legal platform. MCP server + REST API + web app giving AI grounded access Indonesian laws.
| Date | Stars |
|---|---|
| 2026-07-31 | 262 |
| 2026-08-06 | 262 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="logo/lockup-dark-bg.svg" />
<img src="logo/lockup-primary.svg" alt="Pasal.id" height="64" />
</picture>
</p>
<h3 align="center">The First Open, AI-Native Platform for Indonesian Law</h3>
<p align="center">
<a href="https://www.loom.com/share/da211318bbe14c4396840b97f5ab8603">Demo Video</a> ·
<a href="https://pasal.id">Website</a> ·
<a href="https://pasal.id/connect">Connect to Claude</a> ·
<a href="https://pasal.id/api">REST API</a> ·
<a href="LICENSE">AGPL-3.0 License</a>
</p>
<p align="center">
<a href="https://pasal.id"><img src="https://img.shields.io/badge/Legal_Data-Pasal.id-2B6150?style=flat" alt="Legal Data by Pasal.id" /></a>
<a href="https://pasal.id/connect"><img src="https://img.shields.io/badge/MCP-Server-blue?style=flat" alt="MCP Server" /></a>
<img src="https://img.shields.io/badge/Built_with-Opus_4.6-cc785c?style=flat&logo=anthropic&logoColor=white" alt="Built with Opus 4.6" />
<img src="https://img.shields.io/badge/Next.js-16-black?logo=nextdotjs" alt="Next.js" />
<img src="https://img.shields.io/badge/Supabase-PostgreSQL-3ECF8E?logo=supabase" alt="Supabase" />
<a href="LICENSE"><img src="https://img.shields.io/badge/License-AGPL--3.0-blue?style=flat" alt="License: AGPL-3.0" /></a>
</p>
---
## The Problem
**280 million Indonesians** have no practical way to read their own laws. The official legal database ([peraturan.go.id](https://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.
## Try It Now
Connect Claude to real Indonesian legal data in one command:
```bash
claude mcp add --transport http pasal-id https://pasal-mcp-server-production.up.railway.app/mcp
```
Then ask:
> *"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](https://pasal.id)**.
## What We Built
| | 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 applying |
| **Verify** | AI Verification Agent | Opus 4.6 vision compares parsed text against original PDF images |
| **Track** | Amendment Chains | Full relationship tracking: amendments, revocations, cross-references |
| **Globe** | Bilingual UI | Indonesian + English interface via next-intl (legal content stays Indonesian) |
## How Opus 4.6 Powers the Platform
The entire codebase, from the Next.js frontend to the MCP server to the data pipeline, was built with Claude Opus 4.6 via Claude Code during the hackathon period. But Opus 4.6 isn't just the development tool. It's embedded in the product itself, running a **self-improving correction flywheel** that makes the platform more accurate over time:
```
┌───────────────────────────────┐
│ Users submit corrections │
│ via pasal.id web app │
└──────────────┬────────────────┘
▼
┌───────Excerpt of 11,187 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:5f08fd9af961fee4, topic:mcp, topic:mcp-server, desc:mcp server