Skip to main content
Glama
README.md
# AgenTee — allover.art MCP server

[![smithery badge](https://smithery.ai/badge/we-6lza/AgenTee)](https://smithery.ai/servers/we-6lza/AgenTee)

![AgenTee demo — agent finds a tee, builds the cart and preps checkout](media/agentee-demo.gif)



**The first print-on-demand store your AI agent can run for you.**

Give your agent a personal token and it can search 30,000+ all-over-print **100% cotton** tees, build and edit your cart, apply promo codes, fill in shipping and prepare a ready-to-pay checkout. **Payment always stays with the human** — there are no payment tools, by design.

- Website & tokens: https://allover.art/agentee
- Endpoint: `https://allover.art/mcp` (remote, Streamable HTTP, JSON-RPC 2.0)
- Auth: `Authorization: Bearer <your token>` — free personal tokens, issued in one click

## Quick start

**Claude Code**

```bash
claude mcp add --transport http agentee https://allover.art/mcp --header "Authorization: Bearer YOUR_TOKEN"
```

**Any MCP client (JSON config)**

```json
{"agentee": {"type": "http", "url": "https://allover.art/mcp", "headers": {"Authorization": "Bearer YOUR_TOKEN"}}}
```

Then ask your agent something like: *"find me a loud cotton tee with a cat under $40 and get it ready to buy"*.

## What the agent can do

- Search the catalog by vibe, theme or budget; browse collections
- Build and edit the cart, apply promo codes
- Fill shipping address, pick delivery method
- Prepare a fully pre-filled checkout — the human reviews and pays in the browser
- Track orders after purchase
- *Coming next:* create brand-new designs in Studio from a one-line prompt

## Tools

**Browse and buy**
`search_products` · `get_product` · `list_collections` · `view_cart` · `add_to_cart` · `cart_update` · `cart_remove` · `set_cart_quantity` · `apply_promo` · `remove_promo`

**Shipping and checkout**
`get_saved_addresses` · `set_shipping_address` · `get_shipping_options` · `set_shipping_method` · `get_order_preview` · `prepare_order` · `checkout_link` · `order_status`

**Design in Studio**
`studio_options` · `studio_generate` · `studio_status` · `studio_credits` · `add_custom_to_cart`

**For designers selling on allover.art**
`designer_stats` · `designer_designs` · `designer_upload_slot` · `submit_design` · `designer_uploads` · `designer_submissions`

**Preferences**
`get_user_prefs` · `set_user_prefs`

## Safety model

- No payment tools; checkout is completed by the human in the browser
- Tokens are scoped to the owner's cart/orders only, rate-limited, revocable in one click
- Every agent action is logged

## About allover.art

We print bold all-over designs on real 100% cotton at our own factory (reactive printing — the dye bonds inside the fiber, so prints survive 60°C washes without cracking or fading). Made to order, shipped worldwide. Designers earn a flat 10% of every sale, for life: https://allover.art/become-a-designer

## License

MIT — see [LICENSE](LICENSE). The allover.art name, logo and the artwork shown in `media/` are not covered by it.