{
  "$schema": "https://modelcontextprotocol.io/schema/2026-03-26/mcp.json",
  "name": "afore",
  "title": "Afore — A Travel House",
  "description": "Afore's editorial (Le Journal) and destination guides (The Library) — luxury travel content for the Côte d'Azur, Provence, and Mediterranean Europe. Use afore_search to find content, afore_get_article to read full articles, afore_cannes_places for the structured Cannes Film Locations dataset.",
  "version": "0.3.0",
  "license": "https://afo.re/llms.txt",
  "homepage": "https://afo.re",
  "documentation": "https://afo.re/llms.txt",
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://afo.re/api/mcp"
    },
    {
      "type": "sse",
      "url": "https://afo.re/api/sse"
    }
  ],
  "auth": {
    "type": "none",
    "notes": "All read tools are open. The afore_get_full_guide tool accepts an optional Insider bearer token (request via info@afo.re) to read the body of paid Library guides; without a token it returns metadata only."
  },
  "contact": {
    "email": "info@afo.re",
    "url": "https://afo.re/plan"
  }
}
