Submit

Ble Hrm Server

@ThinkInAI-Hackathon

a year ago
A Python MCP server for Bluetooth Low Energy (BLE) Heart Rate Monitoring. Connects to BLE HRM devices, monitors heart rate, and provides tools for heart rate data analysis and visualization.
Overview

Tools

  • monitoring_heart_rate: Start monitoring heart rate for a specified duration
  • get_heart_rate: Get the average heart rate over the last 10 seconds
  • evaluate_active_heart_rate: Get the maximum heart rate in the last 60 seconds
  • get_heart_rate_bucket: Get heart rate data in 1-second buckets for the last 10 seconds
  • build_heart_rate_chart: Generate a PNG chart of heart rate data for the last 600 seconds

Server Config

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": [
        "ble-hrm-server"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.