← Index

io.github.heisee/letsclarify-mcp

io.github.heisee/letsclarify-mcp·v1.0.4·Other
Quality Score
82
/100

Human-in-the-Loop API: AI agents create forms, share URLs with humans, get JSON back.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "letsclarify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@heisee/letsclarify-mcp"
      ],
      "env": {
        "LETSCLARIFY_API_KEY": "<your-letsclarify_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "letsclarify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@heisee/letsclarify-mcp"
      ],
      "env": {
        "LETSCLARIFY_API_KEY": "<your-letsclarify_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @heisee/letsclarify-mcp
§02  Environment variables
LETSCLARIFY_API_KEY
requiredsecret

Your LetsClarify API key (starts with lc_)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other