# Sensibo — MCP server on mcp.ai > Connect your Sensibo account and use 1 tools for internet of things straight from your AI agent. Connect with your own API key. Sensibo offers smart controllers that connect air conditioners and heat pumps to the internet, enabling remote control and automation. By: mcp.ai · official Page: https://mcp.ai/sensibo ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_sensibo?ms=1787293560000 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/sensibo/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/sensibo/ 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/sensibo/skill.md Postman collection (v2.1): https://mcp.ai/sensibo/postman.json ## Tools - sensibo_get_all_devices(fields?: string) — Tool to retrieve all Sensibo pods for the authenticated user. Use when you need an up-to-date list of all devices linked to your Sensibo account. ## Example prompts - "What can I do in Sensibo?" - "Show me a summary of my Sensibo account" ## Links Docs: https://mcp.ai/docs/mcps/sensibo Website: https://mcp.ai/mcps/sensibo