art.allover/agentee

MCPCommunitylive
v1.0.0art.alloverUnknownAktualisiert vor 2 Mon.

Shop all-over print cotton tees with your AI agent: search, cart, promos, checkout. Human pays.

Endpunkt-Statuslive
geprüft vor 23 Std. · 273 ms
100 % der letzten 4 Prüfungen haben diesen Endpunkt erreicht
Läuft in
ClaudeCursorCopilotChatGPTGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
vor 2 Mon.Letzte Aktualisierung
Paket
Autorart.allover
LizenzUnknown
Version1.0.0
Quellemcp-registry
Trust-Status
B
60/100Gut
Im Forge-Index gelistet+10/10
Publisher-Identität verifiziert+0/30
Publisher: für diesen Eintrag ist kein Repository hinterlegt, daher kann `forge publish` die Inhaberschaft nicht automatisch prüfen. Nutze oben „Diesen Eintrag beanspruchen“ — Forge prüft diese Fälle von Hand.
Domain-Verifizierung+0/10
Für diesen Eintragstyp derzeit nicht verfügbar — die Domain-Prüfung läuft heute nur für npm-gestützte Pakete, diese Zeile lässt sich hier also noch nicht erreichen, unabhängig davon, was auf der Domain liegt.
Prompt-Injection-Scan · sauber+30/30
Obfuskations-/Exfiltrations-Scan · sauber+20/20
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft
AbhängigkeitenNicht auditiert
Tool-Oberfläche36 Tools · 4 privilegiert
Sicherheits-Scan✓ Saubervlive · heuteWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert16. Juli 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

36 Tools · 4 privilegiert
Live am Endpunkt des Anbieters beobachtet23h ago

Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.

  • https://allover.art/mcp36 Tools · 273 ms
search_productsSearch the allover.art catalog (one card per design). Args: query? (free text, e.g. 'cat', 'neon koi'), theme? (canonical theme like Cats/Anime/Skulls, comma-separated for several), section? (mens|womens|kids), limit? (<=48), max_price? (USD). Returns product cards with good_id, price and url.

Search the allover.art catalog (one card per design). Args: query? (free text, e.g. 'cat', 'neon koi'), theme? (canonical theme like Cats/Anime/Skulls, comma-separated for several), section? (mens|womens|kids), limit? (<=48), max_price? (USD). Returns product cards with good_id, price and url.

ParameterTypBeschreibung
querystringFree-text search, e.g. 'cat' or 'neon koi'.
themestringCanonical theme filter (Cats, Anime, Skulls, ...); comma-separate several.
sectionstringCatalog section: mens, womens or kids.
limitintegerMax cards to return (default 24, max 48).
max_pricenumberOnly items priced at or below this amount, USD.
get_productFull details of one product by its code: available sizes, fabrics, per-variant price, and the design 'about' text. Args: code (from search_products).

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

ParameterTypBeschreibung
code*stringProduct code from search_products results.
list_collectionsList active curated collections (themed landing pages) with their slugs and urls. Args: limit?.

List active curated collections (themed landing pages) with their slugs and urls. Args: limit?.

ParameterTypBeschreibung
limitintegerMax collections to return (default 50, max 100).
view_cartShow the current contents of the user's cart (the same cart they see in the browser when signed in).

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

add_to_cartAdd a product to the user's cart. Args: good_id (from search/get_product), size (must be one of the product's sizes), fabric? (if the product offers a choice), qty? (default 1). Returns the updated cart.

Add a product to the user's cart. Args: good_id (from search/get_product), size (must be one of the product's sizes), fabric? (if the product offers a choice), qty? (default 1). Returns the updated cart.

ParameterTypBeschreibung
good_id*integerNumeric product id from search_products/get_product.
size*stringSize label; must be one of the product's available sizes.
fabricstringFabric label from get_product, if the product offers a choice.
qtyintegerQuantity to add (default 1, max 99).
set_cart_quantityChange the quantity of a cart line by its index (from view_cart); qty=0 removes it. Args: index, qty.

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

ParameterTypBeschreibung
index*integerZero-based cart line index from view_cart.
qty*integerNew quantity (0 removes the line, max 99).
checkout_linkGet the URL where the human opens their cart to review and pay. The agent never pays — checkout is always done by the person in the browser.

Get the URL where the human opens their cart to review and pay. The agent never pays — checkout is always done by the person in the browser.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

order_statusLook up the user's recent orders (or one by number) and their fulfilment status. Args: number?, limit? (default 5).

Look up the user's recent orders (or one by number) and their fulfilment status. Args: number?, limit? (default 5).

ParameterTypBeschreibung
numberstringExact order number to look up; omit for the most recent orders.
limitintegerMax orders to return (default 5, max 20).
cart_updateChange a cart line by its index (from view_cart): set qty (0 removes), or switch size/fabric. Args: index, qty?, size?, fabric?.

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

