Catalog
app.humanform/mcp
OfficialHumanform
Anthropometric prediction API: predict measurements, list countries, list measurement names.
Anthropometric API predicting human body measurements and providing measurement metadata.
anthropometricmeasurementsbody sizepredictionsizinghuman dimensions
README not available yet.
Install
Configuration
Environment variables
HUMANFORM_API_KEYrequiredsecretHumanform API key from the dashboard (hf_live_...). Sent as Bearer token to api.humanform.app.
HUMANFORM_API_URLOptional API base URL. Defaults to https://api.humanform.app.
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@humanform/mcp@0.1.3"
],
"env": {
"HUMANFORM_API_KEY": "<YOUR_HUMANFORM_API_KEY>",
"HUMANFORM_API_URL": "<YOUR_HUMANFORM_API_URL>"
}
}
}
}