eCommerce
allover.art
Provides product search, details, collection listings, and cart operations for an online store.
ENDPOINT 1
https://allover.art/mcp
MCP server metadata
- Name
- alloverart-shop
- Version
- 1.0.0
Known tools 31
get_productFull details of one product by its code: available sizes, fabrics, per-variant price, and the design 'about' text.
Inferred read-onlylist_collectionsList active curated collections (themed landing pages) with their slugs and urls.
Inferred read-onlyview_cartShow the current contents of the user's cart (the same cart they see in the browser when signed in).
Inferred read-onlyset_cart_quantityChange the quantity of a cart line by its index (from view_cart); qty=0 removes it.
Inferred read-onlyorder_statusLook up the user's recent orders (or one by number) and their fulfilment status.
Inferred read-onlycart_updateChange a cart line by its index (from view_cart): set qty (0 removes), or switch size/fabric.
Inferred read-onlyset_user_prefsSave the shopper's default size and/or fit so they don't re-enter it each time.
Inferred read-onlyget_saved_addressesReturn shipping addresses the user used in past orders — offer these to a returning buyer instead of asking again.
Inferred read-onlyget_shipping_optionsAvailable shipping methods for the current cart/address, with price and ETA (free over the threshold).
Inferred read-onlyset_shipping_methodChoose a shipping method by its option_id (from get_shipping_options).
Inferred read-onlyget_order_previewFull order summary to show the human before ordering: line items, promo/discount, shipping, address, grand total.
Inferred read-onlyprepare_orderCreate a draft order from the cart + address + promo and return {checkout_url, draft_id, expires_at}.
Potential side effectsstudio_optionsSTART HERE for any custom-print request: the menu of generation choices (print placements with plain-language descriptions, products, backgrounds, engines+costs).
Inferred read-onlystudio_generateGenerate a CUSTOM t-shirt print from a text prompt (AI, takes 2-10 min).
Inferred read-onlydesigner_statsThe user's designer-program stats (if they are a designer-partner): units sold, revenue, accrued royalties, available for payout, royalty percent, their designer page URL.
Inferred read-onlydesigner_designsThe user's own published designs with live status (products on sale / hidden / pending).
Inferred read-onlydesigner_upload_slotGet a short-lived URL to upload an image file to us (use when the designer has no public link — otherwise pass the URL straight to submit_design).
Potential side effectsdesigner_uploadsWhat the designer has already sent in and where it stands: in review / accepted / needs changes (with the reason).
Inferred read-onlydesigner_submissionsThe user's Studio publications in moderation: in review / in catalog / needs changes.
Inferred read-onlyCONNECT 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.alloverart-shop]
url = "https://allover.art/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"alloverart-shop": {
"type": "http",
"url": "https://allover.art/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: alloverart-shop
Remote MCP URL: https://allover.art/mcp
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": {
"alloverart-shop": {
"url": "https://allover.art/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"alloverart-shop": {
"type": "http",
"url": "https://allover.art/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "alloverart-shop",
"transport": "streamable-http",
"url": "https://allover.art/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for allover.art was fetched 2026-07-26T08:13:27.178Z and is being refreshed.
allover.art is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.