You're viewing a demo portfolio

Join the waitlist
PRSM

citybikes_networks_near

Active

Tool of mcp-citybikes

declared in 0.1.0

Find bike-share networks near a lat/lon: "bike share near me", "find bike rental network by location", "citybikes nearby coordinates". Returns the closest networks sorted by distance with their id, name, city, country, and distance_km. If none fall within radius_km, returns count:0 plus a note naming the single nearest network beyond the radius. To then get live stations and free bikes for a returned network, call get_network with its id. Example: Göttingen (latitude 51.53, longitude 9.93) → nextbike-kassel ~39.5km away.

Parameters schema

{
  "type": "object",
  "required": [
    "latitude",
    "longitude"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max networks to return, 1-20 (default 5)"
    },
    "latitude": {
      "type": "number",
      "description": "Latitude of the search center (e.g. 51.53)"
    },
    "longitude": {
      "type": "number",
      "description": "Longitude of the search center (e.g. 9.93)"
    },
    "radius_km": {
      "type": "number",
      "description": "Search radius in kilometers (default 50; bike networks are sparse, so the nearest city may be 30km+ away)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-citybikes

https://github.com/pipeworx-io/mcp-citybikes

2/7 registries
View full server →
citybikes_networks_near — mcp-citybikes — PRSM MCP