streamable-httpupdated 2mo ago
Connect your AI assistant to IndoCourtAtlas — search and read Indonesian court cases via the Model Context Protocol.
What can you do with IndoCourtAtlas?
IndoCourtAtlas MCP
Connect your AI assistant to IndoCourtAtlas — 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
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
partiesContainsset to PT Sumber Makmur" - "List court cases with
registerNumberContainsset to 123/Pid" - "List court cases with
titleContainsset 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
- Go to claude.ai/customize/connectors
- Click Add custom connector
- Name it IndoCourtAtlas and paste
https://indocourtatlas.com/mcp - Save the connector, then sign in with Google when prompted
Last updated: 2026-07-10
Install
Add IndoCourtAtlas to your client. Pick the one you use.
claude mcp add --transport http indocourtatlas https://indocourtatlas.com/mcpcodex mcp add indocourtatlas --url https://indocourtatlas.com/mcp{
"mcpServers": {
"indocourtatlas": {
"url": "https://indocourtatlas.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"indocourtatlas": {
"type": "http",
"url": "https://indocourtatlas.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"indocourtatlas": {
"url": "https://indocourtatlas.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"indocourtatlas": {
"serverUrl": "https://indocourtatlas.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 tools
IndoCourtAtlas exposes 3 tools to a connected agent.
- 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
Score
55 / 100
Adequate
- Documentation17/25
- Maintenance16/25
- Trust6/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 53 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 10, 2026 |