← Back to tools
A

agentee

20 endpointslive

Shop all-over print cotton tees with your AI agent: search, cart, promos, checkout. Human pays. (MCP server art.allover/agentee, aggregated from the official registry)

$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for agentee.
EndpointWhat it doesPriceHealth
Search catalog
/search_products
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-se$0.0020 per callunknown
Get product details
/get_product
Full details of one product by its code: available sizes, fabrics, per-variant price, and the design 'about' text. Args: code (from search_products).$0.0020 per callunknown
List collections
/list_collections
List active curated collections (themed landing pages) with their slugs and urls. Args: limit?.$0.0020 per callunknown
View cart
/view_cart
Show the current contents of the user's cart (the same cart they see in the browser when signed in).$0.0020 per callunknown
Add to cart
/add_to_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), $0.0020 per callunknown
Set cart quantity
/set_cart_quantity
Change the quantity of a cart line by its index (from view_cart); qty=0 removes it. Args: index, qty.$0.0020 per callunknown
Get checkout link
/checkout_link
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.$0.0020 per callunknown
Check order status
/order_status
Look up the user's recent orders (or one by number) and their fulfilment status. Args: number?, limit? (default 5).$0.0020 per callunknown
Update cart line
/cart_update
Change a cart line by its index (from view_cart): set qty (0 removes), or switch size/fabric. Args: index, qty?, size?, fabric?.$0.0020 per callunknown
Remove cart line
/cart_remove
Remove a cart line by its index (from view_cart). Args: index.$0.0020 per callunknown
Apply promo code
/apply_promo
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.$0.0020 per callunknown
Remove promo code
/remove_promo
Remove the applied promo code from the cart.$0.0020 per callunknown
Get saved size/fit
/get_user_prefs
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 $0.0020 per callunknown
Save size/fit
/set_user_prefs
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.$0.0020 per callunknown
Get saved addresses
/get_saved_addresses
Return shipping addresses the user used in past orders — offer these to a returning buyer instead of asking again.$0.0020 per callunknown
Set shipping address
/set_shipping_address
Set the shipping address for this order (validated). Args: name, country, city, address, zip?, phone.$0.0020 per callunknown
Get shipping options
/get_shipping_options
Available shipping methods for the current cart/address, with price and ETA (free over the threshold).$0.0020 per callunknown
Set shipping method
/set_shipping_method
Choose a shipping method by its option_id (from get_shipping_options). Args: option_id.$0.0020 per callunknown
Preview order
/get_order_preview
Full order summary to show the human before ordering: line items, promo/discount, shipping, address, grand total. Prices are server-computed.$0.0020 per callunknown
Prepare checkout
/prepare_order
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 — $0.0020 per callunknown
Cracked: connect your agent to every tool it needs