/ 디렉터리 / 플레이그라운드 / pasal
● 커뮤니티 ilhamfp ⚡ 바로 사용

pasal

제작: ilhamfp · ilhamfp/pasal

Ask Claude about Indonesian law and get answers grounded in 40k+ regulations and 937k+ structured articles from pasal.id — with citations.

Pasal.id is the first open, AI-native Indonesian legal platform. This MCP exposes 4 tools for law search, article retrieval, status checks, and browsing — all sourced from official Indonesian government publications from 1945 to 2026. No auth required for read access.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

pasal.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "pasal": {
      "command": "npx",
      "args": [
        "-y",
        "pasal"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "pasal": {
      "command": "npx",
      "args": [
        "-y",
        "pasal"
      ],
      "_inferred": true
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "pasal": {
      "command": "npx",
      "args": [
        "-y",
        "pasal"
      ],
      "_inferred": true
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pasal": {
      "command": "npx",
      "args": [
        "-y",
        "pasal"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "pasal",
      "command": "npx",
      "args": [
        "-y",
        "pasal"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "pasal": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "pasal"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add pasal -- npx -y pasal

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: pasal

Research an Indonesian legal question with citations

👤 Lawyers, law students, compliance folks ⏱ ~15 min intermediate

언제 쓸까: You're answering a specific Indonesian legal question and need to cite actual regulation text.

흐름
  1. Search
    Cari regulasi tentang perlindungan data pribadi. Berikan UU/PP yang paling relevan.✓ 복사됨
    → List of matching laws with numbers and years
  2. Pull articles
    Ambil pasal 26 dari UU 27/2022. Jelaskan konteksnya.✓ 복사됨
    → Article text + explanation
  3. Verify status
    Apakah UU ini masih berlaku? Ada amendemen?✓ 복사됨
    → Current status + amendment chain

결과: Grounded answer with citations to official text.

함정
  • LLM translates Indonesian regulatory terms loosely — For legal work, always reference original Indonesian + ask for literal translation
함께 쓰기: notion

Check whether a business activity needs a specific permit

👤 Founders, compliance officers ⏱ ~30 min intermediate

언제 쓸까: You're setting up or modifying a business in Indonesia and unsure of regulatory requirements.

흐름
  1. Scope the question
    I'm running a fintech app offering peer-to-peer lending in Indonesia. Which regulations are most relevant?✓ 복사됨
    → List of POJK / UU with scopes
  2. Deep dive
    For each, fetch the specific article requiring license/registration. Quote the text.✓ 복사됨
    → Quoted obligations

결과: Initial regulatory map — don't skip a lawyer for final advice.

함정
  • LLM legal advice is not advice — This is research; decisions need licensed counsel

Track whether an old regulation has been superseded

👤 Researchers citing Indonesian law ⏱ ~5 min beginner

언제 쓸까: You have a citation to a 2010 PP and want to know if it's still current.

흐름
  1. Check status
    Get status of PP 23/2010. Is it still in force? What amended or replaced it?✓ 복사됨
    → Status + chain to current

결과: Safe citation — not a dead law.

조합

다른 MCP와 조합해 10배 효율

pasal + notion

Build a compliance knowledge base

For each regulation in my compliance scope, fetch articles + status, create a Notion page per regulation.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
search_laws query: str (ID), limit? Discover relevant laws by keyword free
get_pasal law_id or name, pasal_number Retrieve a specific article free
get_law_status law_id or name Check if still in force free
list_laws type?, year?, status? Browse by category free

비용 및 제한

운영 비용

API 쿼터
Public read — no stated limits; be polite
호출당 토큰
Full articles ~500-5000 tokens each
금액
Free
Search then fetch specific articles; don't try to list all 40k regulations.

보안

권한, 시크릿, 파급범위

자격 증명 저장: None
데이터 외부 송신: Queries go to pasal-mcp-server-production.up.railway.app

문제 해결

자주 발생하는 오류와 해결

No results for a query you expect to match

Indonesian stemming — try root words (e.g. 'lindung' not 'perlindungan'). Also try English synonym.

Pasal number not found in a law

Articles may have been renumbered across amendments. Check get_law_status first.

MCP connection drops

Remote HTTP server — check your network / Railway status.

대안

pasal 다른 것과 비교

대안언제 쓰나단점/장점
peraturan.go.id (official government portal)You want primary source, UI-firstNo LLM integration; manual search
Hukumonline (commercial DB)You need case law + commentarySubscription; broader scope

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기