# Ambient Weather — MCP server on mcp.ai > Connect your Ambient Weather account and use 1 tools for internet of things straight from your AI agent. Connect with your own API key. Ambient Weather provides personal weather stations and an API for accessing real-time and historical weather data. By: mcp.ai · official Page: https://mcp.ai/ambient_weather ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_ambient_weather?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/ambient_weather/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/ambient_weather/ 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/ambient_weather/skill.md Postman collection (v2.1): https://mcp.ai/ambient_weather/postman.json ## Tools - ambient_weather_get_devices() — Tool to retrieve a list of user's Ambient Weather devices with their most recent data. Use when you need to list your stations and view their latest readings. ## Example prompts - "What can I do in Ambient Weather?" - "Show me a summary of my Ambient Weather account" ## Links Docs: https://mcp.ai/docs/mcps/ambient_weather Website: https://mcp.ai/mcps/ambient_weather