Choose your preferred MCP client
Run this command in your terminal:
claude mcp add --transport http "zinc" 'https://mcp.zinc.com/mcp'
Click the button below to add this MCP server to Cursor:
Open in CursorOr add manually: Settings → MCP → Add server
Click the button below to add this MCP server to VS Code:
Open in VS CodeOr add manually: Settings → MCP → Add server
Click the button below to add this MCP server to VS Code Insiders:
Open in VS Code InsidersOr add manually: Settings → MCP → Add server
List Zinc ordersList or search the Zinc orders on the configured account, newest first. Renders an interactive order list. Use `search` for a partial order ID or tracking number, `status` to filter by order status, and `has_tracking` to show only shipped orders.
Get a Zinc orderFetch one Zinc order by its UUID and render a detail card: line items, retailer price breakdown, shipping destination, and shipment timeline.
Get shipment tracking for a Zinc orderReturn the carrier tracking timeline (scan checkpoints) for one Zinc order. Use this when the question is only about where a package is, not about pricing or line items.
Review an order before placing itShow the user an order to review: items, destination, and spending cap. This does NOT place the order or spend anything — the user places it by clicking Place order in the card that appears. Use this whenever the user wants to buy something.
Place a reviewed orderInternal: places an order the user already confirmed in the review card. Requires a confirmation issued by prepare-order, which is not available to you — call prepare-order and let the user confirm instead.
Check the Zinc wallet balanceShow the Zinc wallet balance, what an order costs against it, and the saved payment methods available for adding funds. Use this when the user asks about their balance, or to check whether they can afford an order before preparing one.
Review adding funds before chargingShow the user a deposit to review: amount, processing fee, total to be charged, and which saved payment method. This does NOT charge anything — the user confirms by clicking Add funds in the card that appears. Use this when the wallet is short or the user asks to add funds.
Charge a reviewed depositInternal: charges a deposit the user already confirmed in the review card. Requires a confirmation issued by prepare-topup, which is not available to you — call prepare-topup and let the user confirm instead.
Search for products across retailersFind products across Amazon, Walmart, Target, Best Buy and more. Each result carries an orderable URL that can be passed straight to prepare-order. Use this when the user wants to buy something but has not given a product URL. This search is billed to the user's Zinc wallet per call, so treat it as a real action: search once with the user's best query rather than issuing speculative variations, and do not retry a failed search without saying why.