Skip to main content
Glama

Bixi MCP Server

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

Installation

# Install with uv
uv sync

Related MCP server: MBTA MCP Server

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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Citybikes MCP — wraps CityBik.es API (free, no auth required)

  • DataMontreal MCP — City of Montreal open data (donnees.montreal.ca, CKAN API).

  • Real-time transit stops, routes, arrivals, vehicle positions, and schedules via OneBusAway APIs.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sevesogit/bixi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server