{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1.json",
  "serverInfo": {
    "name": "carreh-mcp",
    "version": "0.1.0",
    "title": "Carreh Travel Services",
    "description": "MCP server exposing Carreh travel services: eSIM plans, visa requirements, NIF applications, hotel reservations, flight itineraries, and AI travel planning."
  },
  "transport": {
    "type": "http",
    "endpoint": "https://carreh.com/.netlify/functions/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false,
      "subscribe": false
    }
  },
  "contact": {
    "email": "support@carreh.com",
    "url": "https://carreh.com/support.html"
  },
  "termsOfService": "https://carreh.com/terms.html",
  "privacyPolicy": "https://carreh.com/privacy-policy.html"
}
