Global transit via Transitland v2 β operators, GTFS/GTFS-RT/GBFS feeds, routes, stops, departures.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Global transit data via the Transitland v2 registry β operators, GTFS/GTFS-RT/GBFS feeds with license terms, routes, stops, and real-time-aware departures via MCP. STDIO or Streamable HTTP.
Six tools mirroring the Transitland resource hierarchy β operators β feeds β routes β stops β departures:
| Tool | Description |
|---|---|
transitland_find_operators | Find transit operators/agencies by name, point/radius, bounding box, country/region, or Onestop ID. The entry point for "what transit runs here?" |
transitland_get_operator | Fetch the full operator record by Onestop ID β agencies, places served, published feeds, and source tags (Wikidata QID, US NTD ID, social handles) |
transitland_find_feeds | Discover GTFS, GTFS-Realtime, and GBFS feeds β fetch URLs, license terms, and last-fetch freshness. Where to legally get a place's open transit data, and on what terms |
transitland_find_routes | Find routes by point/radius, bounding box, operator, Onestop ID, or GTFS mode. Returns name, mode, brand color, and operating agency |
transitland_find_stops | Find stops/stations by point/radius, bounding box, Onestop ID, or operator network. Returns coordinates, location type, accessibility, and timezone |
transitland_get_departures | Departures from a stop, each flagged realtime true/false β live GTFS-Realtime predictions distinguished from static schedule, per departure |
Transitland does not geocode place names. Turn a city or address into coordinates with a geocoding MCP server (e.g. openstreetmap-mcp-server's openstreetmap_geocode) first, then pass lat/lon or a bbox. Geocoding is intentionally not built in β this server resolves coordinates to transit, not names to coordinates.
transitland_find_operatorsFind operators near a place or by name β the entry point that resolves a location to the agencies serving it.
search (operator/agency name), lat+lon+radius, bbox, onestop_id, or adm0_name/adm1_name (country/region)GTFS_RT entry signals real-time departures may be available), and its Wikidata QID for cross-referencingafter cursor; enrichment.totalCount and a truncation notice report capped resultstransitland_get_operatorFetch the complete operator record when you already hold an ID β no search round-trip.
o-9q9-bart) or an internal integer IDtransitland://operator/{onestop_id} resourcetransitland_find_feedsThe open-data catalog β where to get a place's transit data and whether you may redistribute it.
operator_onestop_id (from transitland_find_operators) to list exactly the feeds an operator publishes β the reliable path to a specific agency's feedsspec (gtfs, gtfs-rt, gbfs, mds), search, or fetch_error (data-quality auditing)yes/no/unknown (never inferred from a blank registry field), plus SPDX identifier and attribution text where knownauthorizationRequired flags feeds whose download needs a separate key/registrationtransitland_find_routesFind scheduled (GTFS static) route definitions by geography, operator, or mode.
lat+lon+radius, bbox, operator_onestop_id, onestop_id, route_type (GTFS mode), or searchroute_type mapped to a human-readable mode (bus, subway, rail, ferry, tram, β¦), brand color, the operating agency's Onestop ID, and the source feed's Onestop IDafter cursortransitland_find_stopsLocate stops and stations β the step before departures.
lat+lon+radius, bbox, onestop_id, or served_by_onestop_ids (operator/route network)location_type with a label (stop, station, entrance, node, boarding area), wheelchair accessibility, timezone, and the parent station's Onestop ID for child platformslocation_type 0) β a station may return none; use its child platformstransitland_get_departurestransitland_get_departuresDepartures from a stop, with the live-vs-scheduled distinction made structural.
transitland_find_stops firstrealtime flag β true for a live GTFS-Realtime prediction, false for a static scheduled time β plus a scheduleRelationship (STATIC, SCHEDULED, ADDED, CANCELED, UNSCHEDULED, DUPLICATED) so a timetable entry is never mistaken for a live arrival and cancellations are visiblerealtimeAvailable reports whether the stop's feed publishes GTFS-RT at allnext_seconds (up to 24h) or set use_service_window: true when a stop returns nothing β some feeds only expose times inside their declared service window| Type | Name | Description |
|---|---|---|
| Resource | transitland://operator/{onestop_id} | Operator record by Onestop ID β agencies, places served, published feeds, and source tags. Mirrors transitland_get_operator. |
| Resource | transitland://feed/{onestop_id} | Feed record by Onestop ID β spec, fetch URL, license terms, and latest-fetch freshness. The open-data catalog entry for one feed. |
All resource data is also reachable via tools (transitland_get_operator, transitland_find_feeds), so tool-only clients lose nothing. Stops and routes have no resource β they're discovered in bulk by geography, not referenced by a single stable URI. No prompts: the domain is operational data lookup, with workflow guidance carried in the tool descriptions (geocode-first, operator-then-feeds, stop-then-departures).
Built on @cyanheads/mcp-ts-core:
none, jwt, oauthin-memory, filesystem, Supabase, Cloudflare KV/R2/D1Transitland-specific:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/transitland-mcp-server)<a href="https://allmcps.com/mcp/transitland-mcp-server"><img src="https://allmcps.com/api/badge/transitland-mcp-server?style=directory" alt="Transitland MCP Server on AllMCPs" /></a>