Tarot Draw
live HumorDraw tarot cards from the 78-card deck with interpretations — accuracy not guaranteed, refunds not available
1 tools
0ms auth
free tier 50 calls/day
Tools
tarot_draw_pull Draw a tarot card from the 78-card deck. Interprets it for your situation. Accuracy not guaranteed. Refunds not available.
Parameters
Name Type Description
question opt string Your question for the cards. Optional. The cards do not care. spread opt string Card spread type Try it
Response
Test with curl
The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.
List available tools
bash
curl -X POST https://gateway.pipeworx.io/tarot-draw/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' Call a tool
bash
curl -X POST https://gateway.pipeworx.io/tarot-draw/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"tarot_draw_pull","arguments":{}}}'