loseit-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOSEIT_EMAIL | No | Lose It! account email | |
| LOSEIT_TOKEN | No | A `liauth` JWT, used instead of email/password | |
| LOSEIT_PASSWORD | No | Lose It! account password | |
| LOSEIT_POLICY_HASH | No | GWT policy hash, if Lose It ships a new build | |
| LOSEIT_STRONG_NAME | No | GWT permutation, if Lose It ships a new build | |
| LOSEIT_HOURS_FROM_GMT | No | UTC offset in whole hours; auto-detected |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_foodA | Search the Lose It! food database. Returns candidate foods with a |
| describe_foodA | Get full nutrition detail and serving information for one food, identified by the |
| get_diaryA | Read the food diary for a day: every logged entry with calories and macros, plus the day's totals. Each entry carries an |
| log_foodB | Log a food to a meal in the diary. Specify the portion EITHER as |
| log_custom_foodA | Log a food by its exact nutrition values, without needing a match in the food database. Use this for restaurant meals, homemade dishes, or anything where you know the calories and macros but search_food has no good match. Values are per serving. |
| delete_entryA | Delete a diary entry. Get the |
| log_weightA | Record a weigh-in for a day. The unit follows the account's display setting (lb or kg). |
| whoamiA | Show which Lose It! account this server is authenticated as. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/cabird/loseit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server