INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://api.gachi-tokusuru.com/mcp
Connect to this endpoint to inspect the live schema for get_municipality_context and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
ping— Connection test / health check — call this first to confirm the server is reachable.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.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.get_public_toilet_by_city— List public toilets in a Japanese municipality, with wheelchair / baby-seat / ostomate flags, address and coordinates.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).station_search— Discover Japanese train stations by describing what you want around them, in English or Japanese — "朝ラーメンが食べられて車椅子トイレがある駅", "terminal station with late-night ramen", "水害リスクが低くてラーメンが多い駅".get_active_alerts— Live river flood forecasts and landslide alerts for Japan (JMA official).get_station_alerts— Live JMA river flood forecasts and landslide alerts affecting a station's prefecture — NOT general weather warnings.