address-to-zip
Server Details
日本の住所⇄郵便番号を変換。表記ゆれも吸収。Japan address ⇄ postal code, handles messy input. Free tier, no API key.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-06-18
- URL
TDQS
Scored across 2 tools
The two tools are exactly opposite operations: one converts postal code to address, the other converts address to postal code. There is no overlap or ambiguity; an agent can clearly select the correct tool based on the input direction.
Both tools follow a consistent verb_noun pattern: lookup_zipcode and search_address. The verbs (lookup, search) are synonymous but acceptable, and the nouns clearly indicate inputs. Naming is uniform and predictable.
With only 2 tools, the count is at the lower edge of what might be considered thin, but the server's scope is deliberately narrow (bidirectional address/zip conversion). Both directions are covered, so the count is appropriate for the stated purpose.
The tool surface fully covers the domain of address-to-zip conversion: reverse lookup (zip→address) and forward lookup (address→zip). Both tools handle flexible input formats, making the functionality complete for the server's stated purpose.
Available Tools
2 toolslookup_zipcodeBInspect
郵便番号から住所を逆引きする。100-0005 または 1000005 形式に対応(全角数字・ハイフン有無は不問)。結果には日本郵便準拠のローマ字表記(romaji)を含む。 / Reverse lookup: get the Japanese address for a postal code. Accepts 100-0005 or 1000005 (full-width digits and missing hyphens are fine). Results include Japan Post romaji.
| Name | Required | Description | Default |
|---|---|---|---|
| zipcode | Yes | 郵便番号(例: 100-0005 または 1000005。全角数字・ハイフン有無も可) / Japanese postal code, 7 digits. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions format flexibility (full-width digits, missing hyphens) and that results include romaji, which is useful. However, it does not disclose error behavior, network dependencies, or any side effects. For a read-only lookup this is acceptable but not comprehensive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and bilingual, with the primary purpose front-loaded. It avoids unnecessary filler and uses two short sentences per language. Every sentence contributes meaningful information about accepted input or output details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter lookup with no output schema, the description provides essential details: input format flexibility and romaji output. It does not describe the full return structure (e.g., whether it returns Japanese address, prefecture, etc.), but the core information is present. Given the tool's simplicity, this is adequate but could be more thorough.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the parameter is fully documented in the schema. The description adds a bit of nuance about accepted formats (full-width digits, missing hyphens), which partially overlaps with the schema. This adds marginal value but does not significantly exceed the baseline for full coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: reverse lookup of a Japanese address from a postal code. It specifies the resource (postal code) and the action (getting address). However, it does not explicitly differentiate from the sibling 'search_address', leaving some ambiguity about when to prefer this tool over the alternative.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus the sibling 'search_address'. The description explains accepted input formats but does not mention any conditions, exclusions, or alternatives. An agent would have to infer usage context from the tool name alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_addressAInspect
日本の住所文字列から郵便番号を検索する。番地・建物名付きでも町名まで解釈する。ローマ字・英語表記(例: Marunouchi, Chiyoda-ku, Tokyo)でも検索可。結果には日本郵便準拠のローマ字表記(romaji)を含む。 / Look up a Japanese postal code from an address string. Tolerates messy input (full-width digits, hyphen variants, street numbers and building names) and resolves down to the town level. Romaji/English input is accepted. Results include Japan Post romaji.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返却件数の上限(1-50・既定10) / Max results (1-50, default 10). | |
| address | Yes | 検索する住所(例: 東京都千代田区丸の内 / Marunouchi, Chiyoda-ku, Tokyo) / Japanese address to look up. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the behavioral disclosure burden. It does well by explaining input normalization, tolerance of street numbers/building names, resolution to town level, and inclusion of Japan Post romaji in results. It could be more explicit about what fields are returned or how ambiguous matches are handled.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loads the core purpose before describing tolerance and output details. The bilingual repetition is justified for a Japanese-specific tool, but it does add some length.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and no annotations, the description reasonably covers the essential behavior: input handling, accepted formats, and that results include romaji. It could be more complete by stating the full returned fields (e.g., postal code, address, romaji), but it gives enough context for an agent to invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description adds meaningful parameter-level context beyond the schema by explaining that the address parameter tolerates messy input, full-width digits, hyphen variants, and extra address components—information not present in the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action and resource: 'Look up a Japanese postal code from an address string.' It adds concrete scope details such as tolerating messy input, resolving to town level, and accepting romaji/English, which distinguishes it clearly from the sibling tool lookup_zipcode.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides a clear use case: when you have a Japanese address string and need the postal code. It also clarifies acceptable input variants (romaji, English, full-width digits). It does not explicitly name lookup_zipcode as the alternative for the reverse lookup, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- Changed
lookup_zipcode1 field changed- changed
Input schema / properties / zipcode / descriptionPrevious value: -"郵便番号(例: 100-0005 または 1000005。全角数字・ハイフン有無も可)"New value: +"郵便番号(例: 100-0005 または 1000005。全角数字・ハイフン有無も可) / Japanese postal code, 7 digits."
- Changed
search_address2 fields changed- changed
Input schema / properties / address / descriptionPrevious value: -"検索する住所(例: 東京都千代田区丸の内 / Marunouchi, Chiyoda-ku, Tokyo)"New value: +"検索する住所(例: 東京都千代田区丸の内 / Marunouchi, Chiyoda-ku, Tokyo) / Japanese address to look up." - changed
Input schema / properties / limit / descriptionPrevious value: -"返却件数の上限(1-50・既定10)"New value: +"返却件数の上限(1-50・既定10) / Max results (1-50, default 10)."
1 tool update
- Changed
search_address1 field changed- changed
Input schema / properties / address / descriptionPrevious value: -"検索する住所(例: 東京都千代田区丸の内)"New value: +"検索する住所(例: 東京都千代田区丸の内 / Marunouchi, Chiyoda-ku, Tokyo)"
2 tool updates
- First observed
lookup_zipcode - First observed
search_address
Related MCP Connectors
Normalize and verify Japanese postal addresses into structured fields for agents.
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).
Japan data tools for AI agents: calendar (rokuyo), address, name splitting, corporate number lookup
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceJapanese postal code ⇄ address lookup with bundled official data — fully offline, no API key.MIT
- AlicenseAqualityCmaintenanceNormalizes and verifies Japanese postal addresses, splitting messy strings into structured fields with geolocation and verification.1MIT
- 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-
Glama MCP Gateway
Add one secure layer between your agents and this server.