netatmo.com
Netatmo makes connected home devices including weather stations, security cameras, alarms, and energy or home-control products. Its cloud services let users and third-party apps access device data, home events, and control features.
Netatmo exposes a documented OAuth-protected REST API at api.netatmo.com for smart-home devices and data, plus an advertised MCP server endpoint on www.netatmo.com whose auth details could not be confirmed from public docs.
- Netatmo MCP serverdetected
- Netatmo Connect REST APIdiscovered
First register a Netatmo application to get a client_id and client_secret. Then send the user through the OAuth 2.0 Authorization Code flow in the Authentication docs: redirect them to https://api.netatmo.com/oauth2/authorize, exchange the returned code at https://api.netatmo.com/oauth2/token, and store the returned access_token and refresh_token. Use the refresh_token to rotate tokens when they expire.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✓https://www.netatmo.com/.well-known/mcp/server-card.json
- OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing