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.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”ฎ Spirituality & Esoterica
  3. Love Oracle โ€” Tarot
Love Oracle โ€” Tarot logo
Health: ActiveRecent health check succeeded.Last checked 9/21/2026, 5:46:51 PM

Love Oracle โ€” Tarot

User RatingsBe the first to rate and review this MCP server! 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 RepositoryVisit Website

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 โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "love-oracle-tarot": {
      "command": "npx",
      "args": [
        "-y",
        "love-oracle-tarot"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”ฎ More in Spirituality & Esoterica

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.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Spirituality & Esoterica View all alternatives
  • Astro logoAstro

    Multi-tradition astrology. 19 modes, 18 tools. Deterministic ephemeris engine.

    ๐Ÿ”ฎ Spirituality & Esoterica0 views
    Compare vs Astro โ†’
  • T
    Tarot MCP Server by RoxyAPI

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

    ๐Ÿ”ฎ Spirituality & Esoterica0 views
    Compare vs Tarot MCP Server by RoxyAPI โ†’
  • Tarotoo Tarot logoTarotoo Tarot

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

    ๐Ÿ”ฎ Spirituality & Esoterica1 views
    Compare vs Tarotoo Tarot โ†’
  • Bible MCP logoBible MCP

    Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search.

    ๐Ÿ”ฎ Spirituality & Esoterica0 views
    Compare vs Bible MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

Last commit
1mo ago
Most recent push to the default branch.
Directory activity
1 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

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๐Ÿ”ฎSpirituality & Esoterica
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Last updatedAug 4, 2026
7/7 checks healthy over the last 45d
Views1
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 commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 4, 2026
37Quality signal: Fair ยท 37/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 & activity2/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 5d ago via OSV.dev ยท love-oracle-tarot (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge 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 ๐Ÿ”ฎ Spirituality & Esoterica โ†’Alternatives to Love Oracle โ€” Tarot โ†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients