AI & ML
Trust: 30/100 (Limited)io.github.heisee/letsclarify-mcp Guide
Human-in-the-Loop API: AI agents create forms, share URLs with humans, get JSON back.
by heisee
Quick Start
Install
npx @heisee/letsclarify-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-heisee-letsclarify-mcp": {
"command": "npx",
"args": [
"@heisee/letsclarify-mcp"
]
}
}
}