home / mcp / greek law mcp server
Provides access to Greek legislation with official metadata and high-fidelity provision extraction for search and retrieval.
Configuration
View docs{
"mcpServers": {
"ansvar-systems-greek-law-mcp": {
"url": "https://greek-law-mcp.vercel.app/mcp"
}
}
}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.
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.
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-mcpData 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.
Full-text search across provisions to locate statutes, sections, and articles.
Retrieve a specific article or section by reference.
Validate legal citations for accuracy and formatting.
Check whether a statute is currently in force.
Fetch EU legal basis and cross-references for provisions.
Identify national implementations within the EU framework.
Search EU-wide documents related to the Greek context.
Perform EU compliance checks against applicable regulations.
Support comprehensive legal research for a given topic.
Format legal citations for consistent reference.
Provide data provenance and source metadata for records.
Expose server metadata and status information.