# io.github.markswendsen-code/target (npm · @striderlabs/mcp-target)

MCP server for Target - search products, manage cart, track orders

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

## Components

- npm · `@striderlabs/mcp-target`: 68/100 (this document), [markdown](https://verifymcp.io/servers/markswendsen-code-target/striderlabs-mcp-target.md), [page](https://verifymcp.io/servers/markswendsen-code-target/striderlabs-mcp-target)

## Channel facts

- Registry: `npm`
- Package: `@striderlabs/mcp-target`
- Version: `0.1.2`
- 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 (98 of 102), 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 (98 of 102), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 47 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 519 tokens (~43/item across 12 items; 12 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**: 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 supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add markswendsen-code-target -- npx -y @striderlabs/mcp-target
```

### Codex

```bash
codex mcp add markswendsen-code-target -- npx -y @striderlabs/mcp-target
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "markswendsen-code-target": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@striderlabs/mcp-target"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add markswendsen-code-target --command npx --arg -y --arg @striderlabs/mcp-target
```

### Hermes

```yaml
mcp_servers:
  markswendsen-code-target:
    command: "npx"
    args: ["-y", "@striderlabs/mcp-target"]
```

### Other

```json
{
  "mcpServers": {
    "markswendsen-code-target": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-target"
      ]
    }
  }
}
```

## 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 68, +4)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 64, +12)

- [security regression] Known CVEs: partial → unverified
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Dependency health: partial → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-08-01 (score 52, +18)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 34, −5)

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

### 2026-07-30 (score 39, −39)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [functional regression] License: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] Maintenance: pass → unverified
- [functional] Licence: MIT

### 2026-07-27 (score 78, +53)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: fail
- [functional] Licence: MIT

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

First indexed and scored.

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

## MCP tools (12)

### `status` (~15 tokens)

Check Target authentication status and session info

### `login` (~64 tokens)

Authenticate with Target account using email and password via browser automation

Input parameters:

- `email` (string, required): Target account email
- `headless` (boolean): Run browser in headless mode (default: true). Set false to see browser window.
- `password` (string, required): Target account password

### `logout` (~14 tokens)

Clear Target session and stored cookies

### `search_products` (~98 tokens)

Search Target products by query with optional filters

Input parameters:

- `category` (string): Category filter (e.g., 'electronics', 'clothing')
- `limit` (number): Maximum number of results (default: 10, max: 24)
- `max_price` (number): Maximum price filter
- `min_price` (number): Minimum price filter
- `query` (string, required): Search term
- `sort_by` (string): Sort order

### `get_product` (~60 tokens)

Get detailed product information including price, description, and availability

Input parameters:

- `tcin` (string): Target product TCIN/item ID (alternative to URL)
- `url` (string): Full Target product URL (e.g., https://www.target.com/p/...)

### `check_store_availability` (~67 tokens)

Check if a product is available for in-store pickup at nearby Target stores

Input parameters:

- `tcin` (string): Target product TCIN/item ID
- `url` (string): Product URL (alternative to TCIN)
- `zip_code` (string): ZIP code to find nearby stores

### `add_to_cart` (~72 tokens)

Add a product to the Target cart for pickup or delivery

Input parameters:

- `fulfillment` (string): Fulfillment method (default: shipping)
- `quantity` (number): Quantity to add (default: 1)
- `tcin` (string): Target product TCIN
- `url` (string): Target product URL

### `view_cart` (~16 tokens)

View current Target cart contents and totals

### `clear_cart` (~16 tokens)

Remove all items from the Target cart

### `checkout` (~41 tokens)

Preview or place a Target order. Use confirm=false to preview first.

Input parameters:

- `confirm` (boolean): Set true to actually place the order. Default false (preview only).

### `get_orders` (~31 tokens)

Get Target order history

Input parameters:

- `limit` (number): Number of recent orders to return (default: 10)

### `track_order` (~25 tokens)

Track a Target order status

Input parameters:

- `order_id` (string, required): Target order ID

## Diagnostics

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

## Score history

- 2026-08-03: 68
- 2026-08-02: 64
- 2026-08-01: 52
- 2026-07-31: 34
- 2026-07-30: 39
- 2026-07-28: 78
- 2026-07-27: 78
- 2026-07-26: 25

## Links

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