streamable-httpMITupdated 1mo ago
Remote Model Context Protocol server for searching mountain holiday rentals in France (Alps, Pyrénées, Jura, Vosges, Massif central) — thousands of chalets, apartments and studios rented directly by their owners, with no booking commission.
What can you do with Chalet Montagne com?
Chalet-Montagne.com — MCP Server
Remote Model Context Protocol server for searching mountain holiday rentals in France (Alps, Pyrénées, Jura, Vosges, Massif central) — thousands of chalets, apartments and studios rented directly by their owners, with no booking commission.
Endpoint
| Transport | Streamable HTTP |
| URL | https://mcp.chalet-montagne.com/mcp |
| Auth | None (public, rate-limited) |
| Registry name | com.chalet-montagne/rentals |
| Server card | /.well-known/mcp/server-card.json |
| OpenAPI | /openapi |
| About | chalet-montagne.com/ia |
Tools
| Tool | Purpose |
|---|---|
search_rentals |
Multi-criteria search: free-text destination, dates, travellers, budget, amenities |
get_rental_details |
Full listing details: description, conditions, reviews, resort info |
check_availability_and_price |
Availability and price for specific dates, with fallback periods |
send_rental_inquiry |
Send a contact request to the owner (with the user's explicit consent) |
Prices are always indicative and confirmed by the owner. No booking or payment goes through this server — the goal is a direct, free connection between traveller and owner.
Quick start
Claude (claude.ai / Claude Desktop / Claude Code)
claude mcp add --transport http chalet-montagne https://mcp.chalet-montagne.com/mcp
Or add a custom connector in claude.ai → Settings → Connectors with the URL above.
Any MCP client (JSON config)
{
"mcpServers": {
"chalet-montagne": {
"type": "streamable-http",
"url": "https://mcp.chalet-montagne.com/mcp"
}
}
}
ChatGPT
Add a remote MCP connector with URL https://mcp.chalet-montagne.com/mcp (Settings → Connectors, available on plans supporting custom connectors).
Example
"Find a chalet in the French Alps for 8 people around Christmas, budget 2000 €/week, sauna if possible."
The assistant calls search_rentals, refines with check_availability_and_price, and every result links back to the full listing on chalet-montagne.com.
Privacy & terms
- No account or API key required; requests are rate-limited per IP.
send_rental_inquiryforwards the traveller's message to the owner only after the user's explicit confirmation.- See chalet-montagne.com/ia for the full policy.
About
Chalet-Montagne.com has connected travellers and owners in the French mountains since 2000, from Savoie, France. Site available in 6 languages (fr, en, de, es, it, nl). Machine-readable site overview: llms.txt.
🇫🇷 Serveur MCP — version française
Serveur MCP distant de recherche de locations de vacances à la montagne en France : des milliers de chalets, appartements et studios loués en direct par leurs propriétaires, sans commission de réservation.
- Endpoint :
https://mcp.chalet-montagne.com/mcp(Streamable HTTP, sans authentification) - 4 outils : recherche multicritères, fiche détaillée, disponibilité + prix d'un séjour daté, demande de contact au propriétaire (avec accord explicite de l'utilisateur)
- Aucun paiement ni réservation ferme ne transite par ce serveur : la finalité est la mise en relation directe et gratuite vacancier–propriétaire.
- En savoir plus : chalet-montagne.com/ia
License
The documentation in this repository is released under the MIT License. The Chalet-Montagne.com service, its data and its listings remain the property of their respective owners.
Install
Add Chalet Montagne com to your client. Pick the one you use.
claude mcp add --transport http chalet-montagne-com https://mcp.chalet-montagne.com/mcpcodex mcp add chalet-montagne-com --url https://mcp.chalet-montagne.com/mcp{
"mcpServers": {
"chalet-montagne-com": {
"url": "https://mcp.chalet-montagne.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"chalet-montagne-com": {
"type": "http",
"url": "https://mcp.chalet-montagne.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"chalet-montagne-com": {
"url": "https://mcp.chalet-montagne.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"chalet-montagne-com": {
"serverUrl": "https://mcp.chalet-montagne.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
Chalet Montagne com exposes 4 tools to a connected agent.
- search_rentals
- Multi-criteria search: free-text destination, dates, travellers, budget, amenities
- get_rental_details
- Full listing details: description, conditions, reviews, resort info
- check_availability_and_price
- Availability **and** price for specific dates, with fallback periods
- send_rental_inquiry
- Send a contact request to the owner (with the user's explicit consent)
Score
75 / 100
Good
- Documentation25/25
- Maintenance19/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 22 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.1.0Latest | Aug 9, 2026 |
| 1.0.0 | Jul 18, 2026 |