pasal
by ilhamfp·★ 236·Score 51
MCP server providing grounded access to Indonesian legal data with search, article retrieval, and status checking tools.
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:
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 READMEsearch_lawsFull-text keyword search across all legal provisions with Indonesian stemming
get_pasalGet the exact text of a specific article (Pasal) by law and number
get_law_statusCheck if a law is in force, amended, or revoked with full amendment chain
list_lawsBrowse available regulations with type, year, and status filters
Comparable tools
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/mcpFAQ
- 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
Last updated · Auto-generated from public README + GitHub signals.