Skip to content
Back to TravelFinder by BeachFinder

Card snapshot

travelfinder.online · 2026-09-23 23:08:49 UTC · 4842a71d3bfd05197b0e04d1f0f3d024924aa0cc2e033ba04e76aa4a57d4efb8

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "TravelFinder by BeachFinder",
  "description": "Composes trips of up to 30 nights to any named city or locality worldwide from one total EUR budget, using independently resolved geography, provider-priced accommodation, strict country constraints, optional activities, and transport suggestions that never invent unavailable fares. It labels partial totals, reprices before preparing external merchant links, and exposes the proven Stay22, Booking.com/CJ, and available Travelpayouts categories. Published by BeachFinder; it does not take payment or manage bookings.",
  "supportedInterfaces": [
    {
      "url": "https://travelfinder.online/a2a/jsonrpc",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://travelfinder.online/a2a/http",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "url": "https://travelfinder.online",
    "organization": "BeachFinder"
  },
  "version": "0.1.0",
  "documentationUrl": "https://travelfinder.online/en/agent-integrations-mcp-a2a",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "get-commercial-catalog",
      "name": "List supported commercial travel categories",
      "description": "Returns the proven Stay22, Booking.com/CJ, and complete available Travelpayouts catalog, including eSIM, tickets, transport, rentals, insurance, and their exact gate and pricing status.",
      "tags": [
        "travel",
        "affiliate",
        "catalog",
        "accommodation",
        "activities",
        "cars",
        "flights",
        "transfers",
        "esim",
        "tickets",
        "insurance"
      ],
      "examples": [
        "{\"action\":\"get_commercial_catalog\",\"arguments\":{\"locale\":\"en\"}}"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "find-budget-weekends",
      "name": "Compose trips under one total budget",
      "description": "Interprets a natural-language request and composes leisure trips of up to 30 nights from the user's total EUR budget. It resolves relative dates, party size, origin, any named city or locality worldwide, destination constraints, themes, and transport preferences. Its finite editorial catalog enriches results but does not limit coverage. When essential details are truly missing, it returns concise clarification questions instead of inventing defaults. It searches provider-priced accommodation and suggests train, flight, or bus without inventing unavailable fares. Partially priced and up-to-10-percent over-budget alternatives are explicitly labelled.",
      "tags": [
        "travel",
        "weekend",
        "short-break",
        "budget",
        "accommodation",
        "train",
        "flight",
        "bus",
        "worldwide"
      ],
      "examples": [
        "Find a romantic weekend from Paris for 2 people, 2026-10-23 to 2026-10-24, under 300 EUR.",
        "Trouve deux nuits nature depuis Lyon pour 2 personnes, du 2026-11-07 au 2026-11-09, avec un budget de 400 EUR."
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "reprice-weekend",
      "name": "Reprice a selected trip option",
      "description": "Rechecks the signed quote before checkout.",
      "tags": [
        "travel",
        "availability",
        "repricing",
        "budget-validation"
      ],
      "examples": [
        "Reprice the option I selected in the preceding TravelFinder search."
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "prepare-booking-links",
      "name": "Prepare external merchant links after selection",
      "description": "Freshly reprices the selected option, then returns an eligible accommodation link and requested commercial actions such as transport, activities, rentals, eSIM, tickets, or other supported extras. A total-trip quote with unpriced transport is blocked. The typed merchant_handoff policy forbids automatic navigation and requires explicit user consent, scoped to the selected link, before any returned URL is opened. It does not book, pay, hold, cancel, or modify.",
      "tags": [
        "travel",
        "affiliate",
        "deeplink",
        "external-checkout"
      ],
      "examples": [
        "Ask TravelFinder to prepare eligible external links for my selected option, without booking it."
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "iconUrl": "https://travelfinder.online/assets/brand/travelfinder-mark.svg"
}