← dailydestiny.app

INDIVIDUAL MCP TOOL

draw_tarot

Draw a tarot reading.

dailydestiny.appnone 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

dailydestiny.app

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.dailydestiny-app]
url = "https://dailydestiny.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dailydestiny-app": {
      "type": "http",
      "url": "https://dailydestiny.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dailydestiny-app
Remote MCP URL: https://dailydestiny.app/api/mcp

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": {
    "dailydestiny-app": {
      "url": "https://dailydestiny.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dailydestiny-app": {
      "type": "http",
      "url": "https://dailydestiny.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dailydestiny-app",
  "transport": "streamable-http",
  "url": "https://dailydestiny.app/api/mcp"
}
MCP Inspector

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

Related tools

  • get_daily_horoscope — Get today's horoscope for a zodiac sign.
  • check_compatibility — Check zodiac love/relationship compatibility between two signs.
  • get_moon_phase — Get the current moon phase and lunar details.
  • calculate_numerology — Calculate numerology (Life Path, Destiny, Soul numbers) from a birth date and optional full name.
  • cast_iching — Cast an I Ching oracle reading for a question.
  • get_chinese_zodiac — Get the Chinese zodiac animal and element for a birth year.
  • recommend_crystals — Recommend healing crystals based on a birth date (and optional zodiac sign).
  • list_products — List DailyDestiny's human-made (no-AI) products available for purchase, with prices and shop URLs.