Bus Scheduling
БесплатноНе проверенEnables LLM clients to access scheduling data, KPIs, routes, and trigger optimization algorithms via MCP.
Описание
Enables LLM clients to access scheduling data, KPIs, routes, and trigger optimization algorithms via MCP.
README
This is a Model Context Protocol (MCP) server designed to interface with the Bus Scheduling Backend system. It allows MCP-compatible LLM clients (like Claude Desktop, Cursor, Cline, etc.) to access scheduling data, read KPIs, list routes, and trigger/monitor optimization algorithms.
Prerequisites
- Node.js (v18 or higher recommended)
- The accompanying Python backend must be running (by default on
http://127.0.0.1:8000).
Installation
- Install dependencies:
npm install - Build the TypeScript code:
npm run build
Configuration
If your backend is running on a different URL, you can configure it via a .env file in the root of this /mcp-server directory.
Example .env:
API_BASE_URL=http://localhost:8000/api
Running the Server
For standard usage as an MCP Server:
Point your MCP client configuration (e.g. cline_mcp_settings.json or equivalent) to the built index.js file.
Example Cursor/Claude config:
{
"mcpServers": {
"bus-scheduling": {
"command": "node",
"args": ["/absolute/path/to/mcp-server/build/index.js"]
}
}
}
For development:
Run the development watcher (useful if you are actively modifying the MCP server code):
npm run dev
Available Tools
The server exposes the following tools directly to the AI:
- Dashboard & Metrics
scheduling_get_kpi: Fetch KPIs (vehicle status, departures, punctuality).scheduling_get_trends: Get passenger flow trends.
- Routes & Data
scheduling_list_routes: List active bus routes.scheduling_get_route_details: Fetch stations and departures for a specific route.
- Plans & Gantt
scheduling_list_plans: List all saved scheduling plans.scheduling_get_gantt_data: Get task formats for Gantt charts.
- Optimization
scheduling_get_optimization_algorithms: List available optimization scripts.scheduling_run_optimization: Trigger an algorithm task.scheduling_get_optimization_status: Check the status of a running algorithm task.
Testing & Evaluations
You can inspect the capabilities of this server directly using the official MCP inspector:
npx @modelcontextprotocol/inspector node build/index.js
10 comprehensive use cases and checks are available in evaluations.xml in this project's root folder.
Установка Bus Scheduling
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/uwmyuan/transit-scheduling-mcpFAQ
Bus Scheduling MCP бесплатный?
Да, Bus Scheduling MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Bus Scheduling?
Нет, Bus Scheduling работает без API-ключей и переменных окружения.
Bus Scheduling — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Bus Scheduling в Claude Desktop, Claude Code или Cursor?
Открой Bus Scheduling на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Bus Scheduling with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
