# io.github.matthewdtowles/iwantmymtg-mcp (npm · iwantmymtg-mcp)

Query Magic: The Gathering cards, sets, and prices and manage your I Want My MTG collection.

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

## Components

- npm · `iwantmymtg-mcp`: 79/100 (this document), [markdown](https://verifymcp.io/servers/matthewdtowles-iwantmymtg-mcp/iwantmymtg-mcp.md), [page](https://verifymcp.io/servers/matthewdtowles-iwantmymtg-mcp/iwantmymtg-mcp)

## Channel facts

- Registry: `npm`
- Package: `iwantmymtg-mcp`
- Version: `0.7.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to matthewdtowles/iwantmymtg-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 2 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 4565 tokens (~76/item across 60 items; 60 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 88/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 63% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add matthewdtowles-iwantmymtg-mcp -- npx -y iwantmymtg-mcp
```

### Codex

```bash
codex mcp add matthewdtowles-iwantmymtg-mcp -- npx -y iwantmymtg-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "matthewdtowles-iwantmymtg-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "iwantmymtg-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add matthewdtowles-iwantmymtg-mcp --command npx --arg -y --arg iwantmymtg-mcp
```

### Hermes

```yaml
mcp_servers:
  matthewdtowles-iwantmymtg-mcp:
    command: "npx"
    args: ["-y", "iwantmymtg-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "matthewdtowles-iwantmymtg-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "iwantmymtg-mcp"
      ]
    }
  }
}
```

## 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 79, +44)

- [security improvement] Known CVEs: unverified → partial
- [security improvement] Provenance: unverified → pass
- [security improvement] Install scripts: unverified → pass
- [security] The attested source repository moved: matthewdtowles/iwantmymtg-mcp
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-08-02 (score 35, −3)

- [security regression] Install scripts: pass → unverified
- [security regression] Provenance: pass → unverified
- [security improvement] Malware scan: unverified → pass
- [security] The attested source repository moved: matthewdtowles/iwantmymtg-mcp
- [functional regression] Maintenance: pass → unverified
- [functional regression] License: pass → unverified
- [functional] Licence: MIT

### 2026-08-01 (score 38, −7)

- [security regression] Stability: 0.13 → unverified
- [functional regression] Capabilities: pass → unverified

### 2026-07-31 (score 45, 0)

- [security regression] Malware scan: pass → unverified
- [security improvement] Provenance: unverified → pass
- [security improvement] Install scripts: unverified → pass
- [security] The attested source repository moved: matthewdtowles/iwantmymtg-mcp
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional] First check of Stability: 0.13
- [functional] First check of MCP protocol: pass
- [functional] Licence: MIT
- [functional] Package version: 0.6.9 → 0.7.0
- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 45, +21)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: unverified
- [functional] First check of Schema quality: pass
- [functional] First check of Tool coverage: 62
- [functional] First check of Schema quality: fail

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (60)

### `search_cards` (~224 tokens)

Search Magic: The Gathering cards by name (substring), set code, rarity, type, or format legality. Returns a paginated list with prices and basic metadata. Use this for catalog lookups; for a specific printing prefer get_card with set+number.

Input parameters:

- `format` (string): Filter to cards with a legality entry in this format (e.g. 'modern', 'commander').
- `legality` (string): Used with 'format'. Defaults to 'legal' when format is set.
- `limit` (integer): Page size (max 100).
- `page` (integer): 1-based page index.
- `q` (string): Substring to search card name + flavor name. Optional; omit to filter purely by setCode/rarity/type/format.
- `rarity` (string): Filter by rarity.
- `setCode` (string): 3-5 character set code (e.g. 'lea', 'mh3').
- `type` (string): Substring match against card type line (e.g. 'Goblin', 'Instant').

### `get_card` (~95 tokens)

Look up a specific card printing by set code and collector number. Returns full card detail including current prices, rarity, type, and flavor name. For broader catalog search use search_cards.

Input parameters:

- `setCode` (string, required): Set code (e.g. 'lea').
- `setNumber` (string, required): Collector number within the set (e.g. '161'). String, not int - some sets use suffixes like '12a'.

### `get_card_prices` (~71 tokens)

Get current normal and foil prices for a specific card printing.

Input parameters:

- `setCode` (string, required): Set code (e.g. 'lea').
- `setNumber` (string, required): Collector number within the set (e.g. '161'). String, not int - some sets use suffixes like '12a'.

### `get_card_price_history` (~91 tokens)

Get the 30-day price history for a card printing (normal + foil). Older data is retained on a weekly/monthly cadence beyond 30 days.

Input parameters:

- `setCode` (string, required): Set code (e.g. 'lea').
- `setNumber` (string, required): Collector number within the set (e.g. '161'). String, not int - some sets use suffixes like '12a'.

### `get_card_printings` (~159 tokens)

List every printing of the card at this set code and collector number, most valuable first. Use this to compare what the same card costs across sets, or to find a cheaper printing. Prefer it over search_cards for that: search_cards matches names by substring, so it also returns unrelated cards whose names merely contain the term. The addressed printing is included in the results.

Input parameters:

- `limit` (integer): Page size (max 100).
- `page` (integer): 1-based page index.
- `setCode` (string, required): Set code (e.g. 'lea').
- `setNumber` (string, required): Collector number within the set (e.g. '161'). String, not int - some sets use suffixes like '12a'.

### `search_sets` (~48 tokens)

List Magic: The Gathering sets, optionally paginated. Returns set code, name, release date, type, and aggregate prices.

Input parameters:

- `limit` (integer)
- `page` (integer)

### `get_set` (~34 tokens)

Get detail for a single set by code (e.g. 'lea', 'mh3').

Input parameters:

- `code` (string, required)

### `list_set_cards` (~87 tokens)

List all cards in a set, paginated. Supports the same filters as search_cards (rarity, type, format, legality).

Input parameters:

- `code` (string, required): Set code.
- `format` (string)
- `legality` (string)
- `limit` (integer)
- `page` (integer)
- `rarity` (string)
- `type` (string)

### `get_sealed_products` (~46 tokens)

List sealed products (booster boxes, bundles, commander decks, etc.) for a set. Each entry includes a TCGPlayer purchase URL.

Input parameters:

- `code` (string, required)

### `get_sealed_product` (~64 tokens)

Get detail for a single sealed product by its UUID, including current pricing and a TCGPlayer purchase URL. List a set's sealed products with get_sealed_products.

Input parameters:

- `uuid` (string, required): Sealed product UUID, e.g. from get_sealed_products.

### `get_set_price_history` (~80 tokens)

Get the price history for a whole set by set code - the set's aggregate value over time. Optionally limit the window with days. For a single card's history use get_card_price_history.

Input parameters:

- `code` (string, required): Set code (e.g. 'mh3').
- `days` (integer): Number of days of history to return.

### `get_card_buylist` (~111 tokens)

Get current buylist (sell-to-vendor) offers for a card printing, by set code and collector number. Returns offers grouped by finish (normal/foil/etched), best first, with the highest offer per finish marked. NM condition only. Use get_card_prices for retail (buy) prices instead.

Input parameters:

- `setCode` (string, required): Set code (e.g. 'lea').
- `setNumber` (string, required): Collector number within the set (e.g. '1', '234a').

### `get_market_sell_value` (~71 tokens)

Market sell value of the authenticated user's whole inventory: matches every owned card against current buylist offers, picks the best offer per item (capped by the vendor's buy quantity), groups by vendor, and totals it. Returns vendor groups with per-item payouts plus overall totals. Requires IWMM_API_KEY.

### `get_cash_vs_credit` (~115 tokens)

Cash vs. store-credit recommendation for the authenticated user. Compares taking the buylist cash payout for their inventory against taking store credit (worth a bonus %) and spending it on their buy list. Returns the recommendation, the credit advantage, out-of-pocket each way, and the priced buy-list lines. Requires IWMM_API_KEY.

Input parameters:

- `bonus` (number): Store-credit bonus as a fraction (0.30 = +30%). Must be in [0, 2]; defaults to 0.30 (Card Kingdom).

### `list_buy_list` (~41 tokens)

List the authenticated user's buy-list (want-list): the cards they want to acquire, with quantities, finish, and current prices. Requires IWMM_API_KEY.

### `add_buy_list` (~126 tokens)

Add a card to the authenticated user's buy-list, incrementing the quantity (creates the row if absent). This is a real write. Use update_buy_list to set an absolute quantity or remove_buy_list to delete a row. Requires IWMM_API_KEY.

Input parameters:

- `cardId` (string, required): Internal IWMM card UUID. Get from search_cards or get_card.
- `isFoil` (boolean): Whether this is the foil variant. Foil and non-foil are separate rows. Defaults to false.
- `quantity` (integer): How many to add. Defaults to 1.

### `update_buy_list` (~115 tokens)

Set the absolute quantity for a buy-list card+finish (not a delta). A quantity of 0 removes the row. Use add_buy_list to increment instead. Requires IWMM_API_KEY.

Input parameters:

- `cardId` (string, required): Internal IWMM card UUID. Get from search_cards or get_card.
- `isFoil` (boolean): Whether this is the foil variant. Foil and non-foil are separate rows. Defaults to false.
- `quantity` (integer, required): Absolute quantity to set. 0 removes the row.

### `remove_buy_list` (~79 tokens)

Remove a card+finish row from the authenticated user's buy-list entirely. Requires IWMM_API_KEY.

Input parameters:

- `cardId` (string, required): Internal IWMM card UUID. Get from search_cards or get_card.
- `isFoil` (boolean): Whether this is the foil variant. Foil and non-foil are separate rows. Defaults to false.

### `import_buy_list` (~87 tokens)

Bulk-add cards to the authenticated user's buy-list from pasted CSV text. Native format header: name,set_code,number[,quantity][,foil]. External exports (Moxfield, Archidekt, Deckbox, TCGPlayer) are auto-detected. Returns counts and per-row errors. Requires IWMM_API_KEY.

Input parameters:

- `text` (string, required): CSV text including a header row.

### `list_inventory` (~48 tokens)

List the authenticated user's card inventory, paginated. Returns cards with quantities, prices, and metadata. Requires IWMM_API_KEY.

Input parameters:

- `limit` (integer)
- `page` (integer)

### `get_inventory_quantities` (~54 tokens)

Batch lookup: given a list of card UUIDs, return how many of each (normal + foil) the user owns. Useful before recommending adds. Requires IWMM_API_KEY.

Input parameters:

- `cardIds` (array, required)

### `add_inventory` (~66 tokens)

Add one or more cards to the authenticated user's inventory. Accepts a batch - pass a single-item array for one card. This is a real write. Use update_inventory to change quantities, remove_inventory to delete a row. Requires IWMM_API_KEY.

Input parameters:

- `items` (array, required)

### `update_inventory` (~45 tokens)

Update quantities for one or more existing inventory rows. Accepts a batch. Use remove_inventory to delete a row entirely. Requires IWMM_API_KEY.

Input parameters:

- `items` (array, required)

### `remove_inventory` (~43 tokens)

Remove a card+finish row from the authenticated user's inventory. Requires IWMM_API_KEY.

Input parameters:

- `cardId` (string, required)
- `isFoil` (boolean, required)

### `import_inventory_cards` (~90 tokens)

Bulk-import cards into the authenticated user's inventory from pasted CSV text. Native header: name,set_code,number[,quantity][,foil]; Moxfield, Archidekt, Deckbox, and TCGPlayer exports are auto-detected. Returns counts of saved/deleted/skipped rows and per-row errors. Requires IWMM_API_KEY.

Input parameters:

- `text` (string, required): CSV text including a header row.

### `export_inventory` (~47 tokens)

Export the authenticated user's full card inventory as CSV (columns: id, name, set_code, number, quantity, foil). Reimport-compatible with import_inventory_cards. Requires IWMM_API_KEY.

### `list_sealed_inventory` (~62 tokens)

List the authenticated user's sealed-product inventory (booster boxes, bundles, precons), paginated, with quantities and prices. For loose cards use list_inventory. Requires IWMM_API_KEY.

Input parameters:

- `limit` (integer)
- `page` (integer)

### `set_sealed_inventory` (~102 tokens)

Add or update a sealed product in the authenticated user's inventory by setting its absolute quantity (upserts the row for that product). This is a real write and is Premium-gated. Use remove_sealed_inventory to delete a row. Requires IWMM_API_KEY.

Input parameters:

- `quantity` (integer, required): Absolute quantity to set for this product.
- `sealedProductUuid` (string, required): Sealed product UUID. Get it from get_sealed_products or get_sealed_product.

### `remove_sealed_inventory` (~57 tokens)

Remove a sealed product from the authenticated user's inventory entirely. Premium-gated. Requires IWMM_API_KEY.

Input parameters:

- `sealedProductUuid` (string, required): Sealed product UUID. Get it from get_sealed_products or get_sealed_product.

### `list_transactions` (~106 tokens)

List the authenticated user's transactions, paginated. Supports sort/filter query params. Free tier sees the last 30 days only; Premium gets full history. Requires IWMM_API_KEY.

Input parameters:

- `ascend` (boolean): Sort direction: true for ascending, false for descending.
- `limit` (integer)
- `page` (integer)
- `sort` (string): Sort key (e.g. TX_DATE, TX_TYPE, TX_CARD, TX_PRICE).
- `type` (string)

### `record_transaction` (~170 tokens)

Record a buy or sell transaction. By default this also adjusts inventory (BUY adds, SELL subtracts). This is a real write. Requires IWMM_API_KEY.

Input parameters:

- `cardId` (string, required): Internal IWMM card UUID.
- `date` (string, required): ISO 8601 date (YYYY-MM-DD).
- `fees` (number)
- `isFoil` (boolean, required)
- `notes` (string)
- `pricePerUnit` (number, required): Per-unit price in USD.
- `quantity` (integer, required)
- `skipInventorySync` (boolean): If true, record the transaction without adjusting inventory. Default false - transactions normally update inventory.
- `source` (string): Where the transaction happened (e.g. 'TCGPlayer', 'LGS').
- `type` (string, required)

### `update_transaction` (~106 tokens)

Update an existing transaction by ID. Only the fields supplied are changed. Card identity and type (BUY/SELL) cannot be changed via this endpoint - delete and re-create instead. Requires IWMM_API_KEY.

Input parameters:

- `date` (string)
- `fees` (number)
- `id` (integer, required): Transaction ID from list_transactions.
- `notes` (string)
- `pricePerUnit` (number)
- `quantity` (integer)
- `source` (string)

### `delete_transaction` (~27 tokens)

Delete a transaction by ID. Requires IWMM_API_KEY.

Input parameters:

- `id` (integer, required)

### `get_cost_basis` (~75 tokens)

Get FIFO cost basis for a specific card+finish for the authenticated user. Pass either cardId or (setCode, setNumber). Requires IWMM_API_KEY.

Input parameters:

- `cardId` (string)
- `isFoil` (boolean)
- `setCode` (string)
- `setNumber` (string)

### `get_portfolio_summary` (~60 tokens)

Get the authenticated user's portfolio summary - current value, total invested, unrealized P&L, ROI, card/unit counts. Free tier sees current value + total invested only; Premium gets the full P&L set. Requires IWMM_API_KEY.

### `get_portfolio_history` (~49 tokens)

Get portfolio value history. Premium-gated - free tier receives 403. Requires IWMM_API_KEY.

Input parameters:

- `days` (integer): How many days of history. Server default applies if omitted.

### `get_card_performance` (~56 tokens)

Get the user's best- or worst-performing cards by P&L. Default: best, top 10. Premium-gated. Requires IWMM_API_KEY.

Input parameters:

- `limit` (integer)
- `type` (string)

### `get_cash_flow` (~36 tokens)

Get the user's cash flow (money in vs money out from BUY/SELL transactions). Premium-gated. Requires IWMM_API_KEY.

### `get_realized_gains` (~34 tokens)

Get the user's realized gains from SELL transactions using FIFO cost basis. Premium-gated. Requires IWMM_API_KEY.

### `get_portfolio_breakdown` (~136 tokens)

Get the user's collection value broken down by a dimension into slices (each with value, count, and share). Premium-gated. Use get_portfolio_breakdown_cards to drill into one slice. Requires IWMM_API_KEY.

Input parameters:

- `by` (string, required): Dimension to break down by. 'cost-basis' buckets are gain/loss/at-cost; 'color' groups by color identity.
- `colors` (string): Only for by=color: comma-separated identity codes (W,U,B,R,G,C; C is colorless) to keep only cards whose color identity contains all of them. Ignored for other dimensions.

### `get_portfolio_breakdown_cards` (~141 tokens)

Get the cards inside one slice of a portfolio breakdown (the drill-down for get_portfolio_breakdown). Premium-gated. Requires IWMM_API_KEY.

Input parameters:

- `by` (string, required): Dimension the slice belongs to. Must match the get_portfolio_breakdown call.
- `colors` (string): Only for by=color: the same superset filter (W,U,B,R,G,C) passed to get_portfolio_breakdown, so the drill-down matches the aggregate row. Ignored for other dimensions.
- `key` (string, required): Slice key from the breakdown: a set code, rarity, type, cost-basis bucket, or color code.

### `refresh_portfolio` (~38 tokens)

Recalculate the user's portfolio P&L. Use after recording a batch of transactions if you want immediate fresh numbers. Requires IWMM_API_KEY.

### `list_decks` (~33 tokens)

List the authenticated user's decks (summaries: id, name, format, card counts). Requires IWMM_API_KEY.

### `get_deck` (~48 tokens)

Get one deck with its cards (mainboard + sideboard). Requires IWMM_API_KEY.

Input parameters:

- `deckId` (integer, required): Deck id. Get from list_decks or create_deck.

### `create_deck` (~71 tokens)

Create a new empty deck. This is a real write. Use add_deck_card to fill it, or import_deck to create from pasted text instead. Requires IWMM_API_KEY.

Input parameters:

- `format` (string): Target format. Omit for no format.
- `name` (string, required): Deck name.

### `import_deck` (~93 tokens)

Create a deck from pasted decklist text, one entry per line (e.g. "4 Lightning Bolt"). Returns the new deck id plus any lines that could not be resolved to a card. Requires IWMM_API_KEY.

Input parameters:

- `format` (string): Target format. Omit for no format.
- `name` (string, required): Deck name.
- `text` (string, required): Decklist text, one entry per line.

### `update_deck` (~74 tokens)

Rename a deck or change its format. Omitting format clears it. Requires IWMM_API_KEY.

Input parameters:

- `deckId` (integer, required): Deck id. Get from list_decks or create_deck.
- `format` (string): Target format. Omit for no format.
- `name` (string, required): New deck name.

### `delete_deck` (~48 tokens)

Delete a deck and all of its cards. This is permanent. Requires IWMM_API_KEY.

Input parameters:

- `deckId` (integer, required): Deck id. Get from list_decks or create_deck.

### `add_deck_card` (~142 tokens)

Add a card to a deck, incrementing its quantity (creates the row if absent). Use set_deck_card_quantity to set an absolute quantity or remove_deck_card to delete a row. Requires IWMM_API_KEY.

Input parameters:

- `cardId` (string, required): Internal IWMM card UUID. Get from search_cards or get_card.
- `deckId` (integer, required): Deck id. Get from list_decks or create_deck.
- `isSideboard` (boolean): Whether the card belongs to the sideboard. Mainboard and sideboard are separate rows. Defaults to false.
- `quantity` (integer): How many to add. Defaults to 1.

### `set_deck_card_quantity` (~134 tokens)

Set the absolute quantity for a card + board in a deck (not a delta). A quantity of 0 removes the row. Use add_deck_card to increment instead. Requires IWMM_API_KEY.

Input parameters:

- `cardId` (string, required): Internal IWMM card UUID. Get from search_cards or get_card.
- `deckId` (integer, required): Deck id. Get from list_decks or create_deck.
- `isSideboard` (boolean, required): Which board the row belongs to. Mainboard and sideboard are separate rows.
- `quantity` (integer, required): Absolute quantity to set. 0 removes the row.

### `remove_deck_card` (~92 tokens)

Remove a card + board row from a deck entirely. Requires IWMM_API_KEY.

Input parameters:

- `cardId` (string, required): Internal IWMM card UUID. Get from search_cards or get_card.
- `deckId` (integer, required): Deck id. Get from list_decks or create_deck.
- `isSideboard` (boolean, required): Which board the row belongs to. Mainboard and sideboard are separate rows.

### `deck_missing_to_buy_list` (~76 tokens)

Add the deck's missing cards (the shortfall vs. the user's inventory) to their buy-list. Returns the count of distinct cards added. This is a real write to the buy-list. Requires IWMM_API_KEY.

Input parameters:

- `deckId` (integer, required): Deck id. Get from list_decks or create_deck.

### `list_price_alerts` (~45 tokens)

List the authenticated user's price alerts. Free tier is capped at 5 active alerts and a single threshold direction per alert; Premium removes both limits. Requires IWMM_API_KEY.

### `create_price_alert` (~89 tokens)

Create a price alert for a card. Supply increasePct, decreasePct, or both (Premium). At least one threshold is required. Requires IWMM_API_KEY.

Input parameters:

- `cardId` (string, required): Internal IWMM card UUID.
- `decreasePct` (number): Trigger when price decreases by at least this percent.
- `increasePct` (number): Trigger when price increases by at least this percent.

### `update_price_alert` (~85 tokens)

Update an existing price alert. Pass null for a threshold to clear it (Premium only - free users must keep exactly one direction). isActive toggles enable/disable without deleting. Requires IWMM_API_KEY.

Input parameters:

- `decreasePct`
- `id` (integer, required): Alert ID from list_price_alerts.
- `increasePct`
- `isActive` (boolean)

### `delete_price_alert` (~29 tokens)

Delete a price alert by ID. Requires IWMM_API_KEY.

Input parameters:

- `id` (integer, required)

### `list_notifications` (~31 tokens)

List the authenticated user's price alert notifications, newest first. Includes both read and unread. Requires IWMM_API_KEY.

### `get_unread_notification_count` (~28 tokens)

Get the count of unread notifications for the authenticated user. Requires IWMM_API_KEY.

### `mark_notification_read` (~29 tokens)

Mark a single notification as read. Requires IWMM_API_KEY.

Input parameters:

- `id` (integer, required)

### `mark_all_notifications_read` (~26 tokens)

Mark every notification for the authenticated user as read. Requires IWMM_API_KEY.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/matthewdtowles-iwantmymtg-mcp/iwantmymtg-mcp#diagnostics

## Score history

- 2026-08-03: 79
- 2026-08-02: 35
- 2026-08-01: 38
- 2026-07-31: 45
- 2026-07-30: 45
- 2026-07-28: 45
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/iwantmymtg-mcp
- Socket report: https://socket.dev/npm/package/iwantmymtg-mcp
- Repository: https://github.com/matthewdtowles/iwantmymtg-mcp
- Changelog RSS feed: https://verifymcp.io/servers/matthewdtowles-iwantmymtg-mcp/iwantmymtg-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/matthewdtowles-iwantmymtg-mcp/iwantmymtg-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/matthewdtowles-iwantmymtg-mcp/iwantmymtg-mcp