ParameterTypBeschreibung
index*integerZero-based cart line index from view_cart.
qtyintegerNew quantity; 0 removes the line.
sizestringNew size for this line (must be available for the product).
fabricstringNew fabric for this line (must be available for the product).
cart_removeprivilegiertRemove a cart line by its index (from view_cart). Args: index.

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

ParameterTypBeschreibung
index*integerZero-based cart line index from view_cart.
apply_promoValidate and apply a promo code to the cart (server-checked). Returns the new discount/shipping/total, or applied=false with a reason. Args: code.

Validate and apply a promo code to the cart (server-checked). Returns the new discount/shipping/total, or applied=false with a reason. Args: code.

ParameterTypBeschreibung
code*stringPromo code to validate and apply.
remove_promoprivilegiertRemove the applied promo code from the cart.

Remove the applied promo code from the cart.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_user_prefsReturn the shopper's saved default size and fit. Call this BEFORE asking the user for a size — if a default is set, apply it automatically (add_to_cart uses it when size is omitted), and prefer products matching their fit (basic vs oversized).

Return the shopper's saved default size and fit. Call this BEFORE asking the user for a size — if a default is set, apply it automatically (add_to_cart uses it when size is omitted), and prefer products matching their fit (basic vs oversized).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

set_user_prefsSave the shopper's default size and/or fit so they don't re-enter it each time. Args: size (XS…5XL), fit (basic | oversized). Pass only what the user stated.

Save the shopper's default size and/or fit so they don't re-enter it each time. Args: size (XS…5XL), fit (basic | oversized). Pass only what the user stated.

ParameterTypBeschreibung
sizestringDefault size: XS, S, M, L, XL, 2XL…5XL.
fitstringFit preference: basic or oversized.
get_saved_addressesReturn shipping addresses the user used in past orders — offer these to a returning buyer instead of asking again.

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

set_shipping_addressSet the shipping address for this order (validated). Args: name, country, city, address, zip?, phone.

Set the shipping address for this order (validated). Args: name, country, city, address, zip?, phone.

ParameterTypBeschreibung
name*stringRecipient full name.
country*stringDestination country.
city*stringDestination city.
address*stringStreet address line.
zipstringPostal / ZIP code (optional where not used).
phone*stringContact phone number for delivery.
get_shipping_optionsAvailable shipping methods for the current cart/address, with price and ETA (free over the threshold).

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

set_shipping_methodChoose a shipping method by its option_id (from get_shipping_options). Args: option_id.

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

ParameterTypBeschreibung
option_idstringShipping option id from get_shipping_options (currently 'worldwide').
get_order_previewFull order summary to show the human before ordering: line items, promo/discount, shipping, address, grand total. Prices are server-computed.

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

prepare_orderCreate a draft order from the cart + address + promo and return {checkout_url, draft_id, expires_at}. The human opens checkout_url — everything is pre-filled — reviews and pays. The agent never pays. Call get_order_preview and confirm with the human first.

Create a draft order from the cart + address + promo and return {checkout_url, draft_id, expires_at}. The human opens checkout_url — everything is pre-filled — reviews and pays. The agent never pays. Call get_order_preview and confirm with the human first.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

studio_optionsSTART HERE for any custom-print request: the menu of generation choices (print placements with plain-language descriptions, products, backgrounds, engines+costs). Present these to the human — at minimum ask which PLACEMENT and which PRODUCT they want — before calling studio_generate.

START HERE for any custom-print request: the menu of generation choices (print placements with plain-language descriptions, products, backgrounds, engines+costs). Present these to the human — at minimum ask which PLACEMENT and which PRODUCT they want — before calling studio_generate.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

studio_generateGenerate a CUSTOM t-shirt print from a text prompt (AI, takes 2-10 min). SPENDS THE ACCOUNT OWNER'S STUDIO CREDITS: tell them the cost and their balance and get a yes BEFORE calling this — never spend silently, and never spend to 'try something' on your own initiative. Credits are earned (20 free o…

Generate a CUSTOM t-shirt print from a text prompt (AI, takes 2-10 min). SPENDS THE ACCOUNT OWNER'S STUDIO CREDITS: tell them the cost and their balance and get a yes BEFORE calling this — never spend silently, and never spend to 'try something' on your own initiative. Credits are earned (20 free o…

ParameterTypBeschreibung
prompt*stringText description of the design to generate.
productstringStudio product base from studio_options (default mens_oversize_tshirt).
backgroundstringT-shirt background choice (see studio_options backgrounds).
placementstringPrint size/position: portrait_extended (default), square_center or chest_small.
modelstringGeneration engine: nb2 (default) or gpt-image-2 — both 1 credit.
image_urlstringhttps link to the user's OWN image, used as style/subject reference.
preservebooleantrue = print the image exactly as-is, no AI redraw (free); requires image_url.
studio_statusCheck a custom print generation. Args: print_id (from studio_generate). When done returns preview_url — show it to the human.

