Hungarian Postcode Validator
Enables validation of Hungarian postcodes and addresses, including postcode lookup, city lookup, and Budapest district mapping.
Enables validation of Hungarian postcodes and addresses, including postcode lookup, city lookup, and Budapest district mapping.
Enables validation of Hungarian postcodes and addresses, including postcode lookup, city lookup, and Budapest district mapping.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Hungarian Postcode ValidatorValidate that postcode 1102 is for Budapest."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Hungarian Postcode & Address Validator
MCP server that validates Hungarian postcodes and addresses. Powered by the official Magyar Posta catalog and KSH (Hungarian Central Statistics Office) settlement data. Pennies per call.
Built by Unbearable Labs. Pay-per-event pricing — only billed when a tool is actually called.
Available on
Apify Actor Store — primary, metered usage (PPE)
MCPize — pending submission
MCP.so — pending submission
PulseMCP — pending submission
Smithery — pending submission
Glama — pending submission
Newsletter: Unbearable TechTips Weekly · All Actors: github.com/UnbearableDev
Related MCP server: AddressPenny MCP Server
What it does
Point any MCP-capable client (Claude Desktop, Cursor, n8n, Make, Zapier, custom agents) at this server and get fast, structured answers to Hungarian address questions:
Validate a
(postcode, city)pair before storing it in your DBLook up the settlement and county for any HU postcode
Find all postcodes that serve a given city (handy for Budapest: 23 districts, 100+ postcodes)
List every postcode in a Hungarian county
Map Budapest district numbers (1–23 or I–XXIII) to their postcode ranges
Tools
Tool | Purpose | Price |
| Settlement + county + (if BP) district for a 4-digit HU postcode | $0.001 |
| All postcodes for a city (diacritic-insensitive — | $0.001 |
| yes/no + corrected suggestion if mismatch | $0.001 |
| Budapest I-XXIII (or 1-23) → list of postcodes in that district | $0.001 |
| Bulk listing — every postcode in a county | $0.005 |
Example responses
lookup_postcode(1102)
{
"postcode": 1102,
"found": true,
"matches": [
{
"postcode": 1102,
"settlement": "Budapest",
"settlement_part": "X. kerület",
"county": "Budapest"
}
],
"budapest_district": "X."
}validate_address(1102, "Szeged")
{
"valid": false,
"reason": "city_mismatch",
"postcode": 1102,
"city": "Szeged",
"expected_settlements": ["Budapest"]
}budapest_district_lookup(14) (or "XIV") returns all postcodes in District XIV.
Pricing
Event | USD per call |
| $0.001 |
| $0.005 |
Effectively a free utility for occasional use; meaningful at high call volumes.
Data sources
Magyar Posta official postal catalog (
Iranyitoszam-Internet_uj.xlsx) — postcode → settlement mappingKSH (Hungarian Central Statistical Office) settlement registry — county / district / KSH code per settlement, via the open
tamas-ferenci/IrszHnkcompilation
Coverage: 3,484 postcode-settlement entries spanning 2,962 unique postcodes (1011–9985), all 19 Hungarian counties + Budapest. Refreshed quarterly.
Connecting from Claude Desktop
{
"mcpServers": {
"hu-postcode": {
"transport": "streamable-http",
"url": "https://YOUR-ACTOR-URL.apify.actor/mcp"
}
}
}What's NOT covered
Street-level address validation (no clean public data source post-2022 KEKKH restrictions)
Fuzzy / Levenshtein city-name matching (v1.1)
Non-Hungarian addresses (consider another MCP for those)
Source / contact
Issues and ideas: unbearabledev@gmail.com or the GitHub org UnbearableDev.
This server cannot be deployed
Maintenance
Related MCP Connectors
Autocomplete Portuguese addresses and look up postal codes (CP7). Free remote MCP, no API key.
Postcodes MCP — wraps postcodes.io UK postcode API (free, no auth)
Address validation & geocoding for AI agents: 240+ countries, UK PAF, free US/CA enrichment
Verify Polish companies by NIP/KRS/REGON + EU VAT (VIES). 9 MCP tools, no key.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides Japanese postal code to address lookup functionality that can be integrated with AI assistants and other MCP clients.3MIT
- AlicenseAqualityCmaintenanceAn MCP server for AddressPenny address validation that enables users to validate postal addresses, bulk-clean address lists, and extract addresses from unstructured text through Claude Desktop, Cursor, and other MCP-compatible agents.311 npmMIT
- AlicenseNot gradedqualityBmaintenanceUK address (Royal Mail PAF), email, and phone (live HLR carrier) validation via the Postio API. Six tools: address search, postcode lookup, UDPRN, email validate, phone validate, and a health probe.MIT

Acuris MCP Serverofficial
AlicenseAqualityFmaintenanceEnables address validation, geocoding, postcode lookup, and reverse geocoding in 240+ countries, including UK Royal Mail PAF data, through four tools for MCP-aware clients.443 npmMIT