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.
ENDPOINT 1
https://gemmintvending.com
MCP server metadata
- Name
- WebMCP
Known tools 7
search_productsSearch 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-onlyget_product_detailsGet full details for a single product (price, stock, description, images) given its product id.
Inferred read-onlyview_cartView the current contents of the shopping cart: line items, quantities, and totals.
Inferred read-onlyadd_to_cartAdd a product to the shopping cart by its product id. Returns the updated cart count and total.
Inferred read-onlyremove_from_cartRemove a product entirely from the shopping cart by its product id.
Potential side effectssubscribe_to_newsletterSubscribe an email address to the Gem Mint Vending newsletter (weekly card highlight, first access to sales, new-product announcements).
Potential side effectsenter_giveawayEnter 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 effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.