Weather MCP
get_current_weather
Get current weather information for a specified city. It extracts the current hour's temperature and weather code, maps the weather code to a human-readable description, and returns a formatted summary.
Remote isdaniel/mcp_weather_server
Remote (network-hosted)
Other tools also called get_current_weather?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"city": {
"type": "string",
"description": "The name of the city to fetch weather information for, PLEASE NOTE English name only, if the parameter city isn't English please translate to English before invoking this function."
}
}
}