General Tools
strengthcode.co
Provides fitness training program recommendations, calorie estimation, and food nutrition search.
ENDPOINT 1
https://strengthcode.co/mcp/public
MCP server metadata
- Name
- strengthcode-public-mcp
- Version
- 0.2.0
Known tools 7
program_match_quizRecommend the best-fit StrengthCode training programs from a user's goal, experience level, weekly schedule, equipment, and optional session length.
Inferred read-onlycompare_programsCompare two to four StrengthCode programs side-by-side using program IDs or slugs returned by program_match_quiz, catalog entries, or program URLs.
Inferred read-onlyestimate_caloriesEstimate BMR, TDEE, and daily target calories from sex, age, height, weight, activity factor, and goal.
Inferred read-onlysearch_food_nutritionSearch StrengthCode's normalized USDA FoodData Central catalog for foods and return calorie and macro values per 100 grams.
Inferred read-onlycalculate_food_serving_macrosCalculate calories, protein, carbohydrates, fat, fiber, saturated fat, sugar, and sodium for a measured gram amount of a selected USDA food.
Inferred read-onlyestimate_1rm_and_loadsEstimate one-rep max and practical percentage-based training loads from a recent set.
Inferred read-onlydiagnose_plateauIdentify likely training plateau bottlenecks and suggest next actions from recovery, adherence, stress, deload, and nutrition signals.
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.strengthcode-public-mcp]
url = "https://strengthcode.co/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"strengthcode-public-mcp": {
"type": "http",
"url": "https://strengthcode.co/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: strengthcode-public-mcp
Remote MCP URL: https://strengthcode.co/mcp/public
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": {
"strengthcode-public-mcp": {
"url": "https://strengthcode.co/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"strengthcode-public-mcp": {
"type": "http",
"url": "https://strengthcode.co/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "strengthcode-public-mcp",
"transport": "streamable-http",
"url": "https://strengthcode.co/mcp/public"
}
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 strengthcode.co was fetched 2026-08-02T05:02:48.070Z.
strengthcode.co 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.