Freestyle Libre MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LIBRE_EMAIL | No | Email for libreview. | |
| LIBRE_REGION | No | Region for libreview (default EU). | EU |
| TERRA_DEV_ID | No | Dev ID for Terra. | |
| TERRA_API_KEY | No | API key for Terra. | |
| LIBRE_PASSWORD | No | Password for libreview. | |
| LIBRE_PROVIDER | No | Provider: libreview, terra, or thryve. | |
| THRYVE_API_KEY | No | API key for Thryve. | |
| THRYVE_API_SECRET | No | API secret for Thryve. | |
| THRYVE_ACCESS_TOKEN | No | OAuth 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| provider-info | Details about the configured data provider and authentication status |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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