Productivity
fitly.chat
Provides APIs to retrieve daily nutrition, water, workout, and weight data for personal health tracking.
ENDPOINT 1
https://mcp.fitly.chat/mcp
MCP server metadata
- Name
- fitly-ai
- Version
- 1.0.0-beta
Known tools 40
fitly_get_todayGet a summary of today's nutrition, water, workout, and weight data.
Inferred read-onlyfitly_get_day_contextGet full context for a single date (profile, meals, workouts, water, chat/day summary).
Inferred read-onlyfitly_get_checkinsList daily check-ins for a date range: sleep hours, energy, mood, stress, soreness (and sore areas), hunger, and journal notes.
Inferred read-onlyfitly_get_measurementsList body measurements (waist, chest, shoulders, hips, arms, thighs, neck, body-fat percentage) for a date range, optionally filtered to one site.
Inferred read-onlyfitly_get_progress_photosList progress photo METADATA: date, angle, time of day and notes.
Inferred read-onlyfitly_get_checkout_urlGenerate a Stripe checkout URL so the user can subscribe to Fitly AI.
Inferred read-onlyfitly_update_profileUpdate user profile fields (stats, goals, injuries, preferences, AI personality).
Potential side effectsfitly_get_meal_planGet the active meal plan with all items grouped by day and meal type.
Inferred read-onlyfitly_set_meal_planCreate a new meal plan (replaces any existing active plan).
Potential side effectsfitly_get_workout_planGet the active workout plan with all exercises grouped by day.
Inferred read-onlyfitly_set_workout_planCreate a new workout plan (replaces any existing active plan).
Potential side effectsCONNECT 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.fitly-ai]
url = "https://mcp.fitly.chat/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fitly-ai": {
"type": "http",
"url": "https://mcp.fitly.chat/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fitly-ai
Remote MCP URL: https://mcp.fitly.chat/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": {
"fitly-ai": {
"url": "https://mcp.fitly.chat/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fitly-ai": {
"type": "http",
"url": "https://mcp.fitly.chat/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fitly-ai",
"transport": "streamable-http",
"url": "https://mcp.fitly.chat/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fitly.chat was fetched 2026-08-11T02:11:05.389Z and is being refreshed.
fitly.chat is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.