← fitly.chat

INDIVIDUAL MCP TOOL

fitly_delete_weight

Delete one weight log entry by ID.

fitly.chatnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.fitly.chat/mcp

No auth detected

Connect to this endpoint to inspect the live schema for fitly_delete_weight and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

fitly.chat

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

Related tools

  • fitly_get_today — Get a summary of today's nutrition, water, workout, and weight data.
  • fitly_get_day_context — Get full context for a single date (profile, meals, workouts, water, chat/day summary).
  • fitly_get_meals — List meals for a date/range.
  • fitly_get_workouts — List workouts/exercises for a date/range.
  • fitly_get_checkins — List daily check-ins for a date range: sleep hours, energy, mood, stress, soreness (and sore areas), hunger, and journal notes.
  • fitly_log_checkin — Create or update one day's check-in.
  • fitly_get_measurements — List body measurements (waist, chest, shoulders, hips, arms, thighs, neck, body-fat percentage) for a date range, optionally filtered to one site.
  • fitly_log_measurements — Record body measurements for one day.