Check a custom print generation. Args: print_id (from studio_generate). When done returns preview_url — show it to the human.

ParameterTypBeschreibung
print_id*stringGeneration id returned by studio_generate.
studio_creditsThe user's Studio credit balance. Check before studio_generate (1 credit per generation, either engine; welcome bonus 20; every bought tee adds 20).

The user's Studio credit balance. Check before studio_generate (1 credit per generation, either engine; welcome bonus 20; every bought tee adds 20).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

add_custom_to_cartPut a FINISHED custom print into the cart as a product. Args: print_id (must be done), product? (same set as studio_generate), size, qty?. Then the normal checkout flow applies (get_order_preview -> prepare_order).

Put a FINISHED custom print into the cart as a product. Args: print_id (must be done), product? (same set as studio_generate), size, qty?. Then the normal checkout flow applies (get_order_preview -> prepare_order).

ParameterTypBeschreibung
print_id*stringFinished print id — studio_status must report status=done.
productstringStudio product base, same set as studio_generate (default mens_oversize_tshirt).
size*stringSize label; must be available for the chosen product.
qtyintegerQuantity (default 1, max 99).
designer_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.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

designer_designsThe user's own published designs with live status (products on sale / hidden / pending). Args: limit? (default 50).

The user's own published designs with live status (products on sale / hidden / pending). Args: limit? (default 50).

ParameterTypBeschreibung
limitintegerMax designs to return (default 50, max 200).
designer_upload_slotprivilegiertGet 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). Args: filename?. PUT the raw bytes to upload_url, then pass the returned upload_id to submit_design.

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). Args: filename?. PUT the raw bytes to upload_url, then pass the returned upload_id to submit_design.

ParameterTypBeschreibung
filenamestringOriginal file name, for readability.
submit_designSend one of the designer's own artworks for moderation. TWO inputs, same path: either artwork files — front/back accept a public image URL OR an upload_id from designer_upload_slot — or session_id of a FINISHED Studio session of theirs (generated with studio_generate; no need to download the print,…

Send one of the designer's own artworks for moderation. TWO inputs, same path: either artwork files — front/back accept a public image URL OR an upload_id from designer_upload_slot — or session_id of a FINISHED Studio session of theirs (generated with studio_generate; no need to download the print,…

ParameterTypBeschreibung
name*stringDesign name the moderator will see.
front*stringImage URL or upload_id. Omit when passing session_id.
session_idstringFinished Studio session of this designer (print_id from studio_generate). Alternative to front.
backstringOptional second side: URL or upload_id.
layoutstring'front_back' (default) or 'r10'.
notestringAnything the moderator should know.
batchstringGroup id for a bulk upload.
designer_uploadsWhat the designer has already sent in and where it stands: in review / accepted / needs changes (with the reason). Args: limit?.

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

ParameterTypBeschreibung
limitintegerMax rows (default 50, max 200).
designer_submissionsThe user's Studio publications in moderation: in review / in catalog / needs changes. Args: limit?.

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

ParameterTypBeschreibung
limitintegerMax submissions to return (default 20, max 100).
designer_colorwaysMy colorway sets: one catalog card per set instead of one per colour. No args.

My colorway sets: one catalog card per set instead of one per colour. No args.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

create_colorwayGroup my recolours of ONE artwork into a set (2+ of my designs). The catalog then shows one card for the set; every variant keeps its own page and link. Args: design_ids (list of my design ids), primary? (which one represents the set).

Group my recolours of ONE artwork into a set (2+ of my designs). The catalog then shows one card for the set; every variant keeps its own page and link. Args: design_ids (list of my design ids), primary? (which one represents the set).

ParameterTypBeschreibung
design_ids*arrayAt least two of my own design ids.
primaryintegerWhich variant represents the set.
designer_add_to_colorwayAdd one more of my recolours to a set of mine. Args: colorway_id, design_id.

Add one more of my recolours to a set of mine. Args: colorway_id, design_id.

ParameterTypBeschreibung
colorway_id*integer
design_id*integer
designer_remove_from_colorwayprivilegiertTake one of my designs out of its set — it gets its own catalog card again. A set left with a single variant is dissolved. Args: design_id.

Take one of my designs out of its set — it gets its own catalog card again. A set left with a single variant is dissolved. Args: design_id.

ParameterTypBeschreibung
design_id*integer
set_colorway_primaryChoose which variant of my set represents it in the catalog. Args: colorway_id, design_id.

Choose which variant of my set represents it in the catalog. Args: colorway_id, design_id.

ParameterTypBeschreibung
colorway_id*integer
design_id*integer

36 von 36 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

Shop all-over print cotton tees with your AI agent: search, cart, promos, checkout. Human pays.

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Keine Abdeckung der Abhängigkeiten

Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.