# Joomil — Swiss Classifieds

Browse and search Swiss classified ads on **Joomil.ch** — top marketplace in French-speaking Switzerland since 2007.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list info-tak1/joomil

# Get full schema for a tool
npx -y @smithery/cli@latest tool get info-tak1/joomil search_classifieds

# Call a tool
npx -y @smithery/cli@latest tool call info-tak1/joomil search_classifieds '{}'
```

## Direct MCP Connection

Endpoint: `https://joomil--info-tak1.run.tools`

## Tools (3)

- `search_classifieds` — Search classified ads on Joomil.ch — Switzerland's leading French-speaking classifieds marketplace (since 2007). Return…
- `get_classified` — Get full details of a single classified ad on Joomil.ch by its numeric ID. Returns complete description, all images URL…
- `get_categories` — List active categories of the Joomil.ch marketplace. Returns a flat list with parent_id for hierarchy reconstruction. O…

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