Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Tarot MCP Server by RoxyAPI

com.roxyapi/tarot

Tarot card meanings, spreads and seeded reproducible readings for AI agents, one API key.

Uptime
100.0%
1 direct probes · 30d
Response
197ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

get_tarot_cards

Retrieve the complete Rider-Waite-Smith tarot deck of 78 cards: 22 Major Arcana (numbered 0-21, representing life lessons, spiritual themes, and karmic influences like The Fool, Death, The Tower) plus…

get_tarot_cards_id

Retrieve comprehensive details for a specific tarot card from the traditional Rider-Waite-Smith deck including complete upright meanings (card drawn normally) and reversed meanings (inverted/upside do…

post_tarot_draw

Draw 1-78 tarot cards from the complete Rider-Waite-Smith deck with seeded reproducibility for consistent personalized readings. Provide an optional seed string (like "user123-2025-12-27" or "readingI…

post_tarot_daily

Receive a single tarot card for daily guidance and reflection. This endpoint uses seeded randomness to ensure the same seed gets the same card on the same day - perfect for "Card of the Day" features.…

post_tarot_yes_no

Ask a specific question and receive a yes, no, or maybe answer based on a single tarot card draw. Upright cards indicate "Yes" with positive energy, reversed cards indicate "No" with caution, and cert…

post_tarot_spreads_three_card

Perform the classic three-card tarot spread revealing Past (what led to this situation), Present (current energy and circumstances), and Future (likely outcome if current path continues). The most pop…

post_tarot_spreads_celtic_cross

Perform the legendary Celtic Cross spread - the most comprehensive and detailed tarot reading available, used by professional tarot readers worldwide for over a century. This 10-card layout reveals th…

post_tarot_spreads_love

Perform a specialized 5-card relationship tarot spread analyzing romantic connections, emotional dynamics, and partnership potential. This love-focused reading examines five crucial relationship aspec…

post_tarot_spreads_career

Perform a comprehensive 7-card career tarot spread using SWOT analysis framework (Strengths, Weaknesses, Opportunities, Threats) for professional guidance, business decisions, and vocational clarity. …

post_tarot_spreads_custom

Build and perform your own custom tarot spread with personalized positions and interpretations (1-10 cards). This flexible endpoint lets you create unique spread layouts for any purpose - define your …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "tarot_mcp_server_by_roxyapi": {
      "url": "https://roxyapi.com/mcp/tarot",
      "transport": "streamable-http"
    }
  }
}