- Home
- MCP servers
- Greek Law
Greek 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.
This MCP server provides access to Greek legislation from official FEK sources, combining a country-wide metadata corpus with high-fidelity provision extraction and OCR-backed fallbacks to deliver searchable laws and their provisions for research, compliance checks, and legal reference.
How to use
You can access Greek law data either through a local, stdio-based MCP client or via a remote HTTP endpoint. Use the stdio option to run the MCP directly on your machine using a package manager, or use the remote URL to query the MCP from anywhere with internet access. The server exposes a suite of tools for searching provisions, retrieving articles, validating citations, and cross-referencing EU and national implementations.
How to install
Prerequisites: You need Node.js and npm available on your system.
Option A: Run a local stdio MCP client (npm) to use the MCP directly in your environment.
# Install and run the MCP client locally using npm and npx
# This assumes you want to load the Greek law MCP as a local process
npx -y @ansvar/greek-law-mcp
Additional sections
Data sources include the National Printing Office of Greece and the FEK archive. The MCP combines country-scope official metadata with provision extraction, enabling full-text search across provisions and retrieval of specific articles. Expect OCR-fallback processing for legacy PDFs and ongoing enrichment of records.
Two ways to connect the MCP are supported: a remote HTTP endpoint for streamable HTTP access and a local stdio configuration for direct use via a client.
Notes on usage and disclaimers: this tool provides research-focused access to statutory text sourced from official publications. It should not be used as legal advice, and you should verify critical provisions against primary sources before relying on them for professional matters.
Available tools
search_legislation
Full-text search across provisions to locate statutes, sections, and articles.
get_provision
Retrieve a specific article or section by reference.
validate_citation
Validate legal citations for accuracy and formatting.
check_currency
Check whether a statute is currently in force.
get_eu_basis
Fetch EU legal basis and cross-references for provisions.
get_greek_implementations
Identify national implementations within the EU framework.
search_eu_implementations
Search EU-wide documents related to the Greek context.
validate_eu_compliance
Perform EU compliance checks against applicable regulations.
build_legal_stance
Support comprehensive legal research for a given topic.
format_citation
Format legal citations for consistent reference.
list_sources
Provide data provenance and source metadata for records.
about
Expose server metadata and status information.