Weather MCP

get_timezone_info

Get information about a specific timezone including current time and UTC offset.

Remote isdaniel/mcp_weather_server

Remote (network-hosted)

Other tools also called get_timezone_info? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "timezone_name": {
      "type": "string",
      "description": "IANA timezone name (e.g., 'America/New_York', 'Europe/London')"
    }
  }
}