Skip to main content
Glama
xnbx2012

scau-electricity-mcp

by xnbx2012

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SCAU_DB_IDNoUpstream meter database ID.9853
SCAU_ROOM_IDYesElectricity account room ID.
SCAU_BASE_URLNoUpstream service URL.http://cz.scau.edu.cn
SCAU_ROOM_NAMEYesElectricity account room name.
SCAU_ELECTRICITY_PRICENoElectricity price in CNY per kWh.0.63

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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_daily_energyB

读取指定日期范围的用电量; 起止日期均为 YYYY-MM-DD (含首尾)。

get_balanceA

读取当前电费余额、余额刷新时间和电表在线状态。

get_lifetime_energyA

读取电表自上线以来截至当前日期的累计总用电量。

get_electricity_summaryA

读取日期范围用电量、电费、累计用电量和当前余额 (含首尾)。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation4/5

get_daily_energy and get_electricity_summary both cover date-range electricity usage, but the summary tool explicitly bundles fees, lifetime usage, and balance, making its purpose distinct. The other tools are clearly separated by their specific query targets.

Naming Consistency5/5

All tool names follow a consistent get_<descriptive_noun> pattern, such as get_daily_energy and get_lifetime_energy. There are no mixed conventions or vague verbs.

Tool Count5/5

Four tools is well-scoped for a read-only electricity meter server. Each tool either serves a specific query or provides a combined summary without unnecessary bloat.

Completeness4/5

The set covers daily usage, lifetime usage, current balance, and a combined summary, which is sufficient for typical electricity monitoring. A standalone fee breakdown or current power reading could be added, but agents will not encounter significant dead ends.

Maintenance

ActivityMaintained
ResponsivenessNo issues