# SIIL Ostomy Store

Browse and purchase premium ostomy bag covers, support belts, swimwear, wraps, panties, lingerie, and stoma protectors from SIIL Ostomy. Search 320+ expert blog articles on ostomy care, parastomal he…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add hola-ps65/siil-ostomy-store

# Browse available tools
npx -y @smithery/cli@latest tool list hola-ps65/siil-ostomy-store

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hola-ps65/siil-ostomy-store search_products

# Call a tool
npx -y @smithery/cli@latest tool call hola-ps65/siil-ostomy-store search_products '{}'
```

## Direct MCP Connection

Endpoint: `https://siil-ostomy-store--hola-ps65.run.tools`

## Tools (8)

- `search_products` — Search SIIL Ostomy products by keyword, category, or price range.
- `get_product` — Get full details for a specific SIIL Ostomy product.
- `get_categories` — List all SIIL Ostomy product categories with product counts.
- `get_shipping_info` — Get shipping information for SIIL Ostomy orders.
- `get_store_info` — Get SIIL Ostomy store information, policies, and contact details.
- `search_blog` — Search SIIL Ostomy blog for ostomy care information, guides, and tips.
- `get_blog_post` — Get the full content of a SIIL Ostomy blog article.
- `create_order` — Create a SIIL Ostomy order and get a payment link.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get hola-ps65/siil-ostomy-store <tool-name>
```
