← adsiderasicily.com

INDIVIDUAL MCP TOOL

list_apartments

List the four Ad Sidera Stays apartments in Trapani with their slug, headline, capacity facts, size and Airbnb link.

adsiderasicily.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://adsiderasicily.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_apartments 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

adsiderasicily.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.ad-sidera-sicily-stays]
url = "https://adsiderasicily.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ad-sidera-sicily-stays": {
      "type": "http",
      "url": "https://adsiderasicily.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ad-sidera-sicily-stays
Remote MCP URL: https://adsiderasicily.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": {
    "ad-sidera-sicily-stays": {
      "url": "https://adsiderasicily.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ad-sidera-sicily-stays": {
      "type": "http",
      "url": "https://adsiderasicily.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ad-sidera-sicily-stays",
  "transport": "streamable-http",
  "url": "https://adsiderasicily.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_apartment — Get the full public description, amenities and highlights of one Ad Sidera Stays apartment by slug (badia, corallo, palma, verde).
  • list_guide_sections — List the sections of the public Ad Sidera guide to Trapani and its province (logistics, food, sightseeing, beaches and more), with their slugs and group titles.
  • search_guide — Search the public Ad Sidera guide recommendations (restaurants, beaches, sights, logistics) by keyword, optionally limited to one section slug.