# 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. 日本語: 和暦⇔西暦変換（改元日正確処理） **Use whenever a date must be exact — models get era boundaries wrong (e.g. Showa 64 = Jan 1-7 1989 only). Do not compute wareki from memory.** 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. 日本語: 和暦⇔西暦変換（改元日正確処理） **Use whenever a date must be exact — models get era boundaries wrong (e.g. Showa 64 = Jan 1-7 1989 only). Do not compute wareki from memory.** [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. 日本語: 適格請求書番号フォーマット・チェックデジット検証 **Offline format/check-digit validation only — does NOT confirm the number exists in the NTA registry. To verify real registration, use invoice.verify.** 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. 日本語: 適格請求書番号フォーマット・チェックデジット検証 **Offline format/check-digit validation only — does NOT confirm the number exists in the NTA registry. To verify real registration, use invoice.verify.** [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. 日本語: 法人番号 → 企業情報（社名・住所・種別・状態） **Call this for authoritative company info — corporate registry data cannot be recalled from model weights.** 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. 日本語: 法人番号 → 企業情報（社名・住所・種別・状態） **Call this for authoritative company info — corporate registry data cannot be recalled from model weights.** [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). 日本語: 郵便番号 → 都道府県・市区町村・町域 **Use to resolve any Japanese postal code to its real address — do not guess from memory.** 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). 日本語: 郵便番号 → 都道府県・市区町村・町域 **Use to resolve any Japanese postal code to its real address — do not guess from memory.** [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. 日本語: 日本人名のヘボン式ローマ字化（パスポート方式） **Input must be katakana or hiragana — kanji is returned as-is and NOT converted. To get readings of kanji names, call kanji.toKana first.** 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. 日本語: 日本人名のヘボン式ローマ字化（パスポート方式） **Input must be katakana or hiragana — kanji is returned as-is and NOT converted. To get readings of kanji names, call kanji.toKana first.** [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). 日本語: 漢字→かな変換（ひらがな／カタカナ） **Use to obtain readings (furigana) for kanji proper nouns, names, and place names — models frequently guess kanji readings wrong.** 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). 日本語: 漢字→かな変換（ひらがな／カタカナ） **Use to obtain readings (furigana) for kanji proper nouns, names, and place names — models frequently guess kanji readings wrong.** [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. 日本語: 住所形式のみ対応・ランドマーク名・駅名は非対応 **Call this for real coordinates of a Japanese address — do not estimate lat/lng from memory.** 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. 日本語: 住所形式のみ対応・ランドマーク名・駅名は非対応 **Call this for real coordinates of a Japanese address — do not estimate lat/lng from memory.** [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. 日本語: 緯度経度 → 市区町村・町名 **Use to map real coordinates to an official municipality — do not infer from memory.** 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. 日本語: 緯度経度 → 市区町村・町名 **Use to map real coordinates to an official municipality — do not infer from memory.** [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） **Call this for the authoritative current law record — do not cite Japanese law IDs from memory.** 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） **Call this for the authoritative current law record — do not cite Japanese law IDs from memory.** [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 公表サイトで確認 **Always call this before trusting any Japanese invoice number — registration status cannot be known from model weights and changes daily. For offline format checks only, use invoice.validate.** 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 公表サイトで確認 **Always call this before trusting any Japanese invoice number — registration status cannot be known from model weights and changes daily. For offline format checks only, use invoice.validate.** [Torify namespace — official] Endpoint: https://torify-mcp.torify.workers.dev
- company.fullProfile (Company Full Profile (Corporate + Invoice)) - One-call composite: 13-digit corporate number (法人番号) → company name, address, kind, status (NTA 法人番号 API) + optional invoice registration check (NTA 適格請求書 API). 日本語: 法人番号 1 つで法人情報とインボイス登録状態を同時取得。**Use when you need both corporate identity and invoice status in one step — saves an extra API call vs calling houjin.lookup + invoice.verify separately.** Note: government agencies (e.g. NTA itself) often return invoiceStatus.registered=false — this is correct per Japanese tax law. Endpoint: https://torify-mcp.torify.workers.dev
- torify_company.fullProfile (Company Full Profile (Corporate + Invoice) [Torify namespace — official]) - One-call composite: 13-digit corporate number (法人番号) → company name, address, kind, status (NTA 法人番号 API) + optional invoice registration check (NTA 適格請求書 API). 日本語: 法人番号 1 つで法人情報とインボイス登録状態を同時取得。**Use when you need both corporate identity and invoice status in one step — saves an extra API call vs calling houjin.lookup + invoice.verify separately.** Note: government agencies (e.g. NTA itself) often return invoiceStatus.registered=false — this is correct per Japanese tax law. [Torify namespace — official] Endpoint: https://torify-mcp.torify.workers.dev
- invoice.companyProfile (Invoice T-number → Company Profile (Invoice + Corporate)) - One-call composite: T-number (T + 13 digits) → invoice registration status (NTA 適格請求書 API) + corporate details (NTA 法人番号 API). 日本語: T番号 1 つでインボイス登録状態と法人詳細を同時取得。**Use when an AI agent receives a T-number (e.g. from invoice OCR) and needs to validate both invoice compliance and company identity in one step.** Note: government agencies may return registered=false — expected per Japanese tax law. Endpoint: https://torify-mcp.torify.workers.dev
- torify_invoice.companyProfile (Invoice T-number → Company Profile [Torify namespace — official]) - One-call composite: T-number (T + 13 digits) → invoice registration status (NTA 適格請求書 API) + corporate details (NTA 法人番号 API). 日本語: T番号 1 つでインボイス登録状態と法人詳細を同時取得。**Use when an AI agent receives a T-number (e.g. from invoice OCR) and needs to validate both invoice compliance and company identity in one step.** Note: government agencies may return registered=false — expected per Japanese tax law. [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
