- Home
- MCP servers
- Cypriot Law
Cypriot Law
- typescript
0
GitHub Stars
typescript
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.
This MCP server provides access to Cypriot law cybersecurity compliance data via the Model Context Protocol, enabling full-text search, article-level retrieval, citation validation, and currency checks. You can use either a remote MCP endpoint or run a local instance with npm, giving you flexible options for querying and validating Cypriot legislation within your workflows.
How to use
You interact with this MCP server through an MCP client. Choose the remote endpoint to access the live, hosted service, or run a local instance to keep everything in your own environment. You can perform full-text searches across Cypriot legislation, retrieve exact articles, validate citations to avoid hallucinations, and verify whether laws are still in force.
How to install
Prerequisites: you need Node.js and npm installed on your machine. If you plan to run the local server, you will also be using npm to install and start the package.
# Install and run the local MCP server
npm install
npm run start
Available tools
full_text_search
Allows you to search across Cypriot legislation provisions using full-text search with BM25 ranking for fast, relevant results.
article_retrieval
Retrieves individual articles for precise legal provisions, enabling targeted study and citation.
citation_validation
Checks and validates citations to prevent missing or hallucinated references in outputs.
currency_checks
Verifies whether laws are current and still in force, helping ensure up-to-date compliance results.