{"name":"Torify — Japanese Locale APIs for AI Agents","description":"Torify gives AI agents the Japanese locale primitives that standard libraries lack — imperial era date conversion (wareki), qualified invoice number validation with NTA registry lookup, corporate number lookup (法人番号), postal code resolution, name romanization (Hepburn), and kanji-to-kana conversion via Yahoo! JLP. 36 endpoints total. No authentication required for MCP. Pay-per-call $0.02/call via x402 USDC on Base, or $49/mo Pro subscription.","url":"https://torify.dev","version":"0.1.0","protocolVersion":"0.3.0","provider":{"organization":"Torify (operated by Hiroki Sonoda)","url":"https://torify.dev"},"iconUrl":"https://torify.dev/icon.png","documentationUrl":"https://torify.dev/openapi.json","capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":false,"extensions":[{"uri":"https://github.com/google-a2a/a2a-x402/v0.1","description":"Supports x402 protocol payments in USDC on Base L2","required":false}]},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json"],"skills":[{"id":"wareki-convert","name":"Japanese Era Conversion","description":"Convert between Japanese era dates (wareki: 令和/平成/昭和/大正/明治) and Gregorian calendar. Handles era boundary dates correctly and validates leap years.","tags":["japanese","calendar","date","wareki","era"],"examples":["Convert 令和5年3月15日 to Gregorian","What is 2023-03-15 in Japanese era?","平成31年4月30日を西暦に変換して"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"invoice-validate","name":"Invoice Number Format Validation","description":"Validate the format of a Japanese qualified invoice issuer registration number (T + 13 digits). Checks prefix, length, character set, and check digit algorithm. Does not confirm registration with NTA.","tags":["japanese","invoice","tax","validation","インボイス"],"examples":["Is T8010401050783 a valid invoice number format?","Validate invoice number T1234567890123"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"invoice-verify","name":"Invoice Number Existence Verification","description":"Verify whether a Japanese invoice registration number is actually registered in the NTA (National Tax Agency) database. Returns registrant name, address, and registration date. Requires INVOICE_APP_ID.","tags":["japanese","invoice","tax","nta","qualified-invoicer","インボイス","適格請求書"],"examples":["Is T8010401050783 a registered invoice issuer?","登録番号T8010401050783の事業者名を調べて"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"houjin-lookup","name":"Japanese Corporate Number Lookup","description":"Look up Japanese company information by corporate number (法人番号, 13 digits) using the NTA Corporate Number API. Returns company name, address, furigana, English name, status, and kind.","tags":["japanese","company","corporate","houjin","nta","法人番号"],"examples":["Look up corporate number 8010401050783","法人番号8010401050783の会社名は？","Get company info for 7000012050002"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"postal-lookup","name":"Japanese Postal Code Lookup","description":"Look up Japanese address from a 7-digit postal code. Returns prefecture, city, town, and their kana readings. Use ?all=true to get all addresses when a postal code maps to multiple towns.","tags":["japanese","address","postal","zip","郵便番号","住所"],"examples":["What is the address for postal code 1000001?","郵便番号100-0001の住所は？","Look up zip code 1500001"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"name-romanize","name":"Japanese Name Romanization","description":"Convert Japanese names written in kana (hiragana or katakana) to modified Hepburn romanization (passport-standard). Handles special cases: っ→double consonant, ん→n/m, long vowels. Supports family-first or given-first order.","tags":["japanese","name","romanization","hepburn","passport","ローマ字"],"examples":["Romanize すずき いちろう","Convert カタカナ name ヤマダ タロウ to romaji","Japanese passport romanization for とうきょう"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"kanji-to-kana","name":"Kanji to Kana Conversion","description":"Convert Japanese text containing kanji to hiragana or katakana readings using Yahoo! JLP FuriganaService. Useful for pronunciation guides and text normalization.","tags":["japanese","kanji","kana","hiragana","katakana","furigana","nlp","漢字","ふりがな"],"examples":["Convert 東京都千代田区 to hiragana","漢字をひらがなに変換して: 日本語処理","Get katakana reading of 株式会社"],"inputModes":["application/json"],"outputModes":["application/json"]}]}