Skip to main content
Glama
CORDEA

Japan Area Code MCP Server

by CORDEA

Japan Area Code MCP Server

A Model Context Protocol (MCP) server that provides access to Japanese statistical standard area codes (標準地域コード). This server fetches data from the official Japanese government CSV file and provides tools to list and search area codes.

Installation

  1. Clone or download this repository

  2. Install dependencies:

    npm install
  3. Build the project:

    npm run build

Related MCP server: estat-mcp

Configuration

To use this MCP server with Cursor or other MCP-compatible clients, add it to your MCP configuration file (typically ~/.cursor/mcp.json):

{
    "mcpServers": {
        "japan-areacode-mcp": {
            "command": "node",
            "args": ["/path/to/japan-areacode-mcp/dist/index.js"]
        }
    }
}

Make sure to replace /path/to/japan-areacode-mcp with the actual path to this project.

Usage

The server provides two tools: list-areacode and find-areacode

Tool: list-areacode

Lists all area codes from the official Japanese government CSV file.

Parameters

None

Tool: find-areacode

Finds an area code by searching for a prefecture or municipality name.

Parameters

Parameter

Type

Required

Description

query

string

Yes

Search query that can match prefecture name, municipality name, or yomigana

References

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    B
    maintenance
    Enables 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.
    Last updated
    13
  • A
    license
    -
    quality
    D
    maintenance
    MCP server for Japan's e-Stat (Government Statistics Portal). Search statistical datasets, retrieve data tables, and access metadata from official Japanese government statistics.
    Last updated
    8
    Apache 2.0
  • A
    license
    A
    quality
    C
    maintenance
    Enables to look up Japanese postal codes, convert zipcodes to addresses, search addresses by query, and list cities in a prefecture using the jpzip dataset.
    Last updated
    4
    29
    MIT

View all related MCP servers

Related MCP Connectors

  • Land Price Japan MCP — official Japanese land prices (地価公示 / 地価調査)

  • ISO country/language/currency/script code lookups (Debian iso-codes JSON)

  • 39 Japanese locale APIs — wareki, NTA invoice, 法人番号, postal, romanization, kanji-kana (Workers AI).

View all MCP Connectors

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/CORDEA/japan-areacode-mcp'

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