synchro-bus-mcp-server

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

  1. Clone the repository
  2. Install dependencies
  3. Copy and configure the environment file
  4. Build the project

Usage

  • Start the server with npm start
  • Use npm run dev for development with auto-reload