# Flightmussy/trainrouter-atlas [Health: Active]

**Category:** 🚆 Travel & Transportation  
**Repository:** https://github.com/Flightmussy/trainrouter-atlas  
**GitHub Stars:** 3  
**Views:** 7  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/flightmussy-trainrouter-atlas

## Description
World train-route atlas for AI assistants — search 744 notable train routes (high-speed, scenic, night trains) and get facts and geometry for each. Hosted at https://trainrouter.com/mcp (Streamable HTTP, no auth); data CC BY 4.0.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "trainrouter-atlas": {
    "url": "https://worldtrainmap.com/mcp"
  }
}
```

## Documentation

## What Flightmussy/trainrouter-atlas MCP server does

Flightmussy/trainrouter-atlas MCP server exposes a curated atlas of notable rail routes for use by AI assistants. The collection covers high-speed services, classic long-distance trains, night trains, scenic lines, and luxury routes. A route record can provide its name, endpoints, category, rolling stock, operator, distance, top speed, published journey duration, opening year, countries served, short description, fame ranking, and a route URL. Geometry is available as longitude/latitude waypoints representing a LineString.

The available count depends on the release or deployment. The tagged Zenodo release contains 744 routes, the repository data contains 961, and the README describes a separately deployed MCP snapshot with 1,247 routes as of 11 August 2026. The live website may contain more recent data than the MCP deployment.

## How it works

The hosted MCP service uses Streamable HTTP and is available at `https://worldtrainmap.com/mcp`. No credentials are required. An MCP-compatible AI client can connect to that endpoint and use the atlas for route lookup and retrieval. The repository also contains the server implementation under `mcp/`, allowing it to be run locally after installing the project dependencies with `npm install` and starting it with `npm start`.

The project is separate from the interactive map at `worldtrainmap.com`, although both expose related atlas data. The repository also publishes CSV, JSON, and GeoJSON files for direct data analysis outside MCP.

## Setup and configuration

For a hosted connection, configure an MCP client with the Streamable HTTP endpoint `https://worldtrainmap.com/mcp`. The older `https://trainrouter.com/mcp` address is also stated to answer directly because JSON-RPC clients may not follow redirects; the project has otherwise been renamed to World Train Map.

For local use, clone the repository, run `npm install`, and launch the project with `npm start`. The supplied material does not document environment variables, client-specific configuration files, or additional authentication settings.

## Tools and capabilities

The documented server capabilities include:

- Searching the train-route atlas.
- Retrieving facts for individual routes.
- Retrieving route geometry for mapping or geographic analysis.
- Working with route categories such as high-speed, classic, night, scenic, and luxury in the repository data.
- Supporting research and visualizations based on curated route records.

The repository files can also be loaded with tools such as pandas and GeoPandas, but those are data-analysis examples rather than MCP tools.

## Limitations and notes

Flightmussy/trainrouter-atlas is curated rather than exhaustive. Its facts are approximate published values assembled from public references, so they should not be treated as authoritative operational information. The atlas does not provide live schedules, booking, dispatch, or real-time service status in the supplied documentation.

The repository snapshot, MCP deployment, website, and Zenodo release are not necessarily synchronized. Route geometry is also undergoing a provenance change: most repository geometry is hand-traced, while some lines are derived from OpenStreetMap railway data. OSM-derived geometry carries ODbL considerations, while the curated facts are licensed CC BY 4.0 with attribution to World Train Map. The MCP server code is licensed MIT. Stories, photos, and city-to-city journey guides available on the website are not included in the repository dataset.

_Full upstream README: https://allmcps.com/mcp/flightmussy-trainrouter-atlas/readme_

