Skip to main content
Glama

Citi Bike MCP Server

by sjhangiani12
package.json640 B
{ "name": "citibike-mcp", "version": "0.1.0", "private": true, "description": "Smithery-compatible MCP server: nearest Citi Bike stations with ebike/classic availability.", "type": "module", "module": "./src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "smithery build", "dev": "smithery dev", "check": "node --version" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0", "zod": "^3.23.8" }, "devDependencies": { "@smithery/cli": "^1.4.6", "typescript": "^5.6.3" } }

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/sjhangiani12/citibike_mcp'

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