Skip to content
View partymola's full-sized avatar

Block or report partymola

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
partymola/README.md

A few projects I maintain. Mostly MCP servers that give an AI assistant read-only access to my own data - health, banking, tasks, e-bike - each caching locally rather than relaying through a third party. Plus BLE protocol work for cycling radar.

MCP servers

  • bosch-flow-mcp - Bosch eBike Flow (BES3 Smart System): battery health, charge cycles, components, service history, per-ride activity.
  • fitbit-mcp - Fitbit Web API: OAuth PKCE, local SQLite cache, trend analysis.
  • monzo-mcp - Monzo banking (read-only): OAuth + auto-refresh, local transaction cache, spending analysis.
  • ticktick-mcp - TickTick tasks: field-preserving updates, day-of-week validation, read-after-write verification, completion tracking.
  • withings-mcp - Withings health: OAuth, local cache, trend analysis (body / sleep / activity / workouts / ECG).

Cycling

  • bike-radar-docs - BLE protocol spec and reference decoders for a rear-facing cycling radar (6a4e3200 service).
  • android-bike-radar-overlay - Android companion for rear-bike-radar head units; V1/V2 BLE + optional Home Assistant integration.

Pinned Loading

  1. android-bike-radar-overlay android-bike-radar-overlay Public

    Android overlay and audio alerts for traffic approaching from behind on your bike's rear radar. Optional Home Assistant and Bosch eBike integration.

    Kotlin