Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HU_ELI_BASE_URLNoBase URL for the Hungarian legislation database (NJT)https://njt.jog.gov.hu
HU_ELI_AUDIT_DIRNoDirectory for audit log of calls~/.matematic/audit
HU_ELI_CACHE_DIRNoDirectory for caching resolved legislation data~/.matematic/cache/hu-eli

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
hu_get_actA

Fetch metadata for a Hungarian Act (torveny) by its ELI (year + serial).

hu_get_legislationA

Fetch metadata for any Hungarian legislation by its ELI (type + year + issuer + serial).

Use this for anything other than Acts (torveny) - government decrees, ministerial decrees, etc. Use hu_list_doc_types for valid doc_type codes and hu_list_issuers for valid issuer codes (issuer codes are case-sensitive, e.g. Korm for Government).

hu_get_textA

Fetch the full document HTML content of a Hungarian piece of legislation.

For Acts (torveny), pass doc_type="TV" and omit issuer. For anything else, pass the issuer code (case-sensitive - use hu_list_issuers).

hu_list_doc_typesA

List valid NJT document-type codes (e.g. TV=Act, R=decree) from /eli/tipuskodok.

Returns: DocTypeList with items: list[DocTypeInfo] (code + Hungarian name).

hu_list_issuersA

List valid NJT issuer codes (case-sensitive, e.g. Korm=Government) from /eli/kibocsatokodok.

Returns: IssuerList with items: list[IssuerInfo] (code + Hungarian name).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/matematicsolutions/hu-eli-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server