机械指挥官
MachineCommander 是一个用于管理建设项目中所有施工机械的物联网系统。
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"MachineCommander": {
"args": [
"machinecommander"
],
"command": "uvx"
}
}
}
该服务需要配置环境变量:APP_KEY、APP_SECRET
可用工具 (2 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
get_construction_machines_data 1 个参数 需填 1 项
MachineCommander is a global system to manage all the construction machines working on construction projects. Use this tool to extract the data of construction machines and projects, and to answer construction related questions. The returned value includes a "result" field, which can be a table (a list of rows) or an answer (a string).
必填参数:question
manage_construction_machines 1 个参数 需填 1 项
MachineCommander is a global system to manage all the construction machines working on construction projects. Use this tool to send orders to the construction machines.
必填参数:order
服务介绍
machine-commander
MachineCommander 是一个用于管理所有在建项目中工作的建筑机械的物联网系统。
config
{
"mcpServers": {
"MachineCommander": {
"args": [
"machinecommander"
],
"command": "uvx"
}
}
}