Catalog
io.github.heisee/letsclarify-mcp
OfficialHuman-in-the-Loop API: AI agents create forms, share URLs with humans, get JSON back.
Human-in-the-loop system where agents create forms and collect responses.
README not available yet.
Install
Configuration
Environment variables
LETSCLARIFY_API_KEYrequiredsecretYour LetsClarify API key (starts with lc_)
claude_desktop_config.json
{
"mcpServers": {
"letsclarify-mcp": {
"command": "npx",
"args": [
"-y",
"@heisee/letsclarify-mcp@1.0.4"
],
"env": {
"LETSCLARIFY_API_KEY": "<YOUR_LETSCLARIFY_API_KEY>"
}
}
}
}