IndoCourtAtlas
Search and read Indonesian court cases. Filter by court, year, and case type.
Open source Repository Open in the app JSON README (API)
About
Search and read Indonesian court cases. Filter by court, year, and case type.
Details
- Kind
- MCP servers
- Topic
- Government & public data
- Publisher
- indotender
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 1.0.0
- Last push
- 2026-07-10T09:35:44Z
- Repository state
- ativo
- Added
- 2026-08-29 03:01:58
- Updated
- 2026-08-29 03:01:58
- Origin id
io.github.IndoTender/indocourtatlas
README
# IndoCourtAtlas MCP Connect your AI assistant to [IndoCourtAtlas](https://indocourtatlas.com) — search and read Indonesian court cases via the Model Context Protocol. ## Bahasa Indonesia (ringkas) **IndoCourtAtlas MCP** adalah server **Model Context Protocol (MCP)** untuk membantu AI assistant menelusuri **putusan pengadilan Indonesia**: mencari perkara (berdasarkan nama pihak, nomor register, kata kunci, pengadilan, tahun, jenis perkara) lalu membaca **dokumen putusan** dalam teks biasa. ## Data sources - Mahkamah Agung (Supreme Court) decisions directory: `https://putusan3.mahkamahagung.go.id/` - Mahkamah Konstitusi (Constitutional Court) rulings portal: `https://mkri.id/` ## Connect ``` https://indocourtatlas.com/mcp ``` Add this URL as a custom MCP connector in Claude, Cursor, or any MCP-compatible client, then sign in with Google. - Transport: Streamable HTTP - Auth: OAuth 2.0 — sign in with Google - Docs: [indocourtatlas.com/mcp/connect](https://indocourtatlas.com/mcp/connect) ## Tools | Tool | Description | |---|---| | `Court_list_cases` | Paginated court cases with explicit filters like `court`, `courtCategory`, `level`, `year`, `caseType`, `partiesContains`, `registerNumberContains`, and `titleContains` | | `Court_get_case` | Single court case by id, including parties and documents | | `Court_get_document` | Plain-text decision document by case id | ## Example prompts - *"List court cases with `partiesContains` set to PT Sumber Makmur"* - *"List court cases with `registerNumberContains` set to 123/Pid"* - *"List court cases with `titleContains` set to pencucian uang"* - *"List all criminal cases from the Jakarta court in 2023"* - *"Get the details of case id 12345678"* - *"Get the decision document for case id 12345678"* ## Setup — Claude 1. Go to [claude.ai/customize/connectors](https://claude.ai/customize/connectors) 2. Click **Add custom connector** 3. Name it **IndoCourtAtlas** and paste `https://indocourtatlas.com/mcp` 4. Save the connector, then sign in with Google when prompted --- Last updated: 2026-07-10