home / mcp / hungarian law mcp server
Provides access to Hungarian laws covering data protection, cybersecurity, e-commerce, and criminal law with MCP-based querying.
Configuration
View docs{
"mcpServers": {
"ansvar-systems-hungarian-law-mcp": {
"url": "https://hungarian-law-mcp.vercel.app/mcp"
}
}
}You can access Hungarian legislation through an MCP server that provides structured, searchable laws and cross-references across data protection, cybersecurity, e-commerce, and criminal law provisions. This server lets you perform full-text searches, retrieve specific articles, validate citations, check currency, and explore EU and national implementations using a consistent MCP interface.
You connect to the Hungarian Law MCP server using an MCP client. You can either run the server locally in stdio mode or access a remote HTTP endpoint. With the stdio approach, you run the server as a local process and your client talks to it directly. With the HTTP approach, your client makes network requests to the remote endpoint. Typical workflows include searching provisions, fetching exact articles, validating citations, and verifying whether statutes are in force.
Prerequisites: ensure you have Node.js and npm installed on your system.
Choose one of the MCP connection methods shown below and follow the instructions exactly as written.
{
"mcpServers": {
"hungarian-law": {
"command": "npx",
"args": ["-y", "@ansvar/hungarian-law-mcp"]
}
}
}[
{
"type": "http",
"name": "hungarian-law",
"url": "https://hungarian-law-mcp.vercel.app/mcp",
"args": []
},
{
"type": "stdio",
"name": "hungarian-law",
"command": "npx",
"args": ["-y", "@ansvar/hungarian-law-mcp"]
}
]This MCP server provides access to Hungarian legislation, drawing from the National Legislation Database and the Hungarian Official Gazette, with public-domain data licensed under the Hungarian Government Open Data program.
You can use a suite of tools to work with the legislation, including: full-text search across provisions, retrieval of specific articles, citation validation, currency checks, EU cross-references, national implementations, EU compliance checks, comprehensive legal research, and citation formatting. You can also list data provenance and obtain server metadata.
This server uses the Apache-2.0 license. It is a research tool and not a substitute for professional legal counsel. Always verify critical provisions against primary sources and check the database freshness date for currentness.
This server is part of the Ansvar Open Law initiative, which provides free, structured access to legislation from many jurisdictions via the Model Context Protocol. The broader MCP Network covers legislation, compliance frameworks, and cybersecurity standards across multiple regions.
Perform a full-text search across all provisions to locate relevant sections and articles.
Retrieve a specific article or section by identifier.
Check the correctness and format of a legal citation.
Determine if a statute is currently in force or superseded.
Fetch EU legal basis and cross-references for a provision.
Find national implementations related to the EU framework.
Search EU documents and related materials for context.
Assess whether a document complies with applicable EU rules.
Conduct comprehensive legal research to support a stance or analysis.
Format citations to a standardized style for reporting.
Provide provenance information for the data in use.
Retrieve server metadata and basic information about the MCP server.