LogoSTMCP
Download
human-use

Human Use 🤝 Enable AI to ask anyone anything

Human Use enables AI agents to connect with human intelligence through the Rapidata API, allowing AI to ask humans questions, get text responses, image classifications, rankings, and text comparisons.

Tools

1. get_free_text_responses

Will ask actual humans to provide some short free text responses to the question.

2. get_human_image_classification

Will ask actual humans to classify the images in the directory.

3. get_human_image_ranking

Will ask actual humans to rank the images in the directory.

4. get_human_text_comparison

Will ask actual humans to compare two texts and select which one is better.

Open Graph image for Human Use 🤝 Enable AI to ask anyone anything

JSON Config

{
    "mcpServers": {
        "human-use": {
            "command": "uv",
            "args": [
                "--directory",
                "YOUR_ABSOLUTE_PATH_HERE",
                "run",
                "rapidata_human_api.py"
            ]
        }
    }
}

Information