← Registry

API Tools

exampletours.com

This MCP server provides a sandbox demo for exploring tour offers, destinations, orders, and bookings, used to test API interactions.

1 endpoint7 known toolsFirst detected August 13, 2026Last detected August 13, 2026

ENDPOINT 1

https://exampletours.com/mcp

No auth detected

MCP server metadata

Name
exampletours
Version
1.1.0
Capabilities
loggingtools.listChangedresources.listChangedprompts.listChanged

Known tools 7

search_offers

Durchsucht ausschließlich erfundene Sandbox-Angebote nach Ziel, Budget und Kategorie.

Inferred read-only
get_offer

Liefert Preis, Gültigkeit, Bedingungen, Version und Provenienz eines Sandbox-Angebots.

Inferred read-only
list_destinations

Liefert den fiktiven ExampleTours-Zielkatalog seitenweise.

Inferred read-only
get_order

Liefert den aktuellen Zustand einer zuvor erzeugten Sandbox-Order.

Inferred read-only
list_bookings

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

Inferred read-only
create_order

Erzeugt eine simulierte Order ohne Zahlung oder echte Buchungswirkung.

Inferred read-only
cancel_order

Storniert eine simulierte Order.

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

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.