japan-transit-mcp
Provides tools for Japan transit route planning using public transit data that may include OpenStreetMap data for mapping and place search.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@japan-transit-mcpplan a route from Tokyo Station to Shinjuku Station"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
japan-transit-mcp
Japan transit route-search MCP server for the public Transit API at https://api.transit.ls8h.com/.
This is an unofficial client/server wrapper around the public, read-only Transit API. It is not affiliated with, endorsed by, or guaranteed by Transit, transport operators, ODPT, or any other data provider.
Setup
npm install
npm run buildRelated MCP server: NS Travel MCP Server
MCP configuration
Use the built stdio server:
{
"mcpServers": {
"japan-transit": {
"command": "node",
"args": ["/path/to/japan-transit-mcp/dist/index.js"]
}
}
}Replace /path/to/japan-transit-mcp with your local checkout path.
During development you can run:
npm run devTools
suggest_places: Search stations, stops, facilities, and addresses. Use the returnedendpointin route planning.suggest_stations: Search station/stop IDs only.reverse_places: Find nearby route-planning endpoints from latitude/longitude.plan_route: Search routes for departure, arrival, first train, or last train.guidance_plan: Search ranked guidance options with strategy and tracking options.get_station: Get station detail, platforms, and serving routes.station_departures: Get a departure board where the source data license permits it.list_feeds: List ingested GTFS/ODPT feeds and attribution.list_operators: List operator branding and license metadata.health: Check API liveness.
Route endpoints can be station IDs such as feedId:stopId or geographic endpoints like geo:35.680960,139.766386.
Example workflow
Call
suggest_placeswithq: "東京駅".Call
suggest_placeswithq: "新宿駅".Pass the returned
endpointvalues toplan_route.
Times returned by the API are seconds from service-date midnight in the result timezone. Values may exceed 86400 for after-midnight service.
Terms, attribution, and reliability
Before publishing or operating this MCP server, review the Transit terms at https://transit.ls8h.com/terms.
The Transit API is free, unauthenticated, and read-only, but excessive requests, uses that interfere with service operation, uses that harm third-party rights or terms, and displays that make the service look official are prohibited.
Transit data may come from GTFS, ODPT, transport operators, municipalities, OpenStreetMap, GSI, PLATEAU, and other third-party sources. Source licenses and attribution must be respected.
Route, timetable, fare, walking, place, map, and source data are not guaranteed to be accurate, complete, current, available, or fit for a particular purpose.
Applications that expose API results should make clear that the service is unofficial and that important travel or business decisions should be checked against official operator information.
This repository's MIT license covers only this MCP wrapper code. It does not grant rights to Transit API responses, operator marks/logos, timetable data, OpenStreetMap data, ODPT data, or other third-party content.
Use list_feeds and list_operators to retrieve source and license metadata for attribution. Avoid building a bulk timetable redistribution product from API responses, especially for ODPT-derived data.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/Anchovy-s3/japan-transit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server