- Home
- MCP servers
- Hungarian Law
Hungarian 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.
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.
How to use
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.
How to install
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.
Code snippets and configuration
{
"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"]
}
]
Data sources and coverage
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.
Key tools and capabilities
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.
License and disclaimers
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.
Open Law and MCP Network context
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.
Available tools
search_legislation
Perform a full-text search across all provisions to locate relevant sections and articles.
get_provision
Retrieve a specific article or section by identifier.
validate_citation
Check the correctness and format of a legal citation.
check_currency
Determine if a statute is currently in force or superseded.
get_eu_basis
Fetch EU legal basis and cross-references for a provision.
get_hungarian_implementations
Find national implementations related to the EU framework.
search_eu_implementations
Search EU documents and related materials for context.
validate_eu_compliance
Assess whether a document complies with applicable EU rules.
build_legal_stance
Conduct comprehensive legal research to support a stance or analysis.
format_citation
Format citations to a standardized style for reporting.
list_sources
Provide provenance information for the data in use.
about
Retrieve server metadata and basic information about the MCP server.