- Home
- MCP servers
- Indonesian Law
Indonesian Law
- javascript
0
GitHub Stars
javascript
Language
3 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
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.).