Hungarian Financial Regulation MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hu_fin_search_regulationsA | Full-text search across MNB (Magyar Nemzeti Bank) regulatory provisions. Returns matching rendeletek (decrees), ajanласок (recommendations), and vezeto korlevelek (management circulars). |
| hu_fin_get_regulationA | Get a specific MNB regulatory provision by sourcebook and reference. Accepts references like 'MNB rendelet 2/2015' or 'MNB ajanlas 7/2021'. |
| hu_fin_list_sourcebooksA | List all MNB regulatory sourcebooks with their names and descriptions. |
| hu_fin_search_enforcementA | Search MNB enforcement actions — bírságok (fines), határozatok (decisions), and sanctions against financial institutions. |
| hu_fin_check_currencyA | Check whether a specific MNB regulatory provision reference is currently in force. Returns status and effective date. |
| hu_fin_aboutA | Return metadata about this MCP server: version, data source, tool list. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a distinct purpose: searching regulations, retrieving a specific regulation, listing sourcebooks, searching enforcement actions, checking legal force, and server metadata. No overlap or ambiguity between them.
All tools follow a consistent hu_fin_<verb>_<object> pattern (e.g., hu_fin_search_regulations, hu_fin_get_regulation). The only minor exception is hu_fin_about, but it is still recognizable and fits the prefix convention.
Six tools is well-scoped for a financial regulation reference server, covering search, retrieval, listing, enforcement, status checks, and metadata without unnecessary bloat or sparseness.
The tool set covers the core lifecycle of querying regulations: discover (search/list), access (get), verify status (check_currency), and enforcement search. A minor gap is the lack of a dedicated get-enforcement-action tool, but the enforcement search likely returns sufficient details for most use cases.