Get current weather and 7-day forecast for any location by latitude/longitude. Returns temperature, humidity, wind, precipitation, and conditions.
| Name | Type | Required | Description |
|---|---|---|---|
| latitude | string | required | Latitude of the location |
| longitude | string | required | Longitude of the location |
| location | string | optional | Human-readable location name (e.g. 'New York') |
// MCP tool call
{
"name": "weather",
"arguments": {
"latitude": "",
"longitude": "",
"location": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}