
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@humanform/mcp
Advanced tools
Stdio MCP server that exposes Humanform API tools to Claude Desktop, Cursor, and other MCP clients.
pnpm --filter @humanform/mcp build
export HUMANFORM_API_KEY="hf_live_..."
# optional override (defaults to https://api.humanform.app)
export HUMANFORM_API_URL="https://api.humanform.app"
{
"mcpServers": {
"humanform": {
"command": "npx",
"args": ["-y", "@humanform/mcp"],
"env": {
"HUMANFORM_API_KEY": "hf_live_..."
}
}
}
}
For local development from this repo, use node with the path to apps/mcp/dist/index.js instead.
| Tool | API |
|---|---|
predict_measurement | POST /v1/predict |
list_measurements | GET /v1/public/measurements |
list_countries | GET /v1/countries |
API errors (401, 402, 404, 422, 429, etc.) are returned as MCP tool errors with the original error and message fields from the API.
pnpm --filter @humanform/mcp build
HUMANFORM_API_KEY="hf_live_..." npx @modelcontextprotocol/inspector node apps/mcp/dist/index.js
Suggested checks:
list_measurements and list_countries (no credit cost)predict_measurement with valid inputs (e.g. Stature, Male, 30, 50, US, cm)HUMANFORM_API_KEY="hf_live_..." pnpm --filter @humanform/mcp test:smoke
FAQs
Model Context Protocol server for the Humanform anthropometric prediction API
The npm package @humanform/mcp receives a total of 30 weekly downloads. As such, @humanform/mcp popularity was classified as not popular.
We found that @humanform/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.

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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.