# Torify — Japan Locale APIs for AI Agents MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/dev-torify-japanese-locale-mcp
- Repository: https://github.com/endennn/torify-examples

## Install
- Endpoint: https://torify-mcp.torify.workers.dev
- Auth: Not captured

## Setup notes
- Remote endpoint: https://torify-mcp.torify.workers.dev

## Tools
- wareki.convert (Japanese Era Date Converter) - Convert between Japanese era dates (wareki) and Gregorian. Supports Meiji/Taisho/Showa/Heisei/Reiwa. Handles era boundary dates accurately. 日本語: 和暦⇔西暦変換（改元日正確処理） Endpoint: https://torify-mcp.torify.workers.dev
- torify_wareki.convert (Japanese Era Date Converter [Torify namespace — official]) - Convert between Japanese era dates (wareki) and Gregorian. Supports Meiji/Taisho/Showa/Heisei/Reiwa. Handles era boundary dates accurately. 日本語: 和暦⇔西暦変換（改元日正確処理） [Torify namespace — official] Endpoint: https://torify-mcp.torify.workers.dev
- invoice.validate (Invoice Number Format Validator) - Validate Japanese qualified invoice number (T-number) format and check digit. T + 13 digits. 日本語: 適格請求書番号フォーマット・チェックデジット検証 Endpoint: https://torify-mcp.torify.workers.dev
- torify_invoice.validate (Invoice Number Format Validator [Torify namespace — official]) - Validate Japanese qualified invoice number (T-number) format and check digit. T + 13 digits. 日本語: 適格請求書番号フォーマット・チェックデジット検証 [Torify namespace — official] Endpoint: https://torify-mcp.torify.workers.dev
- houjin.lookup (Japanese Corporate Number Lookup) - Look up Japanese corporate number (法人番号, 13 digits) → company name, address, kind, and status via NTA official API. 日本語: 法人番号 → 企業情報（社名・住所・種別・状態） Endpoint: https://torify-mcp.torify.workers.dev
- torify_houjin.lookup (Japanese Corporate Number Lookup [Torify namespace — official]) - Look up Japanese corporate number (法人番号, 13 digits) → company name, address, kind, and status via NTA official API. 日本語: 法人番号 → 企業情報（社名・住所・種別・状態） [Torify namespace — official] Endpoint: https://torify-mcp.torify.workers.dev
- postal.lookup (Japanese Postal Code Lookup) - Japanese postal code (7 digits) → prefecture, city, and town name via zipcloud (no auth required). 日本語: 郵便番号 → 都道府県・市区町村・町域 Endpoint: https://torify-mcp.torify.workers.dev
- torify_postal.lookup (Japanese Postal Code Lookup [Torify namespace — official]) - Japanese postal code (7 digits) → prefecture, city, and town name via zipcloud (no auth required). 日本語: 郵便番号 → 都道府県・市区町村・町域 [Torify namespace — official] Endpoint: https://torify-mcp.torify.workers.dev
- name.romanize (Japanese Name Romanizer) - Hepburn romanize Japanese names (katakana/hiragana) in passport style. Supports family-first and given-first order. 日本語: 日本人名のヘボン式ローマ字化（パスポート方式） Endpoint: https://torify-mcp.torify.workers.dev
- torify_name.romanize (Japanese Name Romanizer [Torify namespace — official]) - Hepburn romanize Japanese names (katakana/hiragana) in passport style. Supports family-first and given-first order. 日本語: 日本人名のヘボン式ローマ字化（パスポート方式） [Torify namespace — official] Endpoint: https://torify-mcp.torify.workers.dev
- kanji.toKana (Kanji to Kana Converter) - Convert kanji-containing Japanese text to hiragana or katakana using Cloudflare Workers AI (Qwen 1.5 14B, Japanese/Chinese optimized). 日本語: 漢字→かな変換（ひらがな／カタカナ） Endpoint: https://torify-mcp.torify.workers.dev
- torify_kanji.toKana (Kanji to Kana Converter [Torify namespace — official]) - Convert kanji-containing Japanese text to hiragana or katakana using Cloudflare Workers AI (Qwen 1.5 14B, Japanese/Chinese optimized). 日本語: 漢字→かな変換（ひらがな／カタカナ） [Torify namespace — official] Endpoint: https://torify-mcp.torify.workers.dev
- geo.geocode (Japan Address Geocoder) - Geocode a Japanese address string to latitude/longitude via GSI (国土地理院) AddressSearch API (no auth required). Address format only — landmark names and station names are not supported. 日本語: 住所形式のみ対応・ランドマーク名・駅名は非対応 Endpoint: https://torify-mcp.torify.workers.dev
- torify_geo.geocode (Japan Address Geocoder [Torify namespace — official]) - Geocode a Japanese address string to latitude/longitude via GSI (国土地理院) AddressSearch API (no auth required). Address format only — landmark names and station names are not supported. 日本語: 住所形式のみ対応・ランドマーク名・駅名は非対応 [Torify namespace — official] Endpoint: https://torify-mcp.torify.workers.dev
- geo.reverseGeocode (Japan Reverse Geocoder) - Reverse geocode lat/lng to municipality code and town name via GSI (国土地理院) reverse-geocoder API. 日本語: 緯度経度 → 市区町村・町名 Endpoint: https://torify-mcp.torify.workers.dev
- torify_geo.reverseGeocode (Japan Reverse Geocoder [Torify namespace — official]) - Reverse geocode lat/lng to municipality code and town name via GSI (国土地理院) reverse-geocoder API. 日本語: 緯度経度 → 市区町村・町名 [Torify namespace — official] Endpoint: https://torify-mcp.torify.workers.dev
- law.search (Japan Law Search) - Search Japanese laws by title via e-Gov Hourei API v2 (no auth required). Returns law ID, number, title, and promulgation date. 日本語: 法令タイトル検索（e-Gov 法令 API v2） Endpoint: https://torify-mcp.torify.workers.dev
- torify_law.search (Japan Law Search [Torify namespace — official]) - Search Japanese laws by title via e-Gov Hourei API v2 (no auth required). Returns law ID, number, title, and promulgation date. 日本語: 法令タイトル検索（e-Gov 法令 API v2） [Torify namespace — official] Endpoint: https://torify-mcp.torify.workers.dev
- invoice.verify (Invoice Number NTA Verification) - Verify invoice number registration against NTA public registry API. Returns registrant name, address, and registration date. Requires INVOICE_APP_ID (free, apply via NTA). 日本語: インボイス番号の実在を NTA 公表サイトで確認 Endpoint: https://torify-mcp.torify.workers.dev
- torify_invoice.verify (Invoice Number NTA Verification [Torify namespace — official]) - Verify invoice number registration against NTA public registry API. Returns registrant name, address, and registration date. Requires INVOICE_APP_ID (free, apply via NTA). 日本語: インボイス番号の実在を NTA 公表サイトで確認 [Torify namespace — official] Endpoint: https://torify-mcp.torify.workers.dev

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: dev.torify
- Version: 0.2.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 18, 2026
- Source: https://registry.modelcontextprotocol.io
