Mcp Target — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Target (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP (Model Context Protocol) server connector for Target retail shopping. Enables AI assistants to search products, manage carts, and track orders on Target.com via browser automation.
npx @striderlabs/mcp-targetOr install globally:
npm install -g @striderlabs/mcp-targetAdd to your MCP client config (e.g., Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"target": {
"command": "npx",
"args": ["@striderlabs/mcp-target"]
}
}
}statusCheck Target authentication status and session info.
Parameters: none
loginAuthenticate with your Target account via browser automation.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
email | string | ✅ | Target account email |
password | string | ✅ | Target account password |
headless | boolean | Run browser headlessly (default: true). Set false to see the browser window. |
Credentials are never stored — only session cookies are persisted to ~/.striderlabs/target/.
logoutClear session cookies and log out.
Parameters: none
search_productsSearch Target products with optional filters and sorting.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
query | string | ✅ | Search term |
category | string | Category filter (e.g., electronics) | |
min_price | number | Minimum price filter | |
max_price | number | Maximum price filter | |
sort_by | string | Sort order: relevance, price_low, price_high, newest, bestselling | |
limit | number | Max results (default: 10, max: 24) |
get_productGet detailed product information including price, description, and availability.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
url | string | Full Target product URL | |
tcin | string | Target product TCIN/item ID |
_Provide either url or tcin._
check_store_availabilityCheck if a product is available for in-store pickup at nearby Target stores.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
tcin | string | Target product TCIN | |
url | string | Product URL | |
zip_code | string | ZIP code for nearby store search |
_Provide either url or tcin._
add_to_cartAdd a product to your Target cart.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
url | string | Target product URL | |
tcin | string | Target product TCIN | |
quantity | number | Quantity (default: 1) | |
fulfillment | string | pickup, shipping, or delivery (default: shipping) |
_Requires login._
view_cartView current cart contents and totals.
Parameters: none _Requires login._
clear_cartRemove all items from cart.
Parameters: none _Requires login._
checkoutPreview or place a Target order.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
confirm | boolean | Set true to place the order. Default false (preview only). |
_Requires login. Always preview first before confirming._
get_ordersGet order history.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | Number of recent orders (default: 10) |
_Requires login._
track_orderTrack an order's status and delivery information.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
order_id | string | ✅ | Target order ID |
_Requires login._
Session cookies are stored at ~/.striderlabs/target/:
cookies.json — Browser session cookiesauth.json — Account metadata (email, login timestamp)Credentials (email/password) are never persisted.
navigator.webdriver, plugins, permissions, and other bot-detection vectorsheadless: false to handle these interactively.checkout tool with confirm: true will place a real order. Always preview first.MIT — Strider Labs
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.