← exampletours.com

INDIVIDUAL MCP TOOL

list_bookings

Liefert ausschließlich in dieser Demo erzeugte Sandbox-Orders seitenweise.

exampletours.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://exampletours.com/mcp

No auth detected

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

exampletours.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.exampletours]
url = "https://exampletours.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "exampletours": {
      "type": "http",
      "url": "https://exampletours.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "exampletours": {
      "type": "http",
      "url": "https://exampletours.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "exampletours",
  "transport": "streamable-http",
  "url": "https://exampletours.com/mcp"
}
MCP Inspector

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

Related tools

  • search_offers — Durchsucht ausschließlich erfundene Sandbox-Angebote nach Ziel, Budget und Kategorie.
  • get_offer — Liefert Preis, Gültigkeit, Bedingungen, Version und Provenienz eines Sandbox-Angebots.
  • list_destinations — Liefert den fiktiven ExampleTours-Zielkatalog seitenweise.
  • get_order — Liefert den aktuellen Zustand einer zuvor erzeugten Sandbox-Order.
  • create_order — Erzeugt eine simulierte Order ohne Zahlung oder echte Buchungswirkung.
  • cancel_order — Storniert eine simulierte Order.