W
weather-intel-mcp
/weather_forecast
weather forecast
Get a multi-day weather forecast for a US location by latitude/longitude (National Weather Service). Returns named periods (Today, Tonight, ...) with temperatur
liveverifiedunknown~5s typical
mcpprobedweather-intel-mcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-datakoot-weather-intel-mcp /weather_forecast for me.
Input
| Field | Type | Description |
|---|---|---|
| lat* | number | Latitude in decimal degrees, e.g. 36.1867. US coverage only (National Weather Service). |
| lon* | number | Longitude in decimal degrees, negative in the western hemisphere, e.g. -94.1288. |
| hourly | boolean | If true, return the hourly forecast instead of daily periods. default false |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-datakoot-weather-intel-mcp","endpoint":"/weather_forecast","input":{"lat":1,"lon":1,"hourly":false}}'cli
npx cracked-ai run -p mcp-com-datakoot-weather-intel-mcp -e /weather_forecast -i '{"lat":1,"lon":1,"hourly":false}'mcp
run_tool({ provider: "mcp-com-datakoot-weather-intel-mcp", endpoint: "/weather_forecast", input: {"lat":1,"lon":1,"hourly":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.