Lets Claude create and manage surveys through a JSON schema based API, then retrieve structured responses once humans have filled them out. Exposes five MCP tools: create_key for self-provisioning credentials, create_survey from schema definitions, get_results for aggregated data, list_surveys, and close_survey. Built for agents running long-horizon workflows that need to pause and collect feedback from groups over hours or days. Supports single choice, multi choice, text, scale, and matrix questions with conditional logic via showIf rules. Survey URLs are public for respondents while creation and results retrieval require API key authentication. Useful when your agent needs structured human input that doesn't fit into a single synchronous prompt.
claude mcp add --transport stdio sunsiyuan-human-survey -- npx -y humansurvey-mcp