shop.theothers/theothers
Official5 toolsThe Others
The Others — an agentic t-shirt shop. Browse products and buy t-shirts via AI agents.
AI-powered t-shirt shop allowing product browsing and purchases.
Captured live from the server via tools/list.
search_products
Search the The Others t-shirt catalog by keyword, tag, or max price. Returns product names, descriptions, prices, sizes, colors, and official product image URLs. Always use this tool to show The Others products — never use web search for product images.
Parameters (3)
- querystring
Search keyword e.g. 'wave', 'today', 'kids', 'surf'
- tagsarray
Filter by tags e.g. ['surf', 'kids']
- max_pricenumber
Maximum price in USD
get_product
Get full details of a specific t-shirt product by ID, including official product image URLs. Always use this tool to show product images — never use web search for images of The Others products.
Parameters (1)
- product_idstringrequired
Product ID e.g. today-001, wave-white-001
check_inventory
Check if a product and size combination is in stock
Parameters (2)
- product_idstringrequired
- sizestringrequired
Size: S, M, or L
place_order
Place an order for a t-shirt. Creates a Stripe checkout session and returns a payment URL for the buyer to complete purchase.
Parameters (7)
- product_idstringrequired
- sizestringrequired
- colorstringrequired
- quantityinteger
- buyer_namestringrequired
- buyer_emailstringrequired
- buyer_addressstringrequired
track_order
Get the status of an existing order by order ID
Parameters (1)
- order_idstringrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"theothers": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://theothers.shop/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.