Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Bixi Server

БесплатноНе проверен

Provides real-time access to Montreal's Bixi bike-sharing data through the GBFS API. Enables querying station information, availability, nearby stations, and sy

GitHubEmbed

Описание

Provides real-time access to Montreal's Bixi bike-sharing data through the GBFS API. Enables querying station information, availability, nearby stations, and system alerts.

README

MCP server providing access to Montreal's Bixi bike-sharing data through GBFS API.

Installation

# Install with uv
uv sync

Local Usage

# Start the server
cd mcp_server
uv run python server.py

Docker Usage

# Build
docker build -t bixi-mcp .

# Run
docker run -i bixi-mcp

Claude Desktop Configuration

Local Server

{
  "mcpServers": {
    "bixi": {
      "command": "uv",
      "args": ["--directory", "/path/to/bixi-mcp/mcp_server", "run", "python", "server.py"]
    }
  }
}

Docker Server

{
  "mcpServers": {
    "bixi": {
      "command": "docker",
      "args": ["run", "-i", "bixi-mcp"]
    }
  }
}

Available Tools

  • Station Info: get_stations(), get_station(id), search_stations(query)
  • Real-time Status: get_stations_status(), get_station_status(id), get_available_stations(min_bikes)
  • Location: find_nearby_stations(lat, lon, radius)
  • System: get_system_info(), get_system_alerts(), get_system_summary()
  • Analytics: get_stations_with_issues(), get_vehicle_types()

All tools support English (en) and French (fr) languages.

License

MIT

from github.com/sevesogit/bixi-mcp

Установка Bixi Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/sevesogit/bixi-mcp

FAQ

Bixi Server MCP бесплатный?

Да, Bixi Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Bixi Server?

Нет, Bixi Server работает без API-ключей и переменных окружения.

Bixi Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Bixi Server в Claude Desktop, Claude Code или Cursor?

Открой Bixi Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Bixi Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development