{
  "name": "sukkela",
  "version": "1.1.0",
  "description": "Helsinki-region city-bike + walking + HSL public-transport trip planner. Live bike-station availability, water temperatures, HSL fares, and Explore destinations (beaches, parks, museums, sightseeing, etc.).",
  "homepage": "https://sukkela.life",
  "docs": "https://sukkela.life/mcp",
  "endpoint": "https://sukkela.life/api/public/mcp",
  "transport": "http",
  "auth": "none",
  "tools": [
    {
      "name": "health",
      "summary": "Liveness + region + data freshness."
    },
    {
      "name": "geocode",
      "summary": "Resolve a Helsinki-region place name or address to coordinates."
    },
    {
      "name": "plan_route",
      "summary": "Plan a bike or transit trip between two coordinates."
    },
    {
      "name": "list_stations",
      "summary": "Live city-bike station availability."
    },
    {
      "name": "list_destinations",
      "summary": "Find beaches, parks, museums, etc. near a point."
    },
    {
      "name": "get_fares",
      "summary": "Cheapest HSL adult ticket for a set of zones."
    }
  ],
  "coverage": {
    "region": "Helsinki, Espoo, Vantaa, Kauniainen",
    "bbox": {
      "south": 60,
      "west": 24.5,
      "north": 60.5,
      "east": 25.4
    }
  }
}