Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI โ†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
  • Remote MCP โ†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) โ†— (opens in a new tab)
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. Love Oracle โ€” Tarot
L
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:08:50 PM

Love Oracle โ€” Tarot

Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View Repository

Tarot card meanings for love, and answers to the most-asked love questions, in 22 languages.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "love-oracle-tarot": {
      "command": "npx",
      "args": [
        "-y",
        "love-oracle-tarot"
      ]
    }
  }
}

๐Ÿ’ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Documentation Overview

Love Oracle Tarot Dataset & MCP Server

All 78 Riderโ€“Waiteโ€“Smith tarot cards with love and relationship keywords in 22 languages, plus arcana, suit, element and yes/no polarity โ€” as a JSON file and as an MCP server that runs offline over it. No signup, free to use commercially under CC BY 4.0.

Terminal
curl -O https://www.loveoracle.app/dataset/love-tarot.json

MCP server

Three read-only tools, zero dependencies, zero network calls โ€” everything is answered from the JSON file in this repository.

ToolWhat it does
search_tarot_cardsFind cards by name in any of the 22 languages; returns the slugs the other tools take
get_tarot_card_love_meaningOne card: upright, reversed, yes/no leaning, arcana, suit, element
draw_tarot_cardsDraw 1โ€“10 cards without replacement, each ~30% likely to land reversed, with their love meanings
config.json
{
  "mcpServers": {
    "love-oracle-tarot": {
      "command": "npx",
      "args": ["-y", "love-oracle-tarot"]
    }
  }
}

Or from a clone โ€” it needs nothing installed:

bash
node server.js

Or in Docker:

Terminal
docker build -t love-oracle-tarot . && docker run -i --rm love-oracle-tarot

Want the long-form interpretations too? They are not in the dataset and so are not served here. What a card says as someone's feelings, what it means about an ex, and the answers to the most-asked love questions live on the site โ€” reachable through the hosted MCP server at https://www.loveoracle.app/api/mcp (Streamable HTTP, no auth), listed in the official registry as app.loveoracle/tarot.

Public tarot datasets exist. Every one we could find is English-only. This one carries 1,716 keyword pairs across en, es, pt, fr, de, it, nl, da, no, fi, pl, hu, tr, ru, ja, ko, zh, zh-TW, th, vi, id, hi โ€” the part nobody wants to redo.

Shape

config.json
{
  "slug": "the-lovers",
  "name": "The Lovers",
  "arcana": "major",
  "number": 6,
  "suit": null,
  "element": null,
  "yes_no": { "upright": "yes", "reversed": "no" },
  "image": "https://www.loveoracle.app/deck/the-lovers.webp",
  "url": "https://www.loveoracle.app/cards/the-lovers",
  "love": {
    "en": { "name": "The Lovers", "upright": "deep union, a real choice of the heart",
            "reversed": "disharmony, misaligned values, avoidance of choice" },
    "ja": { "name": "ๆ‹ไบบใŸใก", "upright": "ๆทฑใ„็ตใณใคใใ€ๅฟƒใ‹ใ‚‰ใฎ้ธๆŠž",
            "reversed": "ไธ่ชฟๅ’Œใ€ใšใ‚ŒใŸไพกๅ€ค่ฆณใ€้ธใถใ“ใจใ‹ใ‚‰ใฎ้€ƒ้ฟ" }
  }
}
FieldNotes
slugStable identifier, always the English name. Never changes. Use it as your key
arcana / number / suitmajor 0โ€“21, minor 1โ€“14 (11 Page, 12 Knight, 13 Queen, 14 King)
elementSuits only โ€” water, fire, air, earth. null for every major, deliberately: their elemental attributions differ between the Golden Dawn, Marseille and modern schools, and we would rather leave a field empty than state a contested one as fact
yes_noPolarity for a one-card yes/no draw. Reversing a card flips it
imageThe 1909 scan. Public domain worldwide, no condition attached
love.<lang>Localized card name plus upright and reversed keywords
bash
jq '.cards[] | select(.slug=="the-lovers") | .love.es' love-tarot.json
jq -r '.cards[] | select(.yes_no.upright=="yes") | .slug' love-tarot.json   # the 43 "yes" cards

Two honest caveats

  • These keywords are written for love and relationship questions, not general divination. A career-focused app will want different phrasing.
  • The 21 non-English languages were machine-translated from the English source and have not been reviewed by native speakers. Structure and coverage are reliable โ€” zero missing rows, zero silent fallbacks to English. Idiom in Thai and Vietnamese may not be. Corrections welcome: open an issue or mail hello@loveoracle.app.

Licence

CC BY 4.0. Use it commercially, modify it, ship it. The one condition is credit:

Code
Tarot data from Love Oracle โ€” https://www.loveoracle.app
CC BY 4.0

Card artwork is Pamela Colman Smith's 1909 edition, public domain worldwide, and carries no condition at all.

Also available

  • Canonical file, always current: https://www.loveoracle.app/dataset/love-tarot.json
  • Documentation: https://www.loveoracle.app/dataset
  • MCP server (Streamable HTTP, read-only, no auth): https://www.loveoracle.app/api/mcp โ€” three tools: search_tarot_cards, get_tarot_card_love_meaning, get_love_question_answer
  • Markdown: every public page answers to Accept: text/markdown, or fetch /md/<path> directly
Terminal
curl -H "Accept: text/markdown" https://www.loveoracle.app/cards/the-lovers
curl https://www.loveoracle.app/md/es/cards/the-lovers

What is not in here

The long-form interpretations โ€” what each card means as someone's feelings, what it says about an ex, the FAQs โ€” stay on the card pages. This repository is the compact factual layer.


Maintained alongside Love Oracle, an AI tarot reader for love questions. If you build something with this, we would like to see it.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Ai Netcafe โ†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    ๐Ÿ’ป Developer Tools7 views
    Compare vs Claude Task Master โ†’
  • T
    Tarotoo Tarot

    All 78 tarot card meanings (Rider-Waite-Smith): lookup, search, yes/no answers, and random draws.

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Tarotoo Tarot โ†’
  • T
    Tarot MCP Server by RoxyAPI

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

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Tarot MCP Server by RoxyAPI โ†’

Frequently Asked Questions about Love Oracle โ€” Tarot

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "love-oracle-tarot": { "command": "npx", "args": ["-y", "Love Oracle โ€” Tarot"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewLove Oracle โ€” Tarot AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/love-oracle-tarot?style=directory)](https://allmcps.com/mcp/love-oracle-tarot)
HTML Embed
<a href="https://allmcps.com/mcp/love-oracle-tarot"><img src="https://allmcps.com/api/badge/love-oracle-tarot?style=directory" alt="Love Oracle โ€” Tarot on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit7d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 4, 2026
40Quality signal: Fair ยท 40/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge โ€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to Love Oracle โ€” Tarot โ†’Install in Claude DesktopInstall in CursorInstall in VS Code