Productivity
fuelcenter.co
Provides running calculators for pace, race time prediction, fueling, and hydration.
ENDPOINT 1
https://fuelcenter.co/api/mcp
MCP server metadata
- Name
- fuelcenter-mcp
- Version
- 1.0.0
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
race-time-predictorPredict your finish time at common distances (5K through 100 miles) from a recent race result using the Riegel formula.
Inferred read-onlypace-calculatorGiven any two of distance, total time, or pace-per-mile, calculate the third.
Inferred read-onlyheat-adjustmentEstimate how temperature and humidity will slow your race pace and change your fluid needs.
Inferred read-onlyhydrationEstimate fluid and sodium needs for a race or long run based on body weight, duration, intensity, temperature, and humidity.
Inferred read-onlycarb-loadingCalculate pre-race carb loading targets by race type, body weight, finish time, and experience level.
Inferred read-onlygel-comparisonReturn 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-onlyCONNECT 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.
fuelcenter.co is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.