Other MCP Server · MODEL CONTEXT PROTOCOL
kmwebnet MCP Server for sensor device
This project is a Node.js application designed for use with Claude Desktop. It simulates a CO2 sensor device and provides a JSON-RPC server to interact with the device. The application can run in both simulation mode and real mode, where it connects to a Raspberry Pi Pico via USB to read CO2 levels.
WHAT IT CONNECTS
What kmwebnet MCP Server for sensor device gives an AI Agent
- Simulates a CO2 sensor device with random CO2 levels in simulation mode.
- Connects to a Raspberry Pi Pico via USB to read real CO2 levels.
- Provides device information, sensor data, and network status via JSON-RPC.
- Supports commands to publish data to MQTT, reconnect WiFi, and reconnect MQTT (some functionalities are mocked).
- Clone the repository.
- Install the dependencies using npm:
- `getDeviceInfo()`: Returns device information.
- `getSensorData()`: Returns sensor data.
- `getNetworkStatus()`: Returns network status (mocked functionality).
- `publishToMQTT()`: Simulates publishing data to MQTT (mocked functionality).
- `reconnectWiFi()`: Simulates reconnecting to WiFi (mocked functionality).
- `reconnectMQTT()`: Simulates reconnecting to MQTT (mocked functionality).
SECURITY
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.