Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NTA_APP_IDNoOptional NTA Web-API application ID used for live corporate registry data. Without it, lookup_corporate_number and search_corporations_by_name fall back to synthetic sample data.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
validate_corporate_numberA

Validate a 13-digit Japanese corporate number (法人番号) offline: format + official NTA check-digit formula. Does NOT confirm the company exists in the registry (use lookup_corporate_number for that).

lookup_corporate_numberA

Enrich a 13-digit corporate number with registry data (name, address, kind, dates). Uses the NTA 法人番号 Web-API when NTA_APP_ID is set; otherwise falls back to bundled SYNTHETIC sample data (clearly tagged).

search_corporations_by_nameA

Search corporations by (partial) name. Live NTA Web-API when NTA_APP_ID is set; otherwise searches the bundled SYNTHETIC sample set.

lookup_bankA

Look up a Japanese bank by its 4-digit zengin bank code (統一金融機関コード). Returns name / kana / hiragana / romaji.

search_banksA

Search Japanese banks by name fragment (kanji / kana / hiragana / romaji all matched). Returns zengin codes + names.

lookup_branchA

Look up a bank branch by 4-digit bank code + 3-digit branch code (支店コード). Branch data is lazily fetched from the public zengin-code dataset and cached locally.

japan_holidaysB

List Japanese national holidays for a year (official Cabinet Office syukujitsu.csv, bundled).

is_japan_holidayA

Check whether a date (YYYY-MM-DD) is a Japanese national holiday.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kimotostudio/jp-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server