# Tantra Authority Catalog (remote · mcp-catalog.soullight.workers.dev)

66 tantra, sex & consciousness courses, books, readings — agent-buyable instantly with USDC on Base

- Trust score: 58/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp-catalog.soullight.workers.dev`: 58/100 (this document), [markdown](https://verifymcp.io/servers/com-tantra-authority-catalog/mcp-catalog.md), [page](https://verifymcp.io/servers/com-tantra-authority-catalog/mcp-catalog)

## Channel facts

- Endpoint: `https://mcp-catalog.soullight.workers.dev/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-03.

- **Endpoint Security**: 46/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 4 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 not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 388 tokens (~97/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 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**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-tantra-authority-catalog https://mcp-catalog.soullight.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.com-tantra-authority-catalog]
url = "https://mcp-catalog.soullight.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-tantra-authority-catalog": {
      "type": "remote",
      "url": "https://mcp-catalog.soullight.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-tantra-authority-catalog --url https://mcp-catalog.soullight.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-tantra-authority-catalog:
    url: "https://mcp-catalog.soullight.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-tantra-authority-catalog": {
      "type": "http",
      "url": "https://mcp-catalog.soullight.workers.dev/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-02 (score 58, +1)

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

### 2026-07-31 (score 57, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 58, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 59)

First indexed and scored.

## MCP tools (4)

### `search_products` (~141 tokens)

Search Lawrence Lanoff's live digital-product catalog by keyword, price ceiling, and/or category. Returns id, title, price_usd, category, buyable_via_x402, x402_url (tagged ?src=mcp-remote for attribution — use this exact URL), and cover.

Input parameters:

- `category` (string): Optional exact match: course, ebook, meditation-audio, tarot-reading, bundle, audiobook, coaching-session, gift-voucher.
- `max_price` (number): Optional USD ceiling, e.g. 20.00.
- `query` (string): Case-insensitive substring matched against title/description. Empty returns the whole catalog.

### `get_product` (~84 tokens)

Full detail on one product by catalog id: price (USD + USDC atomic), category, description, bundle contents, cover, and — for buyable products — a live payment block fetched from the real x402 402 challenge (network, USDC contract, amount, pay-to wallet).

Input parameters:

- `id` (string, required): Catalog product id (see search_products or list_categories).

### `list_categories` (~39 tokens)

List categories present in the live catalog with product counts. Categories are heuristically derived from id/title (the catalog API has no category field of its own).

### `how_to_buy` (~58 tokens)

Get the precise, step-by-step x402 payment sequence to buy a product: live network/USDC-contract/amount/pay-to values from the real 402 challenge, assembled into ordered steps.

Input parameters:

- `id` (string, required): Catalog product id.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-tantra-authority-catalog/mcp-catalog#diagnostics

## Score history

- 2026-08-03: 58
- 2026-08-02: 58
- 2026-08-01: 57
- 2026-07-31: 57
- 2026-07-30: 58
- 2026-07-29: 59

## Links

- Remote endpoint: https://mcp-catalog.soullight.workers.dev/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-tantra-authority-catalog/mcp-catalog/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-tantra-authority-catalog/mcp-catalog/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-tantra-authority-catalog/mcp-catalog
