Lecka Nutrition

by mgnirck

154 downloads
Not rated
GitHub

About

Race nutrition planning tools for endurance athletes. Get personalised carb, sodium and fluid targets for any race, browse Lecka's real-food product catalog, and calculate exactly how many gels you need — by distance, conditions, weight, and effort level.

Details

Author
mgnirck
Downloads
154
Categories
Other

- Generate personalised carb, sodium, and fluid targets
- Browse Lecka’s real-food product catalog
- Calculate gel count by distance, conditions, weight, effort

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Lecka Nutrition
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

get_products

Returns the Lecka product catalog. Use to find products by type, caffeine content, or dual-transporter status. All filters are optional.

calculate_fueling_plan

Calculates personalised race nutrition targets (carbs, sodium, fluid) for an endurance athlete and returns a list of Lecka products that match the target. Use this when an athlete asks what to eat during a race, how many gels they need, or what their carb target should be.

get_nutrition_data

Returns full nutritional information and regional pricing for a specific Lecka product. Use the product ID from get_products.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "lecka nutrition": {
            "lecka": {
                "command": "npx",
                "args": [
                    "-y",
                    "mcp-remote",
                    "https://lecka-mcp.vercel.app/mcp"
                ]
            }
        }
    }
}

McpServers

{
    "lecka": {
        "command": "npx",
        "args": [
            "-y",
            "mcp-remote",
            "https://lecka-mcp.vercel.app/mcp"
        ]
    }
}

Race nutrition planning tools for endurance athletes. Get personalised carb, sodium and fluid targets for any race, browse Lecka's real-food product catalog, and calculate exactly how many gels you need — by distance, conditions, weight, and effort level.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.