← Registry

eCommerce

allover.art

Provides product search, details, collection listings, and cart operations for an online store.

1 endpoint31 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://allover.art/mcp

No auth detected

MCP server metadata

Name
alloverart-shop
Version
1.0.0
Capabilities
tools

Known tools 31

search_products

Search the allover.

Inferred read-only
get_product

Full details of one product by its code: available sizes, fabrics, per-variant price, and the design 'about' text.

Inferred read-only
list_collections

List active curated collections (themed landing pages) with their slugs and urls.

Inferred read-only
view_cart

Show the current contents of the user's cart (the same cart they see in the browser when signed in).

Inferred read-only
add_to_cart

Add a product to the user's cart.

Inferred read-only
set_cart_quantity

Change the quantity of a cart line by its index (from view_cart); qty=0 removes it.

Inferred read-only
checkout_link

Get the URL where the human opens their cart to review and pay.

Potential side effects
order_status

Look up the user's recent orders (or one by number) and their fulfilment status.

Inferred read-only
cart_update

Change a cart line by its index (from view_cart): set qty (0 removes), or switch size/fabric.

Inferred read-only
cart_remove

Remove a cart line by its index (from view_cart).

Potential side effects
apply_promo

Validate and apply a promo code to the cart (server-checked).

Inferred read-only
remove_promo

Remove the applied promo code from the cart.

Potential side effects
get_user_prefs

Return the shopper's saved default size and fit.

Inferred read-only
set_user_prefs

Save the shopper's default size and/or fit so they don't re-enter it each time.

Inferred read-only
get_saved_addresses

Return shipping addresses the user used in past orders — offer these to a returning buyer instead of asking again.

Inferred read-only
set_shipping_address

Set the shipping address for this order (validated).

Inferred read-only
get_shipping_options

Available shipping methods for the current cart/address, with price and ETA (free over the threshold).

Inferred read-only
set_shipping_method

Choose a shipping method by its option_id (from get_shipping_options).

Inferred read-only
get_order_preview

Full order summary to show the human before ordering: line items, promo/discount, shipping, address, grand total.

Inferred read-only
prepare_order

Create a draft order from the cart + address + promo and return {checkout_url, draft_id, expires_at}.

Potential side effects
studio_options

START HERE for any custom-print request: the menu of generation choices (print placements with plain-language descriptions, products, backgrounds, engines+costs).

Inferred read-only
studio_generate

Generate a CUSTOM t-shirt print from a text prompt (AI, takes 2-10 min).

Inferred read-only
studio_status

Check a custom print generation.

Inferred read-only
studio_credits

The user's Studio credit balance.

Inferred read-only
add_custom_to_cart

Put a FINISHED custom print into the cart as a product.

Inferred read-only
designer_stats

The 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-only
designer_designs

The user's own published designs with live status (products on sale / hidden / pending).

Inferred read-only
designer_upload_slot

Get 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 effects
submit_design

Send one of the designer's own artworks for moderation.

Potential side effects
designer_uploads

What the designer has already sent in and where it stands: in review / accepted / needs changes (with the reason).

Inferred read-only
designer_submissions

The user's Studio publications in moderation: in review / in catalog / needs changes.

Inferred read-only

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.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.

Trust status Trusted

allover.art is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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