iaqualink-mcp
iaqualink-mcp
Ein MCP-Server, der ein Jandy-iAqualink-Pool-/Spa-System für Claude (oder jeden MCP-Client) bereitstellt. Er kapselt die Python-Bibliothek iaqualink.
Bereitgestellte Tools:
list_systems— alle Systeme des Kontoslist_devices— alle Geräte eines Systemsget_device— Status eines Gerätsget_system_status— Systemstatus und Status jedes Geräts in einem Aufrufturn_on/turn_off/toggle_deviceset_temperature— Thermostat-Sollwerteset_light_effect/set_light_rgbw/set_light_brightness— ICL/IntelliCenter-Lichter
Setzen Sie IAQUALINK_READ_ONLY=true, um sämtliche Schreibwerkzeuge zu deaktivieren und nur Lesezugriffe zu erlauben.
Installation
Von GitHub (sobald gepusht)
uv tool install git+https://github.com/yourusername/iaqualink-mcpAus einem lokalen Klon (für die Entwicklung empfohlen und vermeidet, dass uvx das Projekt bei jedem Start klonen/bauen muss)
git clone https://github.com/yourusername/iaqualink-mcp
cd iaqualink-mcp
uv tool install .In jedem Fall wird dadurch ein Befehl namens iaqualink-mcp registriert, den uvx/uv tool direkt ausführen kann.
Related MCP server: Enhanced Home Assistant MCP
Claude Desktop konfigurieren
Bearbeiten Sie %APPDATA%\Claude\claude_desktop_config.json (Windows) oder ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) und fügen Sie Folgendes hinzu:
{
"mcpServers": {
"iaqualink": {
"command": "uvx",
"args": ["iaqualink-mcp"],
"env": {
"IAQUALINK_USERNAME": "you@example.com",
"IAQUALINK_PASSWORD": "your-iaqualink-password"
}
}
}
}Fügen Sie "IAQUALINK_READ_ONLY": "true" zu env hinzu, wenn Claude nur den Status lesen und niemals Geräte steuern soll.
Beenden Sie Claude Desktop anschließend vollständig über das System-Tray (nicht nur das Fenster schließen) und starten Sie es erneut.
Entwicklung
git clone https://github.com/yourusername/iaqualink-mcp
cd iaqualink-mcp
uv sync --extra dev
# Run tests
uv run pytest
# Lint
uvx ruff check .Kopieren Sie .env.example nach .env und tragen Sie Ihre Zugangsdaten für lokale manuelle Tests ein; .env ist gitignored.
Mitwirken
Issues und Pull Requests sind willkommen. Bitte führen Sie pytest und ruff check . aus, bevor Sie einen PR eröffnen.
Hinweise
Dieser Server verwendet eine durch Reverse Engineering gewonnene/inoffizielle API (über
iaqualink-py); Jandy/Zodiac/Fluidra veröffentlichen keine offizielle API. Nutzung auf eigenes Risiko.Zugangsdaten werden ausschließlich aus Umgebungsvariablen gelesen – dieser Server schreibt nichts auf die Festplatte.
Ihre
claude_desktop_config.jsonwird Ihr iAqualink-Passwort im Klartext enthalten. Committen Sie diese Datei nicht und geben Sie sie nicht weiter; behandeln Sie sie wie jeden anderen Anmeldedaten-Speicher auf Ihrem Rechner.
Lizenz
MIT – siehe LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to control Bond Bridge smart home devices including ceiling fans, motorized shades, dimmable lights, and other RF-controlled devices. Provides comprehensive device management and control capabilities through the Bond Local API.10MIT
- AlicenseNot gradedqualityDmaintenanceEnables comprehensive control and monitoring of Home Assistant smart home devices, automations, scenes, and system management through AI assistants. Supports lights, climate, media players, notifications, history tracking, and advanced automation workflows.92MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to control Philips Hue smart lighting systems, including individual lights, groups, scenes, brightness, and color adjustments through natural language commands.
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Home Assistant smart home devices through natural language. Control devices, manage automations, query entity states, and retrieve historical data across your home automation system.1MIT
Related MCP Connectors
Control Android TV from any AI. 38 MCP tools: playback, recap, recommend, smart-home, schedules.
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
Read and update your Everway trips and itineraries from any MCP-compatible AI assistant.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jgonzalez007/iaqualink-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server