← Registry

General Tools

destaire.com

Enables searching hotels and private stays, retrieving stay and destination details, and browsing travel articles.

1 endpoint9 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://destaire.com/mcp

No auth detected

MCP server metadata

Name
destaire
Version
1.4.1
Capabilities
toolsresources
Server instructions

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_stays

Find hotels and private stays by plain words, with optional filters for country, destination, collection, amenities, and a nightly budget in euros.

Inferred read-only
get_stay

One stay as its page shows it: description, address, location, website, "from" rate, amenities, collections, and photo URLs.

Inferred read-only
list_destinations

The countries and destinations that have stays, and the collections (Coast, City, Mountain…), each with its number of stays.

Inferred read-only
get_destination

One destination and its stays: the first 10 and the total, or all of them with detail "full".

Inferred read-only
list_articles

The travel writing, newest first: title, standfirst, author, category, date, and page URL.

Inferred read-only
get_article

One article: its opening paragraphs, or with detail "full" its whole text with every list of places.

Inferred read-only
list_guides

The city guides on sale: city, standfirst, price, and the URL of the page where a reader can buy the guide.

Inferred read-only
get_guide

One city guide's public shop page: its standfirst, what it holds, its price, and photo URLs.

Inferred read-only
buy_guide

Buy a city guide for the user, paid inside this conversation.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.