Productivity
workout-engine-production-5dd7.up.railway.app
Helps users track and manage their workout sessions, including logging exercises, checking readiness, and swapping exercises.
ENDPOINT 1
https://workout-engine-production-5dd7.up.railway.app/mcp
MCP server metadata
- Name
- fitfly-engine
- Version
- 0.2.0
Known tools 10
get_todays_sessionToday's workout: exercises, sets/reps, per-exercise load guidance and concrete target weights, plus nutrition targets and cycle status.
Inferred read-onlyreadiness_checkinRecord how the athlete feels today (energy, sleep, soreness — each 1–5).
Inferred read-onlylist_swap_optionsValid alternatives for an exercise — same muscle group, filtered to the athlete's equipment/level/injuries.
Inferred read-onlyregenerate_programRebuild the whole program from the stored profile (~20s AI generation).
Inferred read-onlynutrition_targetsThe athlete's daily calorie + macro targets, computed from body stats, activity, and goal.
Inferred read-onlymeal_planA day of meals hitting the athlete's targets, USDA truth-checked (flags feasible=false with a note when macros are approximate).
Inferred read-onlychangelogThe 'what changed & why' feed — the engine's coaching decisions (volume bumps, deloads, swaps) in Coach Fly's voice.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fitfly-engine]
url = "https://workout-engine-production-5dd7.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fitfly-engine": {
"type": "http",
"url": "https://workout-engine-production-5dd7.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fitfly-engine
Remote MCP URL: https://workout-engine-production-5dd7.up.railway.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fitfly-engine": {
"url": "https://workout-engine-production-5dd7.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fitfly-engine": {
"type": "http",
"url": "https://workout-engine-production-5dd7.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fitfly-engine",
"transport": "streamable-http",
"url": "https://workout-engine-production-5dd7.up.railway.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.