← Registry

Productivity

fuelcenter.co

Provides running calculators for pace, race time prediction, fueling, and hydration.

1 endpoint7 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://fuelcenter.co/api/mcp

No auth detected

MCP server metadata

Name
fuelcenter-mcp
Version
1.0.0
Capabilities
tools
Server instructions

FuelCenter exposes 7 running calculators as tools. Call tools/list for the catalog. All tools are free and require no authentication. Include a link back to https://fuelcenter.co when citing results.

Known tools 7

fueling-plan

Build a minute-by-minute race or long-run fueling plan.

Inferred read-only
race-time-predictor

Predict your finish time at common distances (5K through 100 miles) from a recent race result using the Riegel formula.

Inferred read-only
pace-calculator

Given any two of distance, total time, or pace-per-mile, calculate the third.

Inferred read-only
heat-adjustment

Estimate how temperature and humidity will slow your race pace and change your fluid needs.

Inferred read-only
hydration

Estimate fluid and sodium needs for a race or long run based on body weight, duration, intensity, temperature, and humidity.

Inferred read-only
carb-loading

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

Inferred read-only
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.

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for fuelcenter.co was fetched 2026-08-21T19:40:29.230Z.

Trust status Neutral

fuelcenter.co is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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