MCP Blinds Controller
Used to make asynchronous HTTP requests to the Bond Bridge API for controlling motorized window blinds
Used for testing the blinds controller functionality
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Blinds Controllerclose the blinds in the office"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Blinds Controller
Control motorized window blinds through Bond Bridge API using Model Context Protocol (MCP).
Features
Open, close, or stop blinds movement
Filter blinds by name, location, or row
Async HTTP API integration
MCP server for AI assistant integration
Related MCP server: Bond MCP Server
Setup
Install dependencies:
pip install aiohttp mcpSet environment variables:
export MY_TOKEN="your_bond_token"
export MY_IP="192.168.x.x"Configure devices in
data/devices.json:
[
{
"id": "device_id",
"name": "front",
"location": "foyer",
"row": "top"
}
]Usage
As MCP Server
python blinds.pyDirect Function Call
from blinds import set_blinds_state
# Open all blinds
await set_blinds_state("Open")
# Close office blinds
await set_blinds_state("Close", blind_location="office")API Reference
set_blinds_state(action, blind_name="all", blind_location="all", blind_row="all")
Parameters:
action: "Open", "Close", or "Hold"blind_name: "all", "front", "sunrise", "sunset"blind_location: "all", "foyer", "office"blind_row: "all", "top", "bottom"
Testing
Run tests:
pytest test_blinds.py -vTool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Manage your IoT device fleet directly from Claude. Create device templates with datastreams and events, provision new devices, read live sensor data, and control outputs. The Blynk connector integrates with the Blynk IoT platform, enabling direct configuration and monitoring of connected devices and infrastructure.
South Africa's first AI-transactable blinds, shutters and awnings catalogue with live ZAR pricing.
Control a Loxone Miniserver smart home: lights, blinds, climate, scenes and energy.
Query and manage Mercoa AP/AR bill-pay: entities, invoices, transactions and payment methods.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables users to control Govee LED devices using the Govee API, with features for turning devices on/off, setting colors, and adjusting brightness through a CLI or MCP clients.5MIT
- 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
- FlicenseNot gradedqualityCmaintenanceEnables control of smart locks through the Seam API, allowing users to lock/unlock doors, check status, and manage access codes across 100+ supported lock brands. Supports comprehensive access code management including temporary codes and multi-lock operations.-
- AlicenseAqualityDmaintenanceEnables control of Philips Hue lights via Bluetooth LE directly from Claude, without requiring a Hue Bridge or internet connection.81MIT
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/mvellayan/mcp_blinds'
If you have feedback or need assistance with the MCP directory API, please join our Discord server