Skip to main content

A MCP server, which serve as a BLE heart rate monitoring to connect with a HRM device.

Project description

ble-hrm-server

A MCP server, which serve as a BLE Heart Rate Monitoring to connect with a HRM device.

Build Status

CI

Installation

We recommend using a virtual environment and uv to manage dependencies.

This project uses pyproject.toml for dependency management.

# Create and activate a virtual environment
python3 -m venv .venv
source .venv/bin/activate  # On Windows use `.venv\Scripts\activate`

# Install uv if not already installed
pip install uv

# Install dependencies
uv sync

Environment Configuration

This project supports configuration via a .env file. You can use the provided .env.sample as a template.

cp .env.sample .env

The following environment variables are used:

  • QINIU_ACCESS_KEY: Your Qiniu access key.
  • QINIU_SECRET_KEY: Your Qiniu secret key.
  • QINIU_BUCKET_NAME: The name of the Qiniu bucket.
  • QINIU_BUCKET_DOMAIN: The domain associated with the Qiniu bucket.

Usage

Run the server

uv run src/hrm/server.py

After installing from PyPI you can also run the server directly using uvx:

uvx ble-hrm-server

Run the tests

uv run pytest

Run the tests with coverage

uv run coverage run -m pytest
uv run coverage html

MCP Definition

Resources

Bluetooth HRM is based on Bluetooth protocol, we should use bleak to discover the device and connect to it.

  • Discover Bluetooth Device & Filter by HRM profile (Heart Rate Service 0x180D)
  • resource: discover://hrm

Tools

  • Tool: Monitoring Heart Rate monitoring_heart_rate

    • Summary: Start monitoring the heart rate of the device for the given duration, default duration is 30 minutes (1800 sec). The monitoring will be done in the background.
    • Inputs:
      • device_id: str, the device UUID to monitor
      • duration: int, the duration to monitor, default is 1800 seconds (30 minutes)
    • Outputs: None
  • Tool: Get Heart Rate get_heart_rate

    • Summary: Get the current HR, use last 10 sec and return the average of HR
    • Inputs: None (assumes baseline reading)
    • Output: Current HR (int), e.g. {"avg_hr": 60}
  • Tool: Evaluate Active Heart Rate evaluate_active_heart_rate

    • Summary: Evaluate the maximum heart of the last 60 seconds, the observed maximum during this exercise is recorded as the active heart rate.
    • Inputs: None (assumes baseline reading)
    • Outputs: Max HR: int, e.g. {"max_hr": 100}
  • Tool: Get Heart Rate Bucket get_heart_rate_bucket

    • Summary: Get the heart rate bucket of the last 10 seconds, the bucket size is 1 second.
    • Inputs:
      • since_from: float, the start time of the monitoring, default is 10 seconds ago
      • bucket_size: float, the size of the bucket, default is 1 second
    • Outputs: Heart Rate Bucket: list[dict], e.g. [{"time": 1715904000, "value": 60}, {"time": 1715904001, "value": 61}]
  • Tool: Build Heart Rate Chart build_heart_rate_chart

    • Summary: Build the heart rate chart of the last 600 seconds, the bucket is a dynamic size, the default size is 1 second. The max bucket count is 60, if the bucket count is more than 60, the bucket size will be increased to duration / 60 seconds.
    • Inputs:
      • since_from: float, the start time of the monitoring, default is 600 seconds ago
    • Outputs: Heart Rate Chart PNG URL: str, e.g. https://example.com/chart.png

Code Coverage

Name Stmts Miss Cover
src/hrm/__init__.py 0 0 100%
src/hrm/bt_client.py 139 5 96%
src/hrm/ts_db.py 41 1 98%
TOTAL 180 6 97%

Sponsor

Special thanks for Qiniu Cloud for providing the storage service. Qiniu also provides LLM inference services.

Qiniu Logo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ble_hrm_server-0.2.1.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ble_hrm_server-0.2.1-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file ble_hrm_server-0.2.1.tar.gz.

File metadata

  • Download URL: ble_hrm_server-0.2.1.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for ble_hrm_server-0.2.1.tar.gz
Algorithm Hash digest
SHA256 247457649c88fd305208d6230da93e4b8c2264cc405cc6b9414b55861ae36b61
MD5 805f48ed796a2c06c67a29786a3d4ced
BLAKE2b-256 0796594deae744d15d476881bf3e40a1d02332ebab8bca0799273d36c9e3a82e

See more details on using hashes here.

File details

Details for the file ble_hrm_server-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: ble_hrm_server-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 9.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for ble_hrm_server-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9b5403809a093b7bffb5edb149567b1d252eb991720b543e194b6eecb4d7374e
MD5 9bb97a7a1c14d1085df814d67a808684
BLAKE2b-256 0285cbfd7209e7a1cda60c4e95a2c2dcd744a22de56779f4cfff591bd2b7c9d0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page