uecs-ccm-mcp
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., "@uecs-ccm-mcpshow me the current greenhouse sensor readings"
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.
uecs-ccm-mcp
MCP server for UECS-CCM greenhouse monitoring and control.
Directly participates in UECS (Ubiquitous Environment Control System) CCM multicast network to read sensor data and send actuator commands — no MQTT broker required.
What is UECS-CCM?
UECS is the Japanese standard protocol for greenhouse environment control, using UDP multicast (224.0.0.1:16520) with XML payloads. CCM (Communication Control Module) packets carry sensor readings (temperature, humidity, CO2, etc.) and actuator commands (irrigation, ventilation, curtain, etc.).
Related MCP server: HueMCP
Features
5 MCP tools for LLM-driven greenhouse control
Zero-config networking: joins UDP multicast automatically
Safety guardrails: actuator allowlist, rate limiting, max irrigation duration
No MQTT dependency: talks CCM directly
Standalone test scripts: scp to RPi and run with zero dependencies
Quick Start
Install
pip install uecs-ccm-mcpRun as MCP Server
uecs-ccm-mcpClaude Desktop / Claude Code
Add to your MCP config:
{
"mcpServers": {
"greenhouse": {
"command": "uecs-ccm-mcp"
}
}
}MCP Tools
Tool | Description |
| Indoor sensors (temp, humidity, CO2, soil temp, etc.) |
| Actuator states (irrigation, ventilation, curtain) |
| Control actuators with safety guardrails |
| Outdoor weather station data |
| Active UECS nodes on the network |
Field Test Scripts
Standalone scripts (Python standard library only) for testing on RPi:
# Receive CCM packets
python3 scripts/ccm_receive_test.py
python3 scripts/ccm_receive_test.py --filter InAirTemp
# Send control packets (confirm before sending)
python3 scripts/ccm_send_test.py Irri 1 # Irrigation ON
python3 scripts/ccm_send_test.py Irri 0 # Irrigation OFF
python3 scripts/ccm_send_test.py VenRfWin 50 # Roof window 50%Supported Hardware
Tested with:
ArSprout greenhouse controller (sensor/actuator nodes)
Raspberry Pi as CCM participant
Any UECS-compliant node
Safety
Only allowlisted actuator types can be controlled
Minimum 1 second between commands (rate limiting)
Maximum 3600 second irrigation duration
Auto-OFF timer support
License
MIT
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
- Flicense-qualityDmaintenanceEnables discovery and control of Switcher KIS devices locally via MCP, including turning on/off and retrieving device state without cloud dependency.Last updated1
- AlicenseAqualityDmaintenanceEnables discovery and control of Philips Hue lighting devices via a local bridge using the CLIP v2 API, without any cloud dependency.Last updated10MIT
- Alicense-qualityAmaintenanceEnables MCP clients to manage ESPHome devices via the 2026.6+ dashboard WebSocket protocol, including listing, configuring, validating, and flashing firmware.Last updated16MIT
- Flicense-qualityBmaintenanceEnables control of external Home Assistant devices via an MCP control layer and frontend system page.Last updated
Related MCP Connectors
Hive MCP server implementing the EIP-712 over USB/DMK ledger-bridge integration spec…
MCP server bridging holepunchto/keet-identity-key to the Hive agentic identity network
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
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/yasunorioi/uecs-ccm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server