Data Collection
gachi-tokusuru.com
Provides official Japanese government data on municipalities and stations, including housing, transit, hazards, and public toilets.
ENDPOINT 1
https://api.gachi-tokusuru.com/mcp
MCP server metadata
- Name
- gachi-data-api
- Version
- 0.3.0
Known tools 10
pingConnection test / health check — call this first to confirm the server is reachable.
Inferred read-onlyget_municipality_contextOfficial Japanese government data for any municipality, one call — housing vacancy (2003–2023), nearest-station ridership trend, hazard categories, land prices, livability counts.
Inferred read-onlyget_station_contextSame 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-onlyget_toilet_by_stationLook up wheelchair-accessible / multipurpose toilets inside a train station, including floor, gender, equipment (wheelchair, ostomate, diaper table) and the nearest exit.
Inferred read-onlyget_public_toilet_by_cityList public toilets in a Japanese municipality, with wheelchair / baby-seat / ostomate flags, address and coordinates.
Inferred read-onlyget_station_hazardOfficial 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-onlystation_searchDiscover Japanese train stations by describing what you want around them, in English or Japanese — "朝ラーメンが食べられて車椅子トイレがある駅", "terminal station with late-night ramen", "水害リスクが低くてラーメンが多い駅".
Potential side effectsget_active_alertsLive river flood forecasts and landslide alerts for Japan (JMA official).
Inferred read-onlyget_station_alertsLive JMA river flood forecasts and landslide alerts affecting a station's prefecture — NOT general weather warnings.
Inferred read-onlyget_train_statusLive train service status for Tokyo-area lines — delays, suspensions, resumptions.
Inferred read-onlyCONNECT 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.
gachi-tokusuru.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.