-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathserver.json
More file actions
18 lines (18 loc) · 870 Bytes
/
server.json
File metadata and controls
18 lines (18 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "pasal-id",
"display_name": "Pasal.id — Indonesian Law",
"description": "Search and access Indonesian legislation with structured data and real citations.",
"version": "1.0.0",
"transport": "http",
"url": "https://pasal-mcp-server-production.up.railway.app/mcp",
"tools": [
{ "name": "search_laws", "description": "Full-text search across Indonesian legislation" },
{ "name": "get_pasal", "description": "Retrieve a specific article from a specific law" },
{ "name": "get_law_status", "description": "Check if a law is still in force, with amendment history" },
{ "name": "list_laws", "description": "List available regulations with filters" }
],
"categories": ["legal", "government", "indonesia", "reference"],
"homepage": "https://pasal.id",
"repository": "https://github.com/ilhamfp/pasal",
"license": "AGPL-3.0"
}