
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@almostjacked/fitness-tools-mcp
Advanced tools
MCP (Model Context Protocol) stdio server for the fitness-tools calculators.
An MCP stdio server that exposes the
@almostjacked/fitness-tools calculators as MCP tools —
one tool per calculator (TDEE, body fat, 1RM, macros, activity multiplier,
powerlifting attempts, muscle potential). Same math as the library and the
HTTP API; the only difference is the protocol.
Works with any MCP-compatible client (Claude Code, Claude Desktop, Cursor, Windsurf, Zed, Cline, Continue, and others).
Add a custom connector in claude.ai / Claude Desktop → Settings → Connectors:
https://fitness-tools-mcp.ajwallacemusic.workers.dev/mcp
Download fitness-tools.mcpb
and double-click it.
npx @almostjacked/fitness-tools-mcp
claude mcp add fitness-tools -- npx -y @almostjacked/fitness-tools-mcp
{
"mcpServers": {
"fitness-tools": {
"command": "npx",
"args": ["-y", "@almostjacked/fitness-tools-mcp"]
}
}
}
Per-tool inputs, methods, and citations live on the tool pages — identical across library, HTTP, and MCP.
Each tool returns both structuredContent (validated against the calculator's
output schema) and a JSON text fallback. Invalid input and domain errors come
back as tool errors (isError: true), not crashes.
For agent-facing usage — picking a tool, reading consensus/skipped, error handling, and
a chained workflow — see the consumer guide.
The calculators are stateless: inputs are used only to compute the result of the call that contains them — no accounts, no storage, no logging of inputs, no third-party sharing. The local/desktop versions run entirely on your machine and make no network calls. Full policy: https://almostjacked.github.io/fitness-tools/privacy/
pnpm -C apps/mcp test # vitest (in-memory client/server)
pnpm -C apps/mcp build # emit dist/
pnpm -C apps/mcp dev # tsx watch (stdio)
FAQs
MCP (Model Context Protocol) stdio server for the fitness-tools calculators.
We found that @almostjacked/fitness-tools-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.