- Home
- MCP servers
- Philippine Law
Philippine 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-philippine-law-mcp": {
"command": "npx",
"args": [
"-y",
"@ansvar/philippine-law-mcp"
]
}
}
}You can access comprehensive Philippine legislation through a dedicated MCP server that provides full-text search and retrieval for key laws such as the Data Privacy Act, Cybercrime Prevention Act, SIM Registration Act, and more. This server lets you query provisions, locate specific sections, and cross-reference regulations, empowering your compliance efforts and research workflows.
How to use
You interact with the Philippine Law MCP through a client that supports MCP servers. Use the client to search across the full corpus of Philippine legislation, extract specific provisions from Republic Acts, and perform cross-references to related international frameworks. The server exposes practical endpoints to locate sections, view exact language, and verify citations for your regulatory work.
How to install
Prerequisites: you need Node.js and npm installed on your system.
npm install -g @ansvar/philippine-law-mcp
Additional setup and usage notes
Start the MCP server from the command line after installation. You can run it directly if you installed the package globally.
philippine-law-mcp
Client configuration example
If you configure an MCP client to access this server via the CLI-based method, you can specify the server as a local stdio MCP configuration using the following sample.
{
"mcpServers": {
"philippine_law": {
"command": "npx",
"args": ["-y", "@ansvar/philippine-law-mcp"]
}
}
}
Available tools
get_provision
Retrieve a specific section from a Philippine Republic Act or other legislation.
search_legislation
Perform a full-text search across all Philippine legislation.
get_provision_eu_basis
Cross-reference lookup for international framework relationships (GDPR adequacy, ASEAN, etc.).