home / mcp / indonesian law mcp server

Indonesian Law MCP Server

Provides access to Indonesian legislation with full-text search across PDP, ITE, and related regulations via an MCP server.

Installation
Add the following to your MCP client configuration file.

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.

How to use

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.

How to install

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.

Additional notes

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.

Available tools

get_provision

Retrieve a specific article (pasal) from an Indonesian law or regulation.

search_legislation

Perform a full-text search across all Indonesian legislation in Bahasa Indonesia and English.

get_provision_eu_basis

Cross-reference lookup for international framework relationships (GDPR, ASEAN, etc.).