← destaire.com

INDIVIDUAL MCP TOOL

list_destinations

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

destaire.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://destaire.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_destinations and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

destaire.com

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.

Related tools

  • search_stays — Find hotels and private stays by plain words, with optional filters for country, destination, collection, amenities, and a nightly budget in euros.
  • get_stay — One stay as its page shows it: description, address, location, website, "from" rate, amenities, collections, and photo URLs.
  • get_destination — One destination and its stays: the first 10 and the total, or all of them with detail "full".
  • list_articles — The travel writing, newest first: title, standfirst, author, category, date, and page URL.
  • get_article — One article: its opening paragraphs, or with detail "full" its whole text with every list of places.
  • list_guides — The city guides on sale: city, standfirst, price, and the URL of the page where a reader can buy the guide.
  • get_guide — One city guide's public shop page: its standfirst, what it holds, its price, and photo URLs.
  • buy_guide — Buy a city guide for the user, paid inside this conversation.