Netatmo MCP connector
Netatmo is a smart home platform that provides weather stations, thermostats, and security cameras with environmental and monitoring data. The Netatmo MCP connector allows AI agents to retrieve weather measurements, manage thermostat schedules, access camera footage and events, and configure webhooks for real-time notifications. It also supports querying air quality data from indoor sensors and retrieving home automation status across connected Netatmo devices.
Authentication type
- OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.
Uses
Use the Netatmo MCP connector to perform the following actions:
- Monitor home temperature and humidity across multiple rooms in real time
- Automate thermostat adjustments based on occupancy and weather conditions
- Track indoor air quality metrics from Healthy Home Coach stations
- Capture and retrieve security camera snapshots when events occur
- Detect when household members arrive or leave to trigger smart home actions
- Pull historical weather measurements for trend analysis and reporting
- Create and switch heating schedules without manual thermostat interaction
- Retrieve publicly shared weather data from outdoor sensors in target areas
Example prompts
Use the following example prompts to invoke Netatmo MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me the current temperature and humidity readings from all my Netatmo weather stations.Set my thermostat to 72 degrees and switch to my weekend schedule.Get the latest security camera snapshot from the event that just triggered.List all devices I own in Netatmo and their module information.Tell me the air quality score from my Healthy Home Coach right now.Mark my home as empty and log that event in my Netatmo timeline.What was my thermostat's manual setpoint temperature yesterday at 6 PM?Retrieve all security camera events from the last 24 hours.Create a new heating schedule called 'Winter Mode' in my Netatmo account.Pull weather data from outdoor modules in downtown Chicago.
Netatmo MCP connector tools
The Netatmo MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| addwebhook | Registers a webhook URL to receive notifications for Netatmo device events. |
| createnewschedule | Creates a new heating schedule with specified temperature settings and time periods. |
| devicelist | Retrieves a list of all Netatmo devices associated with the user account. |
| dropwebhook | Removes a previously registered webhook from receiving Netatmo event notifications. |
| getcamerapicture | Retrieves the most recent snapshot image from a specified Netatmo camera. |
| geteventsuntil | Retrieves events for a device up until a specified timestamp or date. |
| gethomecoachsdata | Retrieves air quality and environmental data from Netatmo Home Coach devices. |
| gethomedata | Retrieves comprehensive data about homes, rooms, devices, and their current status. |
| getlasteventof | Retrieves the most recent event recorded for a specified camera or device. |
| getmeasure | Retrieves measurement data such as temperature, humidity, or pressure from devices. |
| getnextevents | Retrieves upcoming events for a device starting from the current time. |
| getpublicdata | Retrieves publicly available environmental data from Netatmo stations in specified areas. |
| getstationsdata | Retrieves weather station data including temperature, humidity, wind, and rainfall measurements. |
| getthermostatsdata | Retrieves thermostat status, setpoints, and heating control information for connected devices. |
| getthermstate | Retrieves the current state and settings of a specific thermostat device. |
| getuser | Retrieves profile information and account details for the authenticated user. |
| partnerdevices | Retrieves information about devices shared by other users or partner accounts. |
| setpersonsaway | Marks specified household members as away to adjust home automation and security. |
| setpersonshome | Marks specified household members as home to resume normal automation settings. |
| setthermpoint | Sets the target temperature and heating mode for a thermostat device. |
| switchschedule | Activates or switches to a different heating schedule for temperature control. |
| syncschedule | Synchronizes schedule changes across all thermostats in the home system. |