synchro-bus-mcp-server
0
The Synchro Bus MCP Server allows users to access the Synchro Bus API via a Model Context Protocol. It provides endpoints for retrieving bus network information, line details, and disruptions.
Synchro Bus MCP Server
A Model Context Protocol server for accessing the Synchro Bus (Instant-System) API. This server provides access to API endpoints such as network information, line details, stop area schedules, and disruptions.
Features
- Access to Instant-System API v3
- Endpoints:
networkGet
,linesGet
,lineGet
,lineStopAreasGet
,lineStopAreaSchedulesGet
,disruptionsGet
,vehicleJourneysDirectionsGet
Installation
- Clone the repository
- Install dependencies
- Copy and configure the environment file
- Build the project
Usage
- Start the server with
npm start
- Use
npm run dev
for development with auto-reload