Back to Home
colinterface icon

bay-wheels-mcp

Verified Safe

by colinterface

Overview

Provides realtime Bay Wheels bikeshare data through an MCP server.

Installation

Run Command
docker run -p 8000:8000 bay-wheels-mcp

Environment Variables

  • PORT
  • HOST
  • MCP_TRANSPORT

Security Notes

The codebase appears generally secure. No use of dangerous functions like 'eval' or 'exec' was found. It makes external HTTP requests to a public, well-known GBFS endpoint, which is expected for its functionality. There are no hardcoded secrets. Input validation relies on type hints and the underlying FastMCP framework, with internal error handling for exceptions during API calls or data processing. The dependencies are standard and widely used.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens80
Stars0
Forks0
Last Update2025-12-07

Tags

BikeshareRealtime DataMobilityMCP ServerPython