Japan Area Code MCP Server
Related Servers
Alternatives to Japan Area Code MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseCqualityBmaintenanceEnables access to Japan's official government statistics portal (e-Stat) API to search, retrieve, and analyze statistical data including census data, economic indicators, and demographic information across 17 statistical fields.13MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying Japanese government statistics from e-Stat, including metadata, data observations, and catalog browsing.4 npmMIT

jpzip MCP serverofficial
AlicenseAqualityDmaintenanceEnables to look up Japanese postal codes, convert zipcodes to addresses, search addresses by query, and list cities in a prefecture using the jpzip dataset.45 npmMIT- AlicenseNot gradedqualityCmaintenanceJapanese postal code ⇄ address lookup with bundled official data — fully offline, no API key.MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for Japan's e-Stat (Government Statistics Portal). Search statistical datasets, retrieve data tables, and access metadata from official Japanese government statistics.28 PyPI10Apache 2.0
- FlicenseNot gradedqualityCmaintenanceEnables querying and searching the Japanese Address Base Registry (ABR) data definitions and official documentation, including field definitions, datasets, and policy documents through tools like list_datasets, get_dataset, search_field, and search_docs.-
TDQS
Scored across 2 tools
Each tool has a clearly distinct purpose: one retrieves a specific area code given a prefecture, the other lists all area codes. No ambiguity or overlap exists.
Both tools follow a consistent verb-areacode pattern using lowercase with hyphens (find-areacode, list-areacode), making them predictable and easy to interpret.
With only two tools, the scope is narrow but appropriate for a read-only area code lookup service. It could potentially include a reverse lookup, but the count is reasonable for the stated purpose.
The tool set covers the essential operations for area codes: querying a specific prefecture and listing all. A minor gap is the lack of a search-by-code function, but the basic use cases are addressed.