home / mcp / philippine law mcp server
Provides full-text search and retrieval for Philippine legislation including DPA, Cybercrime Act, SIM Registration Act, and more via an MCP server.
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.
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.
Prerequisites: you need Node.js and npm installed on your system.
npm install -g @ansvar/philippine-law-mcpStart the MCP server from the command line after installation. You can run it directly if you installed the package globally.
philippine-law-mcpIf 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"]
}
}
}Retrieve a specific section from a Philippine Republic Act or other legislation.
Perform a full-text search across all Philippine legislation.
Cross-reference lookup for international framework relationships (GDPR adequacy, ASEAN, etc.).