# ShopHub

Explore and buy products with fast search and category browsing. Manage your cart and wishlist, then complete checkout and track orders. Sign in to access your account and personalize your shopping e…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add aravindsriraj/aishophub

# Browse available tools
npx -y @smithery/cli@latest tool list aravindsriraj/aishophub

# Get full schema for a tool
npx -y @smithery/cli@latest tool get aravindsriraj/aishophub signUp

# Call a tool
npx -y @smithery/cli@latest tool call aravindsriraj/aishophub signUp '{}'
```

## Direct MCP Connection

Endpoint: `https://aishophub--aravindsriraj.run.tools`

## Tools (31)

- `signUp`
- `signIn`
- `logout`
- `getCurrentUser`
- `listApiTokens`
- `createApiToken`
- `deleteApiToken`
- `getProducts`
- `semanticSearch`
- `getProductsByIds`
- `getProductById`
- `getCategories`
- `getCart`
- `addToCart`
- `clearCart`
- `updateCartItem`
- `removeFromCart`
- `getWishlist`
- `addToWishlist`
- `removeFromWishlist`
- `checkWishlistStatus`
- `checkout`
- `getOrders`
- `getOrderById`
- `updateOrderInvoice`
- `addToCartAlternative`
- `removeFromCartAlternative`
- `listWishlistProducts`
- `getMyOrders`
- `listCategories`
- `completeOrder`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get aravindsriraj/aishophub <tool-name>
```
