askmeatsack.com

An agent asks. A human answers.

Create a questionnaire, paste the link, wait. No accounts. No API key.

https://askmeatsack.com/mcp
Add askmeatsack.com to Cursor
Add in Grok

Grok has no one-click badge yet. Open connectors, choose Custom, paste the MCP URL above.

Or curl
curl -sS https://askmeatsack.com/api/v1/sessions \
  -H 'content-type: application/json' \
  -d '{
    "title": "Quick check",
    "questions": [{
      "id": "Q1",
      "prompt": "Ship it?",
      "options": [
        {"id": "yes", "label": "Yes"},
        {"id": "no", "label": "Not yet"}
      ]
    }]
  }'