MCP.so
登录

Synchro Bus MCP Server

@unixfox

关于 Synchro Bus MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

unixfox

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Synchro Bus MCP Server?

The Synchro Bus MCP Server is a Model Context Protocol server that provides access to the Instant-System API v3 specifically for the Synchro Bus network, allowing AI models to retrieve public transport data such as lines, schedules, and disruptions.

How to use Synchro Bus MCP Server?

Clone the repository, install dependencies with npm install, configure the base URL in a .env file, build with npm run build, and start with npm start. For development, use npm run dev for auto-reload.

Key features of Synchro Bus MCP Server

  • Get network information for Synchro Bus
  • Retrieve all lines and line details
  • Access stop areas for specific lines
  • Fetch schedules for stop areas
  • Get current network disruptions
  • Retrieve vehicle journey directions

Use cases of Synchro Bus MCP Server

  • Provide up-to-date bus schedules through an AI assistant
  • Display current disruptions and service alerts for a transport network
  • Look up specific stop area information for a given line
  • Enable trip planning by retrieving vehicle journey directions

FAQ from Synchro Bus MCP Server

What are the runtime dependencies?

The server requires Node.js and npm. Dependencies are installed via npm install.

Where does the transport data come from?

Data is fetched from the Instant-System API v3 at a configurable base URL, defaulting to https://prod.instant-system.com/InstantCore.

Which network does the server access?

The server is preconfigured for the Synchro Bus network, which corresponds to network ID 3 within the Instant-System API.

评论

其他 分类下的更多 MCP 服务器