weather-intel-mcp
W
weather-intel-mcp
/elevation

elevation

Get the ground elevation at a latitude/longitude within the US, from the USGS Elevation Point Query Service. Returns elevation in feet and meters.

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 /elevation for me.

Input

FieldTypeDescription
lat*numberLatitude in decimal degrees, e.g. 39.5883. US coverage only (USGS).
lon*numberLongitude in decimal degrees, negative in the western hemisphere, e.g. -105.6438.

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

Try it

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