Skip to main content
Glama

MCP Glucose Server

by lucas-1000

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
USER_IDNoOptional default user identifier
API_SECRETYesAPI secret for authentication
STORAGE_API_URLYesThe URL of the storage API instance

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_glucose_readings

Get glucose/blood sugar readings for a user within a date range. Returns glucose values in mg/dL with timestamps and sources.

get_latest_glucose

Get the most recent glucose/blood sugar reading for a user. Returns value, unit, timestamp, and source.

get_glucose_stats

Get glucose statistics (count, average, min, max) for a user within a date range. Useful for understanding glucose trends and patterns.

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/lucas-1000/mcp-glucose'

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