# IndoCourtAtlas

**Category:** ⚖️ Legal  
**Repository:** https://github.com/IndoTender/indocourtatlas-mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/indocourtatlas

## Description
Search and read Indonesian court cases. Filter by court, year, and case type.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "indocourtatlas": {
    "command": "npx",
    "args": ["-y","indocourtatlas"]
  }
}
```

## Documentation & 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


