nta-corporate-name-search

nta-corporate-name-search is a skill for Claude Code from Kokai-Data/japan-business-data. It costs 83 tokens per session (676 once invoked), scanned A, original, Apache-2.0.

A tool for finding Japanese companies by name in the National Tax Agency's corporate registry and returning their 13-digit corporate numbers. The registry is an official record of registered organizations in Japan.

In plain words
What is it for?
Use it to search for a Japanese company by name, optionally narrow results by prefecture or organization type, and review its registered name, address, corporate number, and status.
Why use it?
It helps find companies that may not appear in another business database and can cross-check a company's identity using an official source.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the kokai-data plugin — 19 skills, 8 commands, 7 agents, 1 MCP server shipped together

Good fit Use it to search for a Japanese company by name, optionally narrow results by prefecture or organization type, and review its registered name, address, corporate number, and status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kokai-data/japan-business-data/nta-corporate-name-search
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Kokai-Data/japan-business-data --skill nta-corporate-name-search
Clone the repo
git clone --depth 1 https://github.com/Kokai-Data/japan-business-data

Made for: Claude Code.

Or install kokai-data, the plugin that ships this one along with the rest of its 19 skills, 8 commands, 7 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nta-corporate-name-search

README.md
[![agentmods](https://agentmods.dev/badge/skills/kokai-data/japan-business-data/nta-corporate-name-search/github.svg)](https://agentmods.dev/skills/kokai-data/japan-business-data/nta-corporate-name-search)
Your own site
<a href="https://agentmods.dev/skills/kokai-data/japan-business-data/nta-corporate-name-search"><img src="https://agentmods.dev/badge/skills/kokai-data/japan-business-data/nta-corporate-name-search/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nta-corporate-name-search

Your own site · 80×15
<a href="https://agentmods.dev/skills/kokai-data/japan-business-data/nta-corporate-name-search"><img src="https://agentmods.dev/badge/skills/kokai-data/japan-business-data/nta-corporate-name-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 676 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00083 $0.00676
Opus 5 $0.00042 $0.00338
Sonnet 5 $0.00017 $0.00135
Haiku 4.5 $0.00008 $0.00068

Measured 12d ago against content hash 30c8e2c0b9af, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

nta-corporate-name-search scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/vertical-plugins/kokai-data/skills/nta-corporate-name-search/SKILL.md · 73 lines

What it actually says

When to use

Use this skill when:

  • The user provides a Japanese company name (2+ characters).
  • gBizINFO's search_company returned no results, or you want to cross-validate.
  • You want to find corporations not registered in gBizINFO (small / newly-formed / non-METI-tracked entities).
  • You need the 国税庁公式 corporate-number master view (definitive 法人番号 SoT).

How to invoke

Call the kokai MCP server's search_nta_corporate_name tool:

{
  "name": "search_nta_corporate_name",
  "arguments": {
    "name": "<company name, 2+ chars>",
    "prefecture": "<optional prefecture code, e.g., '13' for 東京都>",
    "kind": "<optional 法人区分, e.g., '301' for 株式会社>"
  }
}

法人区分 (kind) codes

Code Label
101 国の機関
201 地方公共団体
301 株式会社
302 有限会社
303 合名会社
304 合資会社
305 合同会社
399 その他の設立登記法人
401 国外所在の法人 等
499 人格のない社団等

Output structure

For each result, present:

  • 13-digit 法人番号
  • name (商号又は名称)
  • furigana (フリガナ)
  • en_name (英語名称、登録ある場合のみ)
  • location (都道府県 + 市区町村 + 丁目番地)
  • post_code
  • kind_label (法人区分 ラベル)
  • process_label (現在 process status)
  • assignment_date (法人番号指定年月日)
  • is_latest (最新フラグ)

After identifying the target company, call the get_nta_corporate_record tool with the 法人番号 to get full record + change history.

Differentiation from gBizINFO

  • gBizINFO search_company returns business intelligence (industry / scale)
  • NTA search_nta_corporate_name returns authoritative master data (name / address / 法人区分)
  • For cross-validation: call both and compare. Disagreement signals data freshness or scope issues.

Boundary

  • Output is signal / 確認材料 / context — NOT a decision.
  • Active corporations only by default (closed entities excluded via close=0 flag).
  • For dissolved / merged corporation detection, use get_nta_corporate_record with the 法人番号 directly.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 73 lines · 0 tokens per session scan A 30c8e2c0b9af

Subscribe to this mod's changes

nta-corporate-name-search is a skill published in the GitHub repository Kokai-Data/japan-business-data (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 83 tokens to every session and 676 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

business-intelligence-expert

Build comprehensive business intelligence solutions including data warehouses, ETL pipelines, interactive dashboards, and analytical reporting systems. Use when the user mentions BI, data warehousing, star or snowflake schemas, OLAP cubes, ETL/ELT pipelines, dashboards, KPIs, or analytical reporting.

personamanagmentlayer/pcl · 64 tokens

tableau-to-preset

Guided workflow for converting a Tableau workbook (.twb or .twbx) to a Preset dashboard via Superset MCP tools. Parses TWB XML, scopes conversion to the target dashboard's worksheets, maps chart types, carries worksheet filters across, calls generatechart per worksheet, and assembles with generatedashboard. Use only…

preset-io/agent-skills · 84 tokens

preset-api

Prepare direct Preset API access: auth, JWT exchange, base URLs, pagination, Rison parameters, response handling, and shared API setup. Use only for direct API workflows; Do not use for MCP-only work.

preset-io/agent-skills · 47 tokens

preset-cli

Drive Preset's sup CLI (PyPI package superset-sup) for shell, scripting, CI/CD, and agent-driven Preset workflows. Use only for CLI workflows; Do not use for MCP-only work or for direct HTTP/SDK code paths.

preset-io/agent-skills · 58 tokens

preset-admin

Manage Preset teams, workspaces, memberships, invites, role identifiers, seat checks, and audit logs through direct Management API calls. Use only for direct API workflows; Do not use for MCP-only work.

preset-io/agent-skills · 45 tokens

preset-dashboards

Inspect Preset workspace dashboards, charts, dashboard composition, screenshots, thumbnails, chart data, and chart/dashboard operation routing through direct Superset API calls. Use only for direct API workflows; Do not use for MCP-only work.

preset-io/agent-skills · 50 tokens