← Registry

Productivity

workout-engine-production-5dd7.up.railway.app

Helps users track and manage their workout sessions, including logging exercises, checking readiness, and swapping exercises.

1 endpoint10 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://workout-engine-production-5dd7.up.railway.app/mcp

No auth detected

MCP server metadata

Name
fitfly-engine
Version
0.2.0
Capabilities
tools.listChanged

Known tools 10

get_todays_session

Today's workout: exercises, sets/reps, per-exercise load guidance and concrete target weights, plus nutrition targets and cycle status.

Inferred read-only
readiness_checkin

Record how the athlete feels today (energy, sleep, soreness — each 1–5).

Inferred read-only
log_workout

Record what the athlete actually lifted.

Inferred read-only
list_swap_options

Valid alternatives for an exercise — same muscle group, filtered to the athlete's equipment/level/injuries.

Inferred read-only
swap_exercise

Replace an exercise with a valid same-area alternative.

Inferred read-only
get_program

The athlete's current multi-day program (render-ready).

Inferred read-only
regenerate_program

Rebuild the whole program from the stored profile (~20s AI generation).

Inferred read-only
nutrition_targets

The athlete's daily calorie + macro targets, computed from body stats, activity, and goal.

Inferred read-only
meal_plan

A day of meals hitting the athlete's targets, USDA truth-checked (flags feasible=false with a note when macros are approximate).

Inferred read-only
changelog

The 'what changed & why' feed — the engine's coaching decisions (volume bumps, deloads, swaps) in Coach Fly's voice.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.