# Love Oracle — Tarot (remote · www.loveoracle.app)

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

- Trust score: 65/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-06

## Components

- remote · `www.loveoracle.app`: 65/100 (this document), [markdown](https://verifymcp.io/servers/app-loveoracle-tarot/api-mcp.md), [page](https://verifymcp.io/servers/app-loveoracle-tarot/api-mcp)

## Channel facts

- Endpoint: `https://www.loveoracle.app/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-06.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 569 tokens (~189/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http app-loveoracle-tarot https://www.loveoracle.app/api/mcp
```

### Codex

```toml
[mcp_servers.app-loveoracle-tarot]
url = "https://www.loveoracle.app/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "app-loveoracle-tarot": {
      "type": "remote",
      "url": "https://www.loveoracle.app/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add app-loveoracle-tarot --url https://www.loveoracle.app/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  app-loveoracle-tarot:
    url: "https://www.loveoracle.app/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "app-loveoracle-tarot": {
      "type": "http",
      "url": "https://www.loveoracle.app/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-06 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-05 (score 64, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-04 (score 64)

First indexed and scored.

## MCP tools (3)

### `search_tarot_cards` (~147 tokens)

Search the tarot deck

Search the 78-card Rider–Waite–Smith deck by name and return matching cards with the slugs the other tools take. Use this first when you only have a card name.

Input parameters:

- `language` (string): Language for the answer, as an ISO code. One of: en, es, pt, fr, de, it, nl, da, no, fi, pl, hu, tr, ru, ja, ko, zh, zh-TW, th, vi, hi, id. Defaults to en.
- `query` (string, required): Part of a card name in any supported language, e.g. "cups", "lovers", "恋人".

### `get_tarot_card_love_meaning` (~149 tokens)

Card meaning in love

What one tarot card means for love and relationships: upright, reversed, as someone’s feelings, in the context of an ex, plus its yes/no leaning and element. Returns markdown.

Input parameters:

- `language` (string): Language for the answer, as an ISO code. One of: en, es, pt, fr, de, it, nl, da, no, fi, pl, hu, tr, ru, ja, ko, zh, zh-TW, th, vi, hi, id. Defaults to en.
- `slug` (string, required): Card slug, e.g. "the-lovers" or "two-of-cups". Always the English slug.

### `get_love_question_answer` (~156 tokens)

Answer to a common love question

The long-form answer to one of the most-asked love-tarot questions ("will he come back", "does he miss me", …) and which cards speak to it. Call with no slug to list the available questions. Returns markdown.

Input parameters:

- `language` (string): Language for the answer, as an ISO code. One of: en, es, pt, fr, de, it, nl, da, no, fi, pl, hu, tr, ru, ja, ko, zh, zh-TW, th, vi, hi, id. Defaults to en.
- `slug` (string): Question slug, e.g. "will-he-come-back". Omit to list every question.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/app-loveoracle-tarot/api-mcp#diagnostics

## Score history

- 2026-08-06: 65
- 2026-08-05: 64
- 2026-08-04: 64

## Links

- Remote endpoint: https://www.loveoracle.app/api/mcp
- Repository: https://github.com/Misko4b/love-oracle-tarot-dataset
- Changelog RSS feed: https://verifymcp.io/servers/app-loveoracle-tarot/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/app-loveoracle-tarot/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/app-loveoracle-tarot/api-mcp
