{
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "worldclockpro-time",
    "title": "World Clock Pro time server",
    "version": "1.0.0"
  },
  "description": "A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb. Public, read-only, no API key.",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://worldclock.pro/mcp"
  },
  "capabilities": {
    "tools": { "listChanged": false }
  },
  "authentication": { "required": false },
  "documentationUrl": "https://worldclock.pro/mcp",
  "websiteUrl": "https://worldclock.pro",
  "tools": [
    {
      "name": "get_current_time",
      "title": "Get current time",
      "description": "Current local time (or the time at a given instant) in up to 50 locations: city names, IANA timezones, abbreviations, or coordinates.",
      "annotations": { "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true, "openWorldHint": false }
    },
    {
      "name": "convert_time",
      "title": "Convert a time across locations",
      "description": "Convert a UTC instant, or a wall time in a source location, into local times in up to 50 target locations with DST handled correctly.",
      "annotations": { "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true, "openWorldHint": false }
    },
    {
      "name": "time_by_coordinates",
      "title": "Get time by coordinates",
      "description": "Resolve the timezone for a latitude and longitude and return the local time there.",
      "annotations": { "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true, "openWorldHint": false }
    },
    {
      "name": "get_dst_transitions",
      "title": "Get DST transitions",
      "description": "Whether a location observes daylight saving time, the next clock change, and every transition within a year.",
      "annotations": { "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true, "openWorldHint": false }
    },
    {
      "name": "search_cities",
      "title": "Search cities",
      "description": "Multilingual, diacritic-insensitive city search returning canonical slug, IANA timezone, and coordinates.",
      "annotations": { "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true, "openWorldHint": false }
    }
  ]
}
