{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/2025/server.json",
  "name": "tellandgo",
  "title": "Tell & Go",
  "description": "Book real travel from any AI agent. Search, quote, and book curated hotel & resort stays with all-in, transfer-inclusive pricing identical to tellandgo.com. No account required; booking completes via hosted Stripe checkout.",
  "version": "1.0.0",
  "homepage": "https://tellandgo.com/mcp?src=well-known",
  "documentation": "https://github.com/tell-and-go/mcp",
  "provider": {
    "name": "Tell & Go",
    "url": "https://tellandgo.com"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.tellandgo.com/mcp",
      "authentication": "none"
    }
  ],
  "capabilities": {
    "tools": [
      {
        "name": "search_stays",
        "description": "Natural-language search over bookable hotel & resort inventory; returns matches with all-in, transfer-inclusive nightly pricing."
      },
      {
        "name": "get_stay_details",
        "description": "Full detail for one property: rooms, amenities, location, policies, and indicative pricing."
      },
      {
        "name": "get_quote",
        "description": "A live, dated quote for a specific stay + dates + guests; the exact all-in total, matching the website."
      },
      {
        "name": "prebook_stay",
        "description": "Locks the quoted rate with the supplier before payment; returns a prebook_id required by start_booking. If the price changed, re-call with the returned terms_digest to accept it."
      },
      {
        "name": "start_booking",
        "description": "Returns a hosted Stripe checkout link on tellandgo.com. The agent never handles card data."
      }
    ]
  },
  "pricing": "free",
  "categories": ["travel", "booking", "hospitality"]
}
