# Stormglass Io — MCP server on mcp.ai > Connect your Stormglass Io account and use 6 tools for developer tools straight from your AI agent. Connect with your own API key. stormglass.io provides a global weather API offering high-resolution forecasts and historical data from trusted meteorological institutions. By: mcp.ai · official Page: https://mcp.ai/stormglass_io ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_stormglass_io?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/stormglass_io/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/stormglass_io/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/stormglass_io/skill.md Postman collection (v2.1): https://mcp.ai/stormglass_io/postman.json ## Tools - stormglass_io_get_elevation_point(lat: number, lng: number) — Tool to fetch elevation data for a single geographic point. Use when you need bathymetry or topography for a specific latitude/longitude. - stormglass_io_get_tide_extremes_point(end?: string, lat: number, lng: number, datum?: string, start?: string) — Tool to retrieve high and low tide times with corresponding sea level heights for a coordinate. Returns tide extreme points (high/low) for the specified time interval. - stormglass_io_get_tide_stations_area(box: string) — Tool to list tide stations within a defined geographic bounding box. Use when you need stations in a specific region defined by coordinates. - stormglass_io_get_tide_stations_list() — Tool to list all available tide stations. Use when you need a catalog of stations before querying tide data. - stormglass_io_stormglass_get_solar_point(end?: string, lat: number, lng: number, start?: string, params: string[], source?: string) — Tool to fetch solar irradiation and sun-position data for a specific coordinate. Use after confirming lat/lng, desired parameters, and optional ISO-formatted start/end. - stormglass_io_stormglass_get_weather_point(end?: string, lat: number, lng: number, start?: string, params: string[], source?: string) — Tool to fetch marine and land weather data for a specific coordinate. Use after confirming latitude, longitude, and desired parameters. ## Example prompts - "What can I do in Stormglass Io?" - "Show me a summary of my Stormglass Io account" ## Links Docs: https://mcp.ai/docs/mcps/stormglass_io Website: https://mcp.ai/mcps/stormglass_io