← Back to search
95
Agent Ready
Agentic Readiness Score
+25 llms.txt +20 ai-plugin missing +5 AI robots
ecommerce ai-pluginapimcpaiopenapimlhostingautomationllms-txt

Agentic Signals

📄
Found
🤖
Found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Found
MCP Server
Found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 95/100

            

llms.txt Content

# Immoswipe — Swiss real estate > Immoswipe is a Swiss property platform for renting and buying apartments and houses in Zürich, Bern, Basel, Geneva, Lausanne and across Switzerland. This host (ai.immoswipe.ch) exposes Immoswipe to AI assistants via the Model Context Protocol (MCP) and a read-only REST/OpenAPI interface. ## For AI assistants - [MCP endpoint](https://ai.immoswipe.ch/mcp): JSON-RPC tools — search_listings, get_listing_detail, get_similar_listings, get_popular_listings, get_reserved_ranges, search_guides, get_guide, get_faqs, check_rental_chances, join_tenant_pool - [OpenAPI spec](https://ai.immoswipe.ch/openapi.json): read-only REST endpoints under /api - [Chancen-Check API](https://ai.immoswipe.ch/api/chances?location=Z%C3%BCrich&rooms=rooms_3_5&budget=budget_2000_2500&household=single&timeframe=asap): tenant market score (0-100) for a Swiss search profile, plus better alternative regions — no auth, no MCP client required - [Plugin manifest](https://ai.immoswipe.ch/.well-known/ai-plugin.json) ## Pages - [Home — search Swiss properties](https://immoswipe.ch/en) - [About Immoswipe](https://immoswipe.ch/en/about) - [How to rent an apartment in Switzerland](https://immoswipe.ch/en/how-to-rent) - [Become a landlord / list your property](https://immoswipe.ch/en/become-a-landlord) - [Business / agency customers](https://immoswipe.ch/en/become-a-business-customer) - [Furnished apartments](https://immoswipe.ch/en/furnished-apartment) - [Serviced apartments](https://immoswipe.ch/en/serviced-apartment) - [Temporary / short-term living](https://immoswipe.ch/en/temporary-living) - [Expat guide to Switzerland](https://immoswipe.ch/en/expat-guide-switzerland) - [Buy property in Zurich](https://immoswipe.ch/en/buy-property-zurich) - [Help & FAQ](https://immoswipe.ch/en/help) - [Contact](https://immoswipe.ch/en/contact) ## Guides - [Rent in Switzerland explained: Net rent, gross rent and rent reduction 2025 | Immoswipe](https://immoswipe.ch/en/guide/rent

OpenAPI Spec (preview)

{ "openapi": "3.1.0", "info": { "title": "Immoswipe – Swiss Property Search & Guides", "version": "1.1.0", "description": "Search and discover Swiss apartments, houses, and commercial properties for rent or sale, and read Immoswipe's housing guides and FAQs. All prices in CHF. Properties located in Switzerland only." }, "servers": [ { "url": "https://ai.immoswipe.ch" } ], "paths": { "/api/search": { "get": { "x-openai-isConsequential": false,