INDIVIDUAL MCP TOOL
remove_from_cart
Remove a product entirely from the shopping cart by its product id.
LIVE ENDPOINT
https://gemmintvending.com
Connect to this endpoint to inspect the live schema for remove_from_cart and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.webmcp]
url = "https://gemmintvending.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://gemmintvending.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://gemmintvending.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"webmcp": {
"url": "https://gemmintvending.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://gemmintvending.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://gemmintvending.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Search the Gem Mint Vending shop catalog of exclusive repacks, sealed drops, and sticker packs by Pokemon name, card number, or set name. Optionally filter by category slug.get_product_details— Get full details for a single product (price, stock, description, images) given its product id.view_cart— View the current contents of the shopping cart: line items, quantities, and totals.add_to_cart— Add a product to the shopping cart by its product id. Returns the updated cart count and total.subscribe_to_newsletter— Subscribe an email address to the Gem Mint Vending newsletter (weekly card highlight, first access to sales, new-product announcements).enter_giveaway— Enter the current free monthly Gem Mint Vending giveaway with a name and email address. No purchase required. Entries are not accepted for emails that have been banned for chargeback/dispute abuse.