
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.
@humanform/mcp
Advanced tools
Stdio MCP server that exposes Humanform API tools to Claude Desktop, Cursor, and other MCP clients.
npx in your MCP config):npm install @humanform/mcp
export HUMANFORM_API_KEY="hf_live_..."
Optional: override the API base URL (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_..."
}
}
}
}
If you installed globally or locally, you can use "command": "humanform-mcp" instead of npx.
| 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.
HUMANFORM_API_KEY="hf_live_..." npx @modelcontextprotocol/inspector npx -y @humanform/mcp
Suggested checks:
list_measurements and list_countries (no credit cost)predict_measurement with valid inputs (e.g. Stature, Male, 30, 50, US, cm)For contributors working in the humanform-api monorepo:
pnpm --filter @humanform/mcp build
pnpm --filter @humanform/mcp test:smoke
Smoke test and MCP Inspector against a local build:
pnpm --filter @humanform/mcp build
HUMANFORM_API_KEY="hf_live_..." pnpm --filter @humanform/mcp test:smoke
HUMANFORM_API_KEY="hf_live_..." npx @modelcontextprotocol/inspector node apps/mcp/dist/index.js
FAQs
Model Context Protocol server for the Humanform anthropometric prediction API
The npm package @humanform/mcp receives a total of 33 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.

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.