llms.txt Content
# Pasal.id
> Pasal.id is an AI-native legal research platform for Indonesian legislation. Use this file to discover the public documentation, machine interfaces, and browsing entry points without scraping the full website.
Pasal.id's legal corpus is written in Bahasa Indonesia. The public website defaults to Indonesian, while a curated set of English documentation pages is available under `/en/...` for agents and integration users.
The links below point to the English companion docs first. Matching Indonesian markdown companions are available at the same paths without the `/en` prefix, for example `/en/api.md` and `/api.md`.
Anonymous users can browse the public HTML pages, but the `/api/v1/*` REST surface requires a personal access token. Per-law markdown mirrors are intentionally not published in this v1 rollout.
Ignore noisy or non-goal surfaces when building context: `/admin`, `/api/admin/*`, `/peraturan/*/gated`, `/akun`, `/masuk`, `/simpan`, `/search`, `/cari`, and `/api/laws/*/nodes`. Start from the curated docs below instead of crawling the whole site.
## Start Here
- [Pasal.id overview](https://pasal.id/en/index.html.md): Product overview, interfaces, access model, and corpus caveats.
- [Methodology](https://pasal.id/en/metodologi.md): Sources, parsing pipeline, verification workflow, correction process, and legal status semantics.
## Integrate
- [Connect via MCP](https://pasal.id/en/hubungkan.md): MCP endpoint, Claude Code and Claude Desktop setup, tool list, and example tasks.
- [REST API docs](https://pasal.id/en/api.md): Base URL, endpoint behavior, rate limits, and token requirements.
## Browse
- [Browse regulations](https://pasal.id/en/jelajahi.md): Browse entry points, featured regulation types, and how to move between discovery surfaces.
## Optional
- [Repository README](https://raw.githubusercontent.com/Aturio/pasal-id-mcp/main/README.md): Project overview, architecture, and deployment notes.
- [MCP manifest](https://raw.githubusercont