← Registry

Data Collection

gachi-tokusuru.com

Provides official Japanese government data on municipalities and stations, including housing, transit, hazards, and public toilets.

1 endpoint10 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.gachi-tokusuru.com/mcp

No auth detected

MCP server metadata

Name
gachi-data-api
Version
0.3.0
Capabilities
tools

Known tools 10

ping

Connection test / health check — call this first to confirm the server is reachable.

Inferred read-only
get_municipality_context

Official Japanese government data for any municipality, one call — housing vacancy (2003–2023), nearest-station ridership trend, hazard categories, land prices, livability counts.

Inferred read-only
get_station_context

Same official municipality data as get_municipality_context, resolved from a station: pass a station name (Shinjuku / 新宿 / Musashi-Kosugi) or a Japan Station Master station_id (e.

Inferred read-only
get_toilet_by_station

Look up wheelchair-accessible / multipurpose toilets inside a train station, including floor, gender, equipment (wheelchair, ostomate, diaper table) and the nearest exit.

Inferred read-only
get_public_toilet_by_city

List public toilets in a Japanese municipality, with wheelchair / baby-seat / ostomate flags, address and coordinates.

Inferred read-only
get_station_hazard

Official disaster-risk categories at a Japanese train station, relayed live from the MLIT 不動産情報ライブラリ (Real Estate Information Library): flood inundation-depth rank, landform / liquefaction classification, and storm-surge inundation-area presence (landslide & tsunami are license-restricted and return available:false with a link to the official maps).

Inferred read-only
station_search

Discover Japanese train stations by describing what you want around them, in English or Japanese — "朝ラーメンが食べられて車椅子トイレがある駅", "terminal station with late-night ramen", "水害リスクが低くてラーメンが多い駅".

Potential side effects
get_active_alerts

Live river flood forecasts and landslide alerts for Japan (JMA official).

Inferred read-only
get_station_alerts

Live JMA river flood forecasts and landslide alerts affecting a station's prefecture — NOT general weather warnings.

Inferred read-only
get_train_status

Live train service status for Tokyo-area lines — delays, suspensions, resumptions.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.gachi-data-api]
url = "https://api.gachi-tokusuru.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gachi-data-api": {
      "type": "http",
      "url": "https://api.gachi-tokusuru.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gachi-data-api
Remote MCP URL: https://api.gachi-tokusuru.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "gachi-data-api": {
      "url": "https://api.gachi-tokusuru.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gachi-data-api": {
      "type": "http",
      "url": "https://api.gachi-tokusuru.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gachi-data-api",
  "transport": "streamable-http",
  "url": "https://api.gachi-tokusuru.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for gachi-tokusuru.com was fetched 2026-08-03T19:16:03.056Z and is being refreshed.

Trust status Neutral

gachi-tokusuru.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.