United States Weather Data Access
get_local_time
Get the current local time for a US location. Shows what time it is right now at the specified location.
Remote hellokitty-v/smithery-mcp-servers
Other tools also called get_local_time?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"location": {
"type": "string",
"description": "US location as coordinates (lat,lng) in decimal degrees. Example: '40.7128,-74.0060' for New York City."
}
}
}