Skip to main content
Glama
mvellayan

MCP Blinds Controller

by mvellayan

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

  1. Install dependencies:

pip install aiohttp mcp
  1. Set environment variables:

export MY_TOKEN="your_bond_token"
export MY_IP="192.168.x.x"
  1. Configure devices in data/devices.json:

[
  {
    "id": "device_id",
    "name": "front",
    "location": "foyer", 
    "row": "top"
  }
]

Usage

As MCP Server

python blinds.py

Direct 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 -v

Tool 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.

Maintenance

ActivityInactive
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    10
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.
    -

Latest Blog Posts

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