weather

$0.001 USDC per call

Get current weather and 7-day forecast for any location by latitude/longitude. Returns temperature, humidity, wind, precipitation, and conditions.

Parameters
NameTypeRequiredDescription
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')
Example Call
// MCP tool call
{
  "name": "weather",
  "arguments": {
    "latitude": "",
    "longitude": "",
    "location": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground