Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EVM_PRIVATE_KEYNoPrivate key of a USDC-funded wallet (Base / Polygon). Required for paid tools; if absent, paid tools return a 'payment not configured' message.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
address_normalizeA

Normalize a Japanese address into clean prefecture/city/town/chome components, fixing fullwidth/halfwidth and old-form kanji, and resolving the postal code. Returns a 0-1 confidence score.

address_geocodeA

Geocode a Japanese address to WGS84 lat/lng coordinates, with a granularity level and confidence score. Japan-only.

address_reverse_geocodeA

Reverse-geocode WGS84 lat/lng coordinates within Japan to a normalized address.

address_postal_codeA

Look up Japanese address candidates for a 7-digit postal code (郵便番号), backed by Japan Post KEN_ALL data.

address_parseA

Extract a fully structured Japanese address — including building name, room number, and addressee — from free-form, OCR, or voice-transcribed text.

furigana_convertA

Convert kanji-mixed Japanese text to hiragana, katakana, or romaji, with a per-token reading breakdown.

furigana_name_readingsA

List the possible readings of a Japanese name (person, company, or place), each with a probability — names are ambiguous without context.

furigana_classifyA

Classify a Japanese string as person_name / company_name / place_name / general / mixed, with a probability and character-type breakdown.

transit_station_statusA

Real-time delay and operational status for a Japanese train station, per line, with a bilingual summary. Sourced from ODPT.

transit_line_disruptionsB

Current service disruptions on a specific Japanese train line.

transit_route_planA

Plan a route between two Japanese train stations with transfers, duration, and fare.

transit_alternative_routesA

Suggest delay-aware alternative routes for Japanese train travel — ranked routes that avoid currently-disrupted lines.

transit_linesA

Directory of Japanese rail operators and their lines, with canonical ids. Use to discover valid line identifiers.

transit_stations_searchA

Fuzzy-search Japanese train stations by name (kanji, kana, or romaji).

diet_memberA

Full profile of a Japanese National Diet member by canonical id — party, constituency, committees, positions.

diet_members_searchA

Search current Japanese National Diet members by name (kanji/kana/romaji), party, house, or constituency.

diet_minutes_searchA

Full-text search the official Japanese Diet proceedings archive (国会会議録), filterable by date, house, committee, and speaker.

holiday_is_holidayA

Classify a Japanese calendar date as a public holiday, weekend, or business day. Backed by official Cabinet Office data.

holiday_listA

List all Japanese public holidays for a given year.

holiday_add_business_daysA

Add (or subtract) a number of Japanese business days to a date, skipping weekends and public holidays.

holiday_business_days_betweenA

Count the Japanese business days between two dates (inclusive of neither endpoint by default).

weather_forecastA

Japanese weather forecast for a region — today's conditions, near-term outlook, and a 7-day forecast. Sourced from the JMA.

weather_warningsA

Active Japanese weather warnings and advisories for a region, from the JMA.

weather_areasA

List the valid JMA region codes and names accepted by the weather tools.

houjin_corporationA

Look up one Japanese corporation by its 13-digit corporate number (法人番号), against the National Tax Agency registry.

houjin_searchA

Search the Japanese corporate registry by trade name and/or location. Matches Japanese and registered English names.

houjin_kyb_reportA

One-call KYB report on a Japanese corporation: official registry record, lifecycle status (active/closed), kana + romaji name readings, machine-actionable risk flags, an English summary, and the dataset vintage. Accepts a 13-digit corporate number or a company name. Premium composite ($0.25) — replaces 3-4 separate lookups.

houjin_verifyA

Name-match (名寄せ) a company name plus location against the Japanese corporate registry, returning the most likely corporate number with a confidence score. Closed/dissolved companies are reported as not verified.

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/Mameta29/japan-data-mcp'

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