jp-address-mcp
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., "@jp-address-mcpNormalize this address: 東京都新宿区西新宿2-8-1 パークタワー1503号"
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.
Japanese Address Normalizer & Verifier (MCP Server)
An MCP server that normalizes and verifies Japanese postal addresses. Splits messy Japanese address strings (full-width characters, mixed hyphens, romaji, building/room names) into structured fields, with a verification flag and lat/lng.
Built for AI agents doing cross-border commerce, logistics, or CRM involving Japan.
Endpoint (remote, no install)
Streamable HTTP:https://jp-addr.streamfront.net/mcp
Related MCP server: mcp-server-zipcode-jp
Tool
normalize_jp_address
Structure & verify a raw Japanese address string.
Input: { "address": "東京都新宿区西新宿2-8-1 パークタワー1503号" }
Output (example):
{
"ok": true,
"normalized": {
"pref": "東京都", "city": "新宿区", "town": "西新宿二丁目",
"banchi": "8-1", "building": "パークタワー", "room": "1503"
},
"geo": { "lat": 35.68945, "lng": 139.691774 },
"level": 3, "verified": true
}How it works
Wraps the open-source @geolonia/normalize-japanese-addresses engine and
adds a preprocessing/structuring layer: full-width→half-width, hyphen
normalization, chome/banchi boundary detection via engine metadata,
building & room separation, and a verification flag.
Status
Early. Single tool. Tested mainly on residential/urban addresses. Feedback welcome.
Registry
Published to the official MCP Registry as net.streamfront/jp-address.
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
- AlicenseNot gradedqualityDmaintenanceProvides Japanese postal code to address lookup functionality that can be integrated with AI assistants and other MCP clients.3MIT
- FlicenseBqualityDmaintenanceEnables searching Japanese addresses by 7-digit zip code using the zipcloud API.1

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.418MIT- FlicenseNot gradedqualityDmaintenanceEnables Hong Kong address lookup and correction using government data, with fuzzy matching and LLM-powered correction for both Chinese and English addresses.3
Related MCP Connectors
Address validation & geocoding for AI agents: 240+ countries, UK PAF, free US/CA enrichment
39 Japanese locale APIs — wareki, NTA invoice, 法人番号, postal, romanization, kanji-kana (Workers AI).
MCP server for Japan geodata: cadastral lot numbers (chiban) and reverse geocoding, for AI agents.
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/MasaBigBrother/jp-address-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server