Japan Area Code MCP Server
Click on "Install 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., "@Japan Area Code MCP Serverfind area code for Tokyo"
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.
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
Clone or download this repository
Install dependencies:
npm installBuild 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 |
| string | Yes | Search query that can match prefecture name, municipality name, or yomigana |
References
Data source:
https://www.soumu.go.jp/main_content/000323625.csv
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseBqualityBmaintenanceEnables 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 updated13
- Alicense-qualityDmaintenanceMCP server for Japan's e-Stat (Government Statistics Portal). Search statistical datasets, retrieve data tables, and access metadata from official Japanese government statistics.Last updated8Apache 2.0

jpzip MCP serverofficial
AlicenseAqualityCmaintenanceEnables 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 updated429MIT- Alicense-qualityCmaintenanceEnables querying Japanese government statistics from e-Stat, including metadata, data observations, and catalog browsing.Last updated22MIT
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).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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