uecs-ccm-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PUBMED_EMAIL | Yes | Your email address (required by NCBI) | |
| PUBMED_API_KEY | No | Optional API key for higher rate limits |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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