MCP Hub
Back to servers

tarot

Tarot MCP — wraps tarotapi.dev (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-tarot

MCP server for tarot card readings and search via tarotapi.dev. Free, no auth required.

Tools

ToolDescription
random_cardDraw a single random tarot card with meanings
draw_cardsDraw multiple random tarot cards (1-78)
search_cardsSearch tarot cards by keyword
get_cardGet a specific card by its short name identifier

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "tarot_draw_cards",
      "arguments": { "count": 3 }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review