weather-intel-mcp
W
weather-intel-mcp
/weather_current

weather current

Get the latest observed weather conditions for a US location by latitude/longitude, from the nearest NWS observation station: temperature, humidity, wind, and t

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_current for me.

Input

FieldTypeDescription
lat*numberLatitude in decimal degrees, e.g. 36.1867. US coverage only (National Weather Service).
lon*numberLongitude in decimal degrees, negative in the western hemisphere, e.g. -94.1288.

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_current","input":{"lat":1,"lon":1}}'
cli
npx cracked-ai run -p mcp-com-datakoot-weather-intel-mcp -e /weather_current -i '{"lat":1,"lon":1}'
mcp
run_tool({ provider: "mcp-com-datakoot-weather-intel-mcp", endpoint: "/weather_current", input: {"lat":1,"lon":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.