Lecka Nutrition Race Planner
lecka-mcp
A Model Context Protocol (MCP) server for the Lecka sports nutrition platform. It exposes tools that let MCP-compatible AI clients (like Claude) query products, calculate race fueling plans, and retrieve personalized nutrition data.
Built with @modelcontextprotocol/sdk and deployed on Vercel.
Tools
Tool | Description |
| Returns the full catalog of Lecka nutrition products |
| Calculates a race-day fueling plan based on duration, intensity, and athlete data |
| Retrieves per-product nutrition data (carbs, calories, electrolytes, etc.) |
Related MCP server: Running Formulas MCP Server
MCP Server URL
https://lecka-mcp.vercel.app/mcpConnect with Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"lecka": {
"url": "https://lecka-mcp.vercel.app/mcp"
}
}
}On macOS the config file lives at ~/Library/Application Support/Claude/claude_desktop_config.json.
Development
npm install
npm startMaintenance
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/mgnirck/lecka-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server