Integration

Use Humanform from your AI assistant

The @humanform/mcp MCP server exposes Humanform tools to Claude Desktop, Cursor, Claude Code, and any other MCP client. Same API, same credits, no HTTP boilerplate.

Install

Add this block to your MCP client config. Replace hf_live_... with a key from the dashboard.

Works in Claude Desktop, Cursor, Claude Code, and other stdio MCP clients.

MCP client config
{
  "mcpServers": {
    "humanform": {
      "command": "npx",
      "args": ["-y", "@humanform/mcp"],
      "env": { "HUMANFORM_API_KEY": "hf_live_..." }
    }
  }
}

Tools

Three tools mirror the public REST endpoints. Browse the full measurement and country datasets, or read the predict API docs.

ToolAPIDescription
predict_measurementPOST /v1/predictPredict one anthropometric measurement from age, sex, percentile, country, and unit.
percentile_lookupPOST /v1/percentile-lookupGiven a measured body dimension, return the population percentile for age, sex, and country.
list_measurementsGET /v1/public/measurementsList all 148 measurements with grouping metadata and source disclosure.
list_countriesGET /v1/countriesList supported ISO country codes for predictions.

Package

Explore

Browse datasets: full measurement list, supported countries, design examples, plugins roadmap, REST API docs, or MCP server install, or CLI install, or Google Sheets install, or Excel install.