Valmo-Sarl/joomil-mcp
MCP server for Joomil.ch — Swiss French classifieds marketplace (45k+ listings). Search ads, get details, browse categories.
Platform-specific configuration:
{
"mcpServers": {
"joomil-mcp": {
"command": "npx",
"args": [
"-y",
"joomil-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> MCP server for Joomil.ch — Switzerland's leading French-speaking classifieds marketplace, active since 2007.
Browse and search 45,000+ active listings across 34 categories: real estate, vehicles, jobs, animals, electronics, fashion and more — all from Switzerland's French-speaking regions (Romandie).
| Tool | Description | |------|-------------| | search_classifieds | Search listings with filters: keyword, category, canton, location, price range, sort, pagination | | get_classified | Get full details of a listing by ID: description, images, vendor, expiry date | | get_categories | List active categories with hierarchy via parent_id |
This is a remote MCP server — no local installation required.
Endpoint: https://joomil-mcp.snowy-surf-deec.workers.dev/mcp
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"joomil": {
"command": "npx",
"args": ["mcp-remote", "https://joomil-mcp.snowy-surf-deec.workers.dev/mcp"]
}
}
}Add to your MCP settings:
{
"joomil": {
"url": "https://joomil-mcp.snowy-surf-deec.workers.dev/mcp"
}
}search_classifieds| Parameter | Type | Description | |-----------|------|-------------| | q | string | Full-text search (title + description) | | cat_id | number | Category ID — includes subcategories | | canton | string | Swiss canton: Geneve, Vaud, Valais, Fribourg, Neuchatel, Berne, Jura... | | location | string | City name or postal code (partial match) | | price_min | number | Minimum price in CHF | | price_max | number | Ma
Loading reviews...