# ch.immoswipe/immoswipe-ai (remote · ai.immoswipe.ch)

Search Swiss rentals & homes, housing guides/FAQs, tenant Chancen-Check and Mieter-Pool signup.

- Trust score: 62/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `ai.immoswipe.ch`: 62/100 (this document), [markdown](https://verifymcp.io/servers/ch-immoswipe-immoswipe-ai/ai.md), [page](https://verifymcp.io/servers/ch-immoswipe-immoswipe-ai/ai)

## Channel facts

- Endpoint: `https://ai.immoswipe.ch/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 10 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1196 tokens (~119/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 71% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ch-immoswipe-immoswipe-ai https://ai.immoswipe.ch/mcp
```

### Codex

```toml
[mcp_servers.ch-immoswipe-immoswipe-ai]
url = "https://ai.immoswipe.ch/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ch-immoswipe-immoswipe-ai": {
      "type": "remote",
      "url": "https://ai.immoswipe.ch/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ch-immoswipe-immoswipe-ai --url https://ai.immoswipe.ch/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ch-immoswipe-immoswipe-ai:
    url: "https://ai.immoswipe.ch/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ch-immoswipe-immoswipe-ai": {
      "type": "http",
      "url": "https://ai.immoswipe.ch/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 60, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 58, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 57)

First indexed and scored.

## MCP tools (10)

### `search_listings` (~301 tokens)

Search Swiss apartments and houses for rent or sale. Supports city filtering (Zürich, Bern, Basel, Geneva), price (CHF), rooms, and square meters. EXAMPLES: "apartments in Zurich under 2000", "3-room flat in Bern", "house to buy in Basel".

Input parameters:

- `address_city` (string): Swiss city name. Examples: "Zürich", "Bern", "Basel", "Geneva", "Lausanne". Supports partial matching.
- `bounds` (object): Geographic bounding box: {north, south, east, west}
- `locale` (string): Language: en=English, de=German
- `max_monthly_price` (number): Maximum monthly rent in CHF
- `max_sales_price` (number): Maximum purchase price in CHF
- `max_square_meters` (number): Maximum living area in m²
- `min_monthly_price` (number): Minimum monthly rent in CHF
- `min_number_of_rooms` (number): Minimum number of rooms
- `min_sales_price` (number): Minimum purchase price in CHF
- `min_square_meters` (number): Minimum living area in m²
- `page` (number): Page number for pagination
- `per_page` (number): Results per page (1-50, default 10)
- `price_type` (string): Transaction type: rent=rentals, sell=purchase, serviced=short-term

### `get_listing_detail` (~50 tokens)

Get full details for a specific property by ID. Returns amenities, pricing breakdown, contact info, images.

Input parameters:

- `listing_id` (number, required): Property ID from search results
- `locale` (string)

### `get_similar_listings` (~40 tokens)

Return listings similar to a given property (same area/category).

Input parameters:

- `listing_id` (number, required): Property ID
- `locale` (string)

### `get_popular_listings` (~28 tokens)

Fetch the most popular/trending Swiss property listings.

Input parameters:

- `locale` (string)

### `get_reserved_ranges` (~67 tokens)

Check availability/booking dates for a specific property. Returns blocked date ranges.

Input parameters:

- `from_date` (string, required): Start date YYYY-MM-DD
- `listing_id` (number, required): Property ID
- `locale` (string)
- `to_date` (string, required): End date YYYY-MM-DD

### `search_guides` (~88 tokens)

Search Immoswipe blog/guide articles about Swiss housing: renting tips, expat relocation guides, buying advice, deposits, tenancy law. Use for "how to" / advice questions. Returns titles, slugs and links; use get_guide to read the full article.

Input parameters:

- `locale` (string)
- `query` (string): Optional keyword to filter articles by title/preview

### `get_guide` (~65 tokens)

Read the full Markdown text of a specific Immoswipe guide/blog article by slug (get the slug from search_guides).

Input parameters:

- `locale` (string)
- `slug` (string, required): Article slug, e.g. "expat-guide-switzerland". Numeric ID also works.

### `get_faqs` (~73 tokens)

Get Immoswipe FAQs about using the platform, renting, listing a property, photography/tour services and pricing.

Input parameters:

- `locale` (string)
- `role` (string): Optional audience: "provider" (landlords) or "tenant"
- `search_by` (string): Optional keyword to filter FAQs

### `check_rental_chances` (~254 tokens)

Wohnungs-Chancen-Check for Swiss tenants: rates chances on the rental market (tenant score 0–100) from a search profile using real BFS vacancy, rent and ZKB market data, and suggests better alternative regions. Use for "how are my chances of finding a 3.5-room flat in Zürich for 2200". Afterwards the tenant can register in the pool via join_tenant_pool.

Input parameters:

- `budget` (string, required): Monthly budget in CHF (budget_over_4000 = 4000–5000, budget_over_5000 = >5000)
- `household` (string, required): Household type
- `income` (string): Optional gross annual income (improves tax estimate)
- `locale` (string)
- `location` (string, required): Desired place/region, e.g. "Zürich". Free text, geocoded server-side.
- `location_type` (string): Optional kind of place
- `rooms` (string, required): rooms_1_5=1.5 … rooms_5_5_plus=5.5+
- `timeframe` (string, required): When they are searching
- `workplace_address` (string): Optional workplace address for a commute estimate

### `join_tenant_pool` (~230 tokens)

Register a Swiss tenant in the Immoswipe Mieter-Pool so property managers see their search profile and contact them about matching units. WRITE operation with personal data: ONLY call after the user has EXPLICITLY agreed to join the pool. consent must be true. Typical flow: run check_rental_chances first, then offer the sign-up.

Input parameters:

- `budget` (string, required)
- `consent` (boolean, required): Must be true. Only set after the user explicitly agreed to join the Mieter-Pool.
- `email` (string, required): Email for match notifications
- `household` (string)
- `income` (string)
- `last_name` (string): Optional last name (derived from name if omitted)
- `location` (string, required): Desired place/region
- `location_type` (string)
- `name` (string, required): First name
- `phone` (string): Optional phone number
- `rooms` (string, required)
- `score` (number): Optional tenant score from check_rental_chances
- `timeframe` (string)
- `workplace_address` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ch-immoswipe-immoswipe-ai/ai#diagnostics

## Score history

- 2026-08-03: 62
- 2026-08-02: 61
- 2026-08-01: 61
- 2026-07-31: 60
- 2026-07-30: 60
- 2026-07-29: 59
- 2026-07-28: 59
- 2026-07-27: 58
- 2026-07-26: 57

## Links

- Remote endpoint: https://ai.immoswipe.ch/mcp
- Repository: https://github.com/Immoswipe/immoswipe-ai
- Changelog RSS feed: https://verifymcp.io/servers/ch-immoswipe-immoswipe-ai/ai/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ch-immoswipe-immoswipe-ai/ai/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ch-immoswipe-immoswipe-ai/ai
