MCP Catalogs
Homepasal screenshot

pasal

by ilhamfp·236·Score 51

MCP server providing grounded access to Indonesian legal data with search, article retrieval, and status checking tools.

ai-llmknowledge-graphdeveloper-tools
39
Forks
21
Open issues
3 mo ago
Last commit
2d ago
Indexed

Overview

Pasal.id is an AI-native Indonesian legal platform that offers structured access to Indonesian laws and regulations. The MCP server provides four key tools: full-text search across 40,000+ regulations, retrieval of specific articles, checking law status and amendment chains, and browsing regulations by type. The platform processes 937,000+ legal articles with verification through AI vision comparing parsed text against original PDFs. It features a self-improving feedback loop where corrections are verified and applied through safe transactions.

Try asking AI

After installing, here are 6 things you can ask your AI assistant:

you:Legal professionals researching specific Indonesian laws and their amendments
you:AI assistants providing accurate citations and explanations of Indonesian legal provisions
you:Developers building applications that need authoritative Indonesian legal data
you:Citizens accessing and understanding their rights under Indonesian law
you:What types of Indonesian laws are covered?
you:How is the accuracy of the legal data ensured?

When to choose this

Choose Pasal.id when you need accurate, up-to-date information about Indonesian law with proper citations and want to avoid AI hallucinations in legal contexts.

When NOT to choose this

Don't choose Pasal.id if you need legal information for countries other than Indonesia, as it exclusively covers Indonesian laws and regulations.

Tools this server exposes

4 tools extracted from the README
  • search_laws

    Full-text keyword search across all legal provisions with Indonesian stemming

  • get_pasal

    Get the exact text of a specific article (Pasal) by law and number

  • get_law_status

    Check if a law is in force, amended, or revoked with full amendment chain

  • list_laws

    Browse available regulations with type, year, and status filters

Comparable tools

lawyeristlegalenginecase.lawgovinfo

Installation

Install via Claude Desktop

Add this MCP server to Claude Desktop:

{
  "mcpServers": {
    "pasal-id": {
      "command": "http",
      "args": ["https://pasal-mcp-server-production.up.railway.app/mcp"]
    }
  }
}

Or via command line:

claude mcp add --transport http pasal-id https://pasal-mcp-server-production.up.railway.app/mcp

FAQ

What types of Indonesian laws are covered?
The platform covers 40,143 regulations across 11 types including UU (primary laws), PP (government regulations), Perpres (presidential regulations), UUD (1945 Constitution), and more from official government sources.
How is the accuracy of the legal data ensured?
Accuracy is ensured through AI vision verification that compares parsed text against original PDF images, crowd-sourced corrections, and a self-improving feedback loop where systematic issues create GitHub issues for fixes.

Compare pasal with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.