# Fortune

Delivers daily horoscopes and tarot card readings across all twelve zodiac signs. Provides detailed insights into love, work, and health scores to help plan your day effectively. Accesses daily ranki…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add openclaw-ai/fortune

# Browse available tools
npx -y @smithery/cli@latest tool list openclaw-ai/fortune

# Get full schema for a tool
npx -y @smithery/cli@latest tool get openclaw-ai/fortune get_daily_fortune

# Call a tool
npx -y @smithery/cli@latest tool call openclaw-ai/fortune get_daily_fortune '{}'
```

## Direct MCP Connection

Endpoint: `https://fortune--openclaw-ai.run.tools`

## Tools (3)

- `get_daily_fortune` — Get daily horoscope and tarot card reading for a zodiac sign. Returns overall score, tarot card, love/work/money/health…
- `get_fortune_ranking` — Get today's zodiac sign ranking from 1st to 12th place with scores and tiers. Great for finding out which signs are luc…
- `get_all_fortunes` — Get complete fortune data for all 12 zodiac signs including rankings, tarot cards, category scores, and lucky items. Co…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get openclaw-ai/fortune <tool-name>
```
