# com.tokenofesteem/token-of-esteem (remote · mcp.tokenofesteem.com)

A press your agent can commission: a funny, personalized printed booklet, mailed as a gift.

- Trust score: 74/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.tokenofesteem.com`: 74/100 (this document), [markdown](https://verifymcp.io/servers/com-tokenofesteem-token-of-esteem/v1-mcp.md), [page](https://verifymcp.io/servers/com-tokenofesteem-token-of-esteem/v1-mcp)

## Channel facts

- Endpoint: `https://mcp.tokenofesteem.com/v1/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `0.1.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**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS is enforced; there's no plaintext access path.
  - 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**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1055 tokens (~87/item across 12 items; 12 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 98/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 95% 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-tokenofesteem-token-of-esteem https://mcp.tokenofesteem.com/v1/mcp
```

### Codex

```toml
[mcp_servers.com-tokenofesteem-token-of-esteem]
url = "https://mcp.tokenofesteem.com/v1/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-tokenofesteem-token-of-esteem": {
      "type": "remote",
      "url": "https://mcp.tokenofesteem.com/v1/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-tokenofesteem-token-of-esteem --url https://mcp.tokenofesteem.com/v1/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-tokenofesteem-token-of-esteem:
    url: "https://mcp.tokenofesteem.com/v1/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-tokenofesteem-token-of-esteem": {
      "type": "http",
      "url": "https://mcp.tokenofesteem.com/v1/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-03 (score 74, +1)

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

### 2026-07-31 (score 73, +4)

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

### 2026-07-30 (score 69, −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 70, +1)

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

### 2026-07-27 (score 69, +1)

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

### 2026-07-26 (score 68)

First indexed and scored.

## MCP tools (12)

### `list_voices` (~51 tokens)

List the three comedic voices (Hype Man, Best Friend Roast, Conspiracy Theorist) and the cover image model each prefers. Free, no side effects. Call this first to pick a voice.

### `list_formats` (~34 tokens)

List supported booklet formats. There is one today: manual_v1, a 16-page booklet. Free, no side effects.

### `list_image_models` (~26 tokens)

List supported cover image models and their per-call cost. Free, no side effects.

### `get_pricing` (~140 tokens)

Compute the exact total for a hypothetical gift (format, voice, image model, ship_to) before you commit. Free, no order is created. Call before create_gift so you know the charge.

Input parameters:

- `format` (string): Booklet format to price. Only manual_v1 is supported today.
- `image_model` (string): Optional cover image model id. Some models add a small per-call cost.
- `ship_to` (object, required): Destination address. US is supported; the total and tax depend on the destination.
- `voice` (string): Optional comedic voice. It does not change the price; accepted for parity with create_gift.

### `validate_brief` (~82 tokens)

Run the content policy on a brief without charging or ordering. Free. Call before create_gift so a refusal surfaces early. A booklet that would wound the recipient is refused here, not at charge time.

Input parameters:

- `brief` (object, required): The same brief you would pass to create_gift. It is checked against the content policy, free, with no order created.

### `create_gift` (~281 tokens)

Place the order: write, print, and mail the booklet. CHARGES the buyer. The recipient is whoever you name in recipient, which may be your own user. Idempotent on idempotency_key for 24 hours. Pass shared_payment_token to pay tokenlessly, or omit it to charge the account's saved card.

Input parameters:

- `agent_note` (string): Optional note from the agent, stored with the order for support. Never printed in the booklet.
- `brief` (object, required): Structured brief about the recipient: what to celebrate, what to tease gently, and the inside jokes worth knowing.
- `format` (string): Booklet format. Only manual_v1, a 16-page booklet, is supported today.
- `idempotency_key` (string, required): Caller-chosen key that makes this order idempotent for 24 hours. Reuse the same key to retry safely without charging twice.
- `preview_before_print` (boolean): If true, the gift pauses for buyer review before printing instead of printing automatically.
- `recipient` (required): Who receives the booklet and where to mail it. Pass an inline recipient with a US ship_to, or a saved recipient_id.
- `shared_payment_token` (string): Single-use Stripe Shared Payment Token (spt_...) to pay without a stored card. Omit to charge the account default.

### `get_gift` (~107 tokens)

Fetch a gift by gift_id and return its full resource: status, voice, format, pricing, the recipient, and fulfillment (Lulu job id, carrier, tracking URL, estimated delivery). Free and read-only. Use it to poll progress after create_gift: status advances through the pipeline to shipped then delivered, or ends at held, refused, cancelled, or failed.

Input parameters:

- `gift_id` (string, required): The gift_id returned by create_gift, identifying the order to fetch.

### `list_gifts` (~111 tokens)

Paginated list of gifts on the account, with optional status and date filters. Free.

Input parameters:

- `cursor` (string): Opaque pagination cursor from a previous list_gifts response.
- `limit` (integer): Maximum number of gifts to return, 1 to 100. Defaults to 50.
- `since` (string): Only return gifts created at or after this ISO 8601 timestamp.
- `status` (string): Only return gifts in this status, for example shipped, delivered, or cancelled.

### `cancel_gift` (~101 tokens)

Cancel an in-flight gift and receive the refund amount. Free. Only possible before the booklet goes to print; once printing has started it fails with cancel_too_late. Pass the gift_id from create_gift and an optional reason for your records.

Input parameters:

- `gift_id` (string, required): The gift_id returned by create_gift, identifying the order to cancel.
- `reason` (string): Optional human-readable reason for the cancellation, recorded on the order.

### `get_account` (~32 tokens)

Return this account's spending caps and month-to-date spend. Free. Use it to confirm budget before create_gift.

### `list_recipients` (~39 tokens)

Return the account's saved recipients (address book). Free. Reuse a recipient_id in create_gift instead of re-entering an address.

### `create_setup_link` (~51 tokens)

Return a hosted Stripe link for the buyer to save a card or wallet to the account. After that, create_gift without a shared_payment_token charges the saved card.

Input parameters:

- `return_url` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-tokenofesteem-token-of-esteem/v1-mcp#diagnostics

## Score history

- 2026-08-03: 74
- 2026-08-02: 73
- 2026-08-01: 73
- 2026-07-31: 73
- 2026-07-30: 69
- 2026-07-29: 70
- 2026-07-28: 69
- 2026-07-27: 69
- 2026-07-26: 68

## Links

- Remote endpoint: https://mcp.tokenofesteem.com/v1/mcp
- Authorisation metadata: https://mcp.tokenofesteem.com/.well-known/oauth-protected-resource/v1/mcp
- Website: https://tokenofesteem.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-tokenofesteem-token-of-esteem/v1-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-tokenofesteem-token-of-esteem/v1-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-tokenofesteem-token-of-esteem/v1-mcp
