← Registry

eCommerce

gemmintvending.com

This MCP server provides e-commerce tools for browsing a Pokémon card shop catalog, viewing product details, and managing a shopping cart.

WebMCP1 endpoint7 known toolsFirst detected September 12, 2026Last detected September 12, 2026

ENDPOINT 1

https://gemmintvending.com

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
imperative

Known tools 7

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.

Inferred read-only
get_product_details

Get full details for a single product (price, stock, description, images) given its product id.

Inferred read-only
view_cart

View the current contents of the shopping cart: line items, quantities, and totals.

Inferred read-only
add_to_cart

Add a product to the shopping cart by its product id. Returns the updated cart count and total.

Inferred read-only
remove_from_cart

Remove a product entirely from the shopping cart by its product id.

Potential side effects
subscribe_to_newsletter

Subscribe an email address to the Gem Mint Vending newsletter (weekly card highlight, first access to sales, new-product announcements).

Potential side effects
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.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.