# io.github.seankarltonlee/tickermint (remote · api.tickermint.cards)

Trading card prices: daily TCGplayer market, history since 2024, sold comps, PSA 10 floors. 6 games.

- Trust score: 73/100 (medium)
- Change this week: +10
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-27

## Components

- remote · `api.tickermint.cards`: 73/100 (this document), [markdown](https://verifymcp.io/servers/seankarltonlee-tickermint/api.md), [page](https://verifymcp.io/servers/seankarltonlee-tickermint/api)

## Channel facts

- Endpoint: `https://api.tickermint.cards/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-09-27.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 654 tokens (~59/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the io.github.seankarltonlee/tickermint MCP server?

io.github.seankarltonlee/tickermint is a hosted endpoint at https://api.tickermint.cards/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http seankarltonlee-tickermint 'https://api.tickermint.cards/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "seankarltonlee-tickermint": {
      "url": "https://api.tickermint.cards/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "seankarltonlee-tickermint": {
      "type": "http",
      "url": "https://api.tickermint.cards/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.seankarltonlee-tickermint]
url = "https://api.tickermint.cards/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "seankarltonlee-tickermint": {
      "type": "remote",
      "url": "https://api.tickermint.cards/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add seankarltonlee-tickermint --url 'https://api.tickermint.cards/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  seankarltonlee-tickermint:
    url: "https://api.tickermint.cards/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "seankarltonlee-tickermint": {
      "Transport": "http",
      "Url": "https://api.tickermint.cards/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add seankarltonlee-tickermint -t streamable-http -u 'https://api.tickermint.cards/mcp'
```

### Other

```json
{
  "mcpServers": {
    "seankarltonlee-tickermint": {
      "type": "http",
      "url": "https://api.tickermint.cards/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-09-27 (score 73, 0)

- [security] The server rewrote its instructions, which are the text every model session reads

### 2026-09-26 (score 73, +7)

- [security improvement] Authorization: unverified → partial
- [cosmetic] Tool “all_time_highs” changed its title: All-time highs
- [cosmetic] Tool “all_time_lows” changed its title: All-time lows
- [cosmetic] Tool “card_price” changed its title: Card price
- [cosmetic] Tool “fetch” changed its title: Fetch card
- [cosmetic] Tool “most_valuable” changed its title: Most valuable cards
- [cosmetic] Tool “movers” changed its title: Biggest movers
- [cosmetic] Tool “price_history” changed its title: Price history
- [cosmetic] Tool “sealed_prices” changed its title: Sealed product prices
- [cosmetic] Tool “search” changed its title: Search
- [cosmetic] Tool “search_cards” changed its title: Search cards
- [cosmetic] Tool “set_prices” changed its title: Set price list

### 2026-09-25 (score 66, +1)

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

### 2026-09-23 (score 65, +1)

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

### 2026-09-21 (score 64, +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-09-19 (score 63, +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-09-18 (score 62, 0)

- [functional improvement] Stability: unverified → 0.03
- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-17 (score 62)

First indexed and scored.

## MCP tools (11)

### `search_cards` (~97 tokens)

Search cards

Find cards or sealed products by name (e.g. "charizard ex 199/165"). Returns
    product_id, name, set, number, latest market price and the page URL. `game` is
    one of pokemon, one-piece, lorcana, riftbound, gundam; omit for every game.

Input parameters:

- `game`
- `limit` (integer)
- `query` (string, required)

Output parameters:

- `result` (array)

### `card_price` (~51 tokens)

Card price

Today's price for one product: market price per printing (Normal, Holofoil,
    Reverse Holofoil...), the lowest listing, the date, and the page URL.

Input parameters:

- `product_id` (integer, required)

### `price_history` (~63 tokens)

Price history

Daily market price history per printing for the last `days` days (max 1000;
    history starts February 2024). Use it for trend questions: up or down, since when.

Input parameters:

- `days` (integer)
- `product_id` (integer, required)

### `most_valuable` (~70 tokens)

Most valuable cards

The most valuable cards right now for a game (raw near-mint TCGplayer market),
    plus the highest PSA 10 floors. Games: pokemon, one-piece, lorcana, riftbound, gundam.

Input parameters:

- `game` (string)
- `limit` (integer)

### `movers` (~53 tokens)

Biggest movers

Biggest price gainers and losers over `days` (1 to 90) for a game, cards over $5.

Input parameters:

- `days` (integer)
- `game` (string)
- `limit` (integer)

### `all_time_highs` (~42 tokens)

All-time highs

Cards that set an all-time high in the last 7 days and still hold it.

Input parameters:

- `game` (string)
- `limit` (integer)

### `all_time_lows` (~44 tokens)

All-time lows

Cards worth $5+ sitting at their all-time low after falling at least half from their high.

Input parameters:

- `game` (string)
- `limit` (integer)

### `sealed_prices` (~40 tokens)

Sealed product prices

Booster boxes, elite trainer boxes, bundles, packs and tins priced today, by kind.

Input parameters:

- `game` (string)
- `limit` (integer)

### `set_prices` (~50 tokens)

Set price list

Every card in a set with today's price, the most valuable cards, and the set's
    total market value. Set ids come from search results (group_id).

Input parameters:

- `group_id` (integer, required)

### `search` (~30 tokens)

Search

Search TickerMint for cards and sealed products. Returns ids for `fetch`.

Input parameters:

- `query` (string, required)

### `fetch` (~36 tokens)

Fetch card

Fetch one product by id: today's prices per printing, 30 and 90 day moves, page URL.

Input parameters:

- `id` (string, required)

## Diagnostics

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

## Score history

- 2026-09-27: 73
- 2026-09-26: 73
- 2026-09-25: 66
- 2026-09-24: 65
- 2026-09-23: 65
- 2026-09-22: 64
- 2026-09-21: 64
- 2026-09-20: 63
- 2026-09-19: 63
- 2026-09-18: 62
- 2026-09-17: 62

## Common questions

### What is the io.github.seankarltonlee/tickermint MCP server?

io.github.seankarltonlee/tickermint is an MCP server listed in the public MCP registry as io.github.seankarltonlee/tickermint. Trading card prices: daily TCGplayer market, history since 2024, sold comps, PSA 10 floors. 6 games. This page covers its hosted endpoint (https://api.tickermint.cards/mcp).

### Is the io.github.seankarltonlee/tickermint MCP server safe to use?

io.github.seankarltonlee/tickermint scores 73 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.seankarltonlee/tickermint MCP server expose?

io.github.seankarltonlee/tickermint exposes 11 tools: search_cards, card_price, price_history, most_valuable, movers, and 6 more. Their descriptions and schemas cost roughly 576 tokens of context every time the server is loaded.

### Does the io.github.seankarltonlee/tickermint MCP server require authentication?

No. We connected to io.github.seankarltonlee/tickermint without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the io.github.seankarltonlee/tickermint MCP server still maintained?

io.github.seankarltonlee/tickermint is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://api.tickermint.cards/mcp
- Website: https://tickermint.cards/developers
- Changelog RSS feed: https://verifymcp.io/servers/seankarltonlee-tickermint/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/seankarltonlee-tickermint/api.json
- HTML version of this page: https://verifymcp.io/servers/seankarltonlee-tickermint/api
