Skip to main content
Glama
yasunorioi

uecs-ccm-mcp

by yasunorioi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PUBMED_EMAILYesYour email address (required by NCBI)
PUBMED_API_KEYNoOptional API key for higher rate limits

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_sensor_dataA

Get latest greenhouse sensor data (temperature, humidity, CO2, etc.).

Args: house_id: House identifier (e.g., "h1"). Derived from CCM room number. sensor_types: Filter by sensor types. None or ["all"] returns all sensors.

get_actuator_statusC

Get current actuator states (irrigation, ventilation, curtain, etc.).

Args: house_id: House identifier (e.g., "h1").

set_actuatorA

Control a greenhouse actuator via CCM packet.

SAFETY: Only allowed actuator types can be controlled. Irrigation has a maximum duration of 3600 seconds. Minimum 1 second between commands.

Args: actuator: CCM actuator type (e.g., "Irri", "VenFan", "VenRfWin", "ThCrtn"). state: True=ON/OPEN, False=OFF/CLOSE. priority: CCM priority (1=emergency, 10=normal, 30=low). duration_seconds: Auto-OFF timer in seconds. If set, actuator turns OFF automatically after this duration. house_id: House identifier (e.g., "h1").

get_weather_summaryB

Get outdoor weather station data (temperature, humidity, wind, rainfall).

Data comes from ArSprout external weather sensors (e.g., Misol WH65) via UECS-CCM multicast.

Args: house_id: House identifier (e.g., "h1").

list_nodesA

List UECS nodes detected on the network.

Nodes are tracked by their source IP address and the CCM data types they broadcast.

Args: active_only: If True, only show nodes seen in the last 5 minutes.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/yasunorioi/uecs-ccm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server