# Partle

Search and discover products across a diverse marketplace of local stores. Access detailed information on specific items and store locations to streamline the shopping experience. Monitor platform st…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add rubenayla/partle

# Browse available tools
npx -y smithery tool list rubenayla/partle

# Get full schema for a tool
npx -y smithery tool get rubenayla/partle search_products

# Call a tool
npx -y smithery tool call rubenayla/partle search_products '{}'
```

## Direct MCP Connection

Endpoint: `https://partle--rubenayla.run.tools`

## Tools (5)

- `search_products` — Search marketplace products by name or description.
- `get_product` — Get detailed information about a single product by its ID.
- `search_stores` — Search or list stores in the marketplace.
- `get_store` — Get detailed information about a single store by its ID.
- `get_stats` — Get platform statistics (total products, total stores).

```bash
# Get full input/output schema for a tool
npx -y smithery tool get rubenayla/partle <tool-name>
```
