Joomil — Swiss Classifieds MCP
Server Details
Search Swiss classifieds on Joomil.ch — top marketplace in French-speaking Switzerland since 2007.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Valmo-Sarl/joomil-mcp
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.7/5 across 5 of 5 tools scored.
All five tools have clearly distinct purposes: getting cantons, getting categories, getting a single classified, searching classifieds, and suggesting filters. No two tools overlap in functionality.
All tool names follow a consistent verb_noun snake_case pattern (get_cantons, get_categories, get_classified, search_classifieds, suggest_filters), making the set predictable and easy to navigate.
With 5 tools, the server is well-scoped for querying a classifieds marketplace. Each tool covers a necessary operation without excess or deficiency.
The tool set provides comprehensive read operations (listing metadata, searching, fetching details, and filter suggestion). A minor gap might be the lack of a dedicated tool for retrieving vendor information directly, but overall the surface is adequate for browsing classifieds.
Available Tools
5 toolsget_cantonsRead-onlyInspect
List the Swiss cantons supported by Joomil's canton filter. Returns the exact name value to pass to search_classifieds, plus a readable French label. Call this before filtering by canton — the API values are non-obvious (e.g. 'Bern' not 'Berne', 'Geneve' not 'Genève' or 'Geneva').
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| total | Yes | |
| cantons | Yes |
get_categoriesRead-onlyInspect
List active categories of the Joomil.ch marketplace. Returns a flat list with parent_id for hierarchy reconstruction. Omit parent_id for all categories, use parent_id=0 for root categories only, or pass a specific ID to get direct children of that category.
| Name | Required | Description | Default |
|---|---|---|---|
| parent_id | No | Filter to direct children of this category ID. Omit for all categories. Use 0 for root categories only. |
Output Schema
| Name | Required | Description |
|---|---|---|
| total | Yes | |
| categories | Yes |
get_classifiedRead-onlyInspect
Get full details of a single classified ad on Joomil.ch by its numeric ID. Returns complete description, all images URLs, category breadcrumb (full_path), vendor info (name, certified status, pro company), expiry date and boost level. Use search_classifieds first to find relevant listing IDs.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric listing ID — visible in the URL and in search_classifieds results |
Output Schema
| Name | Required | Description |
|---|---|---|
| id | Yes | |
| url | Yes | |
| boost | Yes | |
| price | Yes | |
| title | Yes | |
| images | Yes | |
| seller | Yes | |
| category | Yes | |
| location | Yes | |
| created_at | Yes | |
| expires_at | Yes | |
| description | Yes | |
| has_picture | Yes |
search_classifiedsRead-onlyInspect
Search classified ads on Joomil.ch — Switzerland's leading French-speaking classifieds marketplace (since 2007). Returns a paginated list of public listings with title, description (truncated to 300 chars), price, location, category and vendor info. All parameters are optional — call with no arguments to browse the latest listings. Use get_classified to fetch full details of a specific listing.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text search query (searches title and description) | |
| sort | No | Sort order: recent (newest first, default), price_asc, price_desc, views | |
| limit | No | Results per page (1–50, default 20) | |
| canton | No | Swiss canton filter — strict enum. Use get_cantons for the official list. WARNING: values are API-specific (e.g. 'Bern' not 'Berne', 'Geneve' not 'Genève'/'Geneva'). Supported: Geneve, Vaud, Valais, Fribourg, Neuchatel, Jura, Bern, Argovie, Zurich, Lucerne, Bale-Ville, Etranger. | |
| cat_id | No | Category ID filter — includes subcategories automatically. Use get_categories to browse available categories. | |
| offset | No | Pagination offset. Use next_offset from previous response to get next page. | |
| location | No | City name or postal code (NPA) — partial match | |
| price_max | No | Maximum price in CHF (inclusive) | |
| price_min | No | Minimum price in CHF (inclusive) |
Output Schema
| Name | Required | Description |
|---|---|---|
| limit | Yes | |
| total | Yes | |
| offset | Yes | |
| results | Yes | |
| has_more | Yes | |
| next_offset | Yes | |
| filtered_out | Yes |
suggest_filtersRead-onlyInspect
Infer search_classifieds filters from a natural-language query. Use this before search_classifieds when the user mentions a category, location, canton or price in free text. Returns a ready-to-use filters object, a category confidence score and warnings for uncertain matches.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language search request, e.g. 'appartement 3 pièces à Sion' or 'Tesla Model 3 moins de 25000 CHF'. |
Output Schema
| Name | Required | Description |
|---|---|---|
| query | Yes | |
| filters | Yes | |
| category | Yes | |
| warnings | Yes | |
| next_step | Yes | |
| confidence | Yes |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseDqualityDmaintenanceProvides Swiss weather forecast data, allowing users to search for Swiss locations and get detailed hourly and daily weather forecasts.Last updated22MIT
- Flicense-qualityCmaintenanceThe most comprehensive signal intelligence on Swiss businesses — 800K+ companies with people, FINMA/SRO regulatory data, building permits, procurement tenders, and AI-enriched profiles from the official commercial register.Last updated
- Alicense-qualityBmaintenanceMCP server to search tutti.ch Swiss classifieds anonymously with tools for listings, categories, and localities. Supports both MCP clients and a JSON CLI.Last updated303MIT
- Alicense-qualityCmaintenanceSearch and retrieve detailed information about Swiss companies from the official Zefix register, including company profiles, corporate structures, and SHAB publications.Last updatedMIT