Skip to main content
Glama
jonnyhaynes

Freestyle Libre MCP Server

by jonnyhaynes

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LIBRE_EMAILNoEmail for libreview.
LIBRE_REGIONNoRegion for libreview (default EU).EU
TERRA_DEV_IDNoDev ID for Terra.
TERRA_API_KEYNoAPI key for Terra.
LIBRE_PASSWORDNoPassword for libreview.
LIBRE_PROVIDERNoProvider: libreview, terra, or thryve.
THRYVE_API_KEYNoAPI key for Thryve.
THRYVE_API_SECRETNoAPI secret for Thryve.
THRYVE_ACCESS_TOKENNoOAuth token for Thryve.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_connectionsA

List all patient connections associated with the logged-in account. Returns patient IDs needed for glucose reading tools.

get_current_glucoseA

Fetch the latest blood glucose reading for a patient. Returns the glucose value in both mg/dL and mmol/L, plus trend direction.

get_glucose_historyA

Fetch historical blood glucose readings for a patient. Returns a time-series of readings ordered oldest-first.

get_glucose_summaryA

Summarise glucose trends over the past 24 hours: time-in-range, average, highs, lows, and standard deviation.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
provider-infoDetails about the configured data provider and authentication status

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jonnyhaynes/freestyle-libre-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server