← roxyapi.com

INDIVIDUAL MCP TOOL

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 down interpretations for nuanced guidance).

roxyapi.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

roxyapi.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.roxy-tarot]
url = "https://roxyapi.com/mcp/tarot"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "roxy-tarot": {
      "type": "http",
      "url": "https://roxyapi.com/mcp/tarot"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: roxy-tarot
Remote MCP URL: https://roxyapi.com/mcp/tarot

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "roxy-tarot": {
      "url": "https://roxyapi.com/mcp/tarot"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "roxy-tarot": {
      "type": "http",
      "url": "https://roxyapi.com/mcp/tarot"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "roxy-tarot",
  "transport": "streamable-http",
  "url": "https://roxyapi.com/mcp/tarot"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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 56 Minor Arcana (4 suits × 14 cards each for daily situations and practical matters).
  • post_tarot_draw — Draw 1-78 tarot cards from the complete Rider-Waite-Smith deck with seeded reproducibility for consistent personalized readings.
  • post_tarot_daily — Receive a single tarot card for daily guidance and reflection.
  • post_tarot_yes_no — Ask a specific question and receive a yes, no, or maybe answer based on a single tarot card draw.
  • 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).
  • 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.
  • post_tarot_spreads_love — Perform a specialized 5-card relationship tarot spread analyzing romantic connections, emotional dynamics, and partnership potential.
  • 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.