- Home
- MCP servers
- Maltese Law
Maltese 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.
Maltese Law MCP provides a focused, searchable platform for cybersecurity compliance data drawn from Maltese legislation. It enables full-text search, precise article retrieval, citation validation, and currency checks to ensure you are working with current provisions within the Model Context Protocol ecosystem.
How to use
You will interact with the Maltese Law MCP server through an MCP client. Use the remote HTTP endpoint to access the shared server or run a local MCP client to operate entirely on your machine. You can search across Maltese legislation for provisions, retrieve specific articles, verify citations, and check whether laws are still in force. When you perform a search, you’ll receive ranked results that help you quickly locate relevant provisions and navigate to the exact article you need.
How to install
Prerequisites: you need Node.js and npm installed on your machine. You can verify installation with node -v and npm -v.
Choose one of the following options to start using Maltese Law MCP.
Remote HTTP endpoint (use this for online access):
claude mcp add maltese-law --transport http https://maltese-law-mcp.vercel.app/mcp
Additional setup and options
If you prefer running a local MCP server instance, you can use the npm package to start a local MCP client for Maltese Law MCP.
npx @ansvar/maltese-law-mcp
## Available tools
### fullTextSearch
Perform full-text searches across Maltese legislation using BM25 ranking to prioritize relevance.
### articleRetrieval
Retrieve provisions at the article level to locate exact legal text quickly.
### citationValidation
Validate citations to prevent reference hallucinations and improve accuracy.
### currencyChecks
Verify whether laws are currently in force and up to date.