Love Oracle — Tarot
LO
Love Oracle — Tarot
/get_venus_sign

Venus sign for a birth date

Compute which zodiac sign Venus stood in on a given date — the placement that describes how somebody loves, as distinct from their Sun sign. Needs only a date.

liveverifiedunknown~5s typical
mcpprobedloveoracle
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-loveoracle-tarot /get_venus_sign for me.

Input

FieldTypeDescription
date*stringDate of birth as YYYY-MM-DD. Between 1700 and 2200.
languagestringLanguage for the answer, as an ISO code. One of: en, es, pt, fr, de, it, nl, da, no, fi, p

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-loveoracle-tarot","endpoint":"/get_venus_sign","input":{"date":"..."}}'
cli
npx cracked-ai run -p mcp-app-loveoracle-tarot -e /get_venus_sign -i '{"date":"..."}'
mcp
run_tool({ provider: "mcp-app-loveoracle-tarot", endpoint: "/get_venus_sign", input: {"date":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.