General Tools
destaire.com
Enables searching hotels and private stays, retrieving stay and destination details, and browsing travel articles.
ENDPOINT 1
https://destaire.com/mcp
MCP server metadata
- Name
- destaire
- Version
- 1.4.1
Déstaire (https://destaire.com) is a curated guide to exceptional hotels and private stays, with travel writing. Start with search_stays (plain words work, with filters for country, destination, collection, amenities, and a nightly budget), then get_stay for one stay's details. Every answer holds the URL of its page on https://destaire.com: give the reader that link. Rates are "from" prices shown in euros, checked each week. Déstaire also sells paid city guides, each on its page on https://destaire.com; these tools give a guide's public shop page only, never its contents. Where the buy_guide tool is listed, the user can also buy a guide in this conversation.
Known tools 9
search_staysFind hotels and private stays by plain words, with optional filters for country, destination, collection, amenities, and a nightly budget in euros.
Inferred read-onlyget_stayOne stay as its page shows it: description, address, location, website, "from" rate, amenities, collections, and photo URLs.
Inferred read-onlylist_destinationsThe countries and destinations that have stays, and the collections (Coast, City, Mountain…), each with its number of stays.
Inferred read-onlyget_destinationOne destination and its stays: the first 10 and the total, or all of them with detail "full".
Inferred read-onlylist_articlesThe travel writing, newest first: title, standfirst, author, category, date, and page URL.
Inferred read-onlyget_articleOne article: its opening paragraphs, or with detail "full" its whole text with every list of places.
Inferred read-onlylist_guidesThe city guides on sale: city, standfirst, price, and the URL of the page where a reader can buy the guide.
Inferred read-onlyget_guideOne city guide's public shop page: its standfirst, what it holds, its price, and photo URLs.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.destaire]
url = "https://destaire.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"destaire": {
"type": "http",
"url": "https://destaire.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: destaire
Remote MCP URL: https://destaire.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"destaire": {
"url": "https://destaire.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"destaire": {
"type": "http",
"url": "https://destaire.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "destaire",
"transport": "streamable-http",
"url": "https://destaire.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.