Skip to main content
Glama
Movm

Transitous MCP Server

by Movm

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP port3000
MCP_API_KEYNoProtects the MCP endpoint (recommended for HTTP)
MCP_TRANSPORTNoSet 'http' for remote deploymentstdio
MCP_ALLOWED_ORIGINSNoComma-separated browser origins
TRANSITOUS_BASE_URLNoUpstream base URLhttps://api.transitous.org
TRANSITOUS_USER_AGENTYesApp name/version/contact required by Transitous
MCP_REQUESTS_PER_MINUTENoPer-IP inbound HTTP limit60
TRANSITOUS_REQUESTS_PER_MINUTENoPer-process uncached upstream safety limit20

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_locationsA

Find Transitous stop IDs and coordinates for a station or stop name. Read-only. Usage warning: Transitous is a volunteer-run, best-effort service intended for FOSS and non-profit use. Use a descriptive User-Agent with contact details, cache results, avoid heavy traffic, and contact Transitous before resource-intensive or commercial use. Policy: https://transitous.org/api/

search_connectionsA

Plan public transport journeys between two station names using Transitous/MOTIS. Returns legs, transfers, times, available realtime status, tracks, and accessibility fields. It does not sell tickets or guarantee accuracy. Usage warning: Transitous is a volunteer-run, best-effort service intended for FOSS and non-profit use. Use a descriptive User-Agent with contact details, cache results, avoid heavy traffic, and contact Transitous before resource-intensive or commercial use. Policy: https://transitous.org/api/

search_api_actionsA

Search or list the complete allowlisted Transitous/MOTIS API action catalog. Returns action IDs, methods, paths, accepted query/body fields, and resource-intensity flags for use with execute_api_action. Read-only. API documentation: https://transitous.org/api/ OpenAPI: https://github.com/motis-project/motis/blob/v2.10.2/openapi.yaml Usage warning: Transitous is a volunteer-run, best-effort service intended for FOSS and non-profit use. Use a descriptive User-Agent with contact details, cache results, avoid heavy traffic, and contact Transitous before resource-intensive or commercial use.

execute_api_actionA

Execute one read-only operation from the allowlisted Transitous/MOTIS action catalog. Supports every documented GET and computational POST operation; arbitrary URLs and undocumented parameters are rejected. Use search_api_actions to obtain the action ID and parameter fields. Large responses may be truncated. API documentation: https://transitous.org/api/ OpenAPI: https://github.com/motis-project/motis/blob/v2.10.2/openapi.yaml Usage warning: Transitous is a volunteer-run, best-effort service intended for FOSS and non-profit use. Use a descriptive User-Agent with contact details, cache results, avoid heavy traffic, and contact Transitous before resource-intensive or commercial use.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Movm/transitous-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server