home / mcp / indonesian law mcp server
Provides access to Indonesian legislation with full-text search across PDP, ITE, and related regulations via an MCP server.
Configuration
View docs{
"mcpServers": {
"ansvar-systems-indonesian-law-mcp": {
"command": "indonesian-law-mcp",
"args": []
}
}
}You can access Indonesian law content programmatically with a Model Context Protocol (MCP) server that provides full-text search and retrieval for major Indonesian statutes such as the PDP Law, ITE Law, Government Regulation on Electronic Systems, Company Law, and Consumer Protection. This MCP server makes it easy to search, fetch provisions, and cross-reference laws within your applications or research workflows.
Use a compatible MCP client to connect to the Indonesian Law MCP server. You can query for specific articles, perform full-text searches across Bahasa Indonesia and English provisions, and cross-reference international frameworks like GDPR.
Prerequisites: ensure you have Node.js and npm installed on your system.
Install the MCP server package globally using npm.
Start the MCP server to begin serving requests.
The server supports multiple ways to connect. A standard local runtime starts the MCP server as a command-line process, and you can configure a client to point to this local server.
Retrieve a specific article (pasal) from an Indonesian law or regulation.
Perform a full-text search across all Indonesian legislation in Bahasa Indonesia and English.
Cross-reference lookup for international framework relationships (GDPR, ASEAN, etc.).