Are you the author? Sign in to claim
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.
| Tool | Description |
|---|---|
get_products | Returns the full catalog of Lecka nutrition products |
calculate_fueling_plan | Calculates a race-day fueling plan based on duration, intensity, and athlete data |
get_nutrition_data | Retrieves per-product nutrition data (carbs, calories, electrolytes, etc.) |
https://lecka-mcp.vercel.app/mcp
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.
npm install
npm start
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows