← fuelcenter.co

INDIVIDUAL MCP TOOL

carb-loading

Calculate pre-race carb loading targets by race type, body weight, finish time, and experience level.

fuelcenter.conone authenticationAvailability not checked

LIVE ENDPOINT

https://fuelcenter.co/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

fuelcenter.co

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.fuelcenter-mcp]
url = "https://fuelcenter.co/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fuelcenter-mcp": {
      "type": "http",
      "url": "https://fuelcenter.co/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fuelcenter-mcp
Remote MCP URL: https://fuelcenter.co/api/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": {
    "fuelcenter-mcp": {
      "url": "https://fuelcenter.co/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fuelcenter-mcp": {
      "type": "http",
      "url": "https://fuelcenter.co/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fuelcenter-mcp",
  "transport": "streamable-http",
  "url": "https://fuelcenter.co/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • fueling-plan — Build a minute-by-minute race or long-run fueling plan.
  • race-time-predictor — Predict your finish time at common distances (5K through 100 miles) from a recent race result using the Riegel formula.
  • pace-calculator — Given any two of distance, total time, or pace-per-mile, calculate the third.
  • heat-adjustment — Estimate how temperature and humidity will slow your race pace and change your fluid needs.
  • hydration — Estimate fluid and sodium needs for a race or long run based on body weight, duration, intensity, temperature, and humidity.
  • gel-comparison — Return the FuelCenter gel catalog (SiS Beta Fuel, Maurten, Precision, GU, Tailwind, Spring, Carbs Fuel, neversecond, Huma) with carbs, price, caffeine, weight, and carbs-per-dollar.