{
  "markdown": "# Ourway – Camino de Santiago · MCP server\n\n[🇪🇸 Versión en español](README.es.md)\n\n**Plan, quote and book the Camino de Santiago from any AI assistant.** This is the official\n[Model Context Protocol](https://modelcontextprotocol.io) server of [Ourway](https://ourway.travel),\na Spanish travel agency specialized in organized Camino de Santiago trips.\n\n| | |\n|---|---|\n| **Endpoint** | `https://mcp.ourway.travel/mcp` (Streamable HTTP, no auth, CORS open) |\n| **Registry name** | `travel.ourway/camino-de-santiago` ([official MCP registry](https://registry.modelcontextprotocol.io)) |\n| **Server card** | https://mcp.ourway.travel/.well-known/mcp/server-card.json |\n| **Docs / homepage** | https://ourway.travel/en/ai (also es · fr · de · it · pt) |\n| **Tools** | 12 · **Prompts** 3 · **Resources** 3 |\n| **Contact** | contacto@ourway.travel |\n\n> The server itself is a hosted, proprietary service. This repository holds its public\n> documentation, tool schemas and `server.json` so that directories, registries and\n> assistants can discover it.\n\n## What it does\n\n- **Answers Camino questions for free** — credential, Compostela, the 100 km rule, best\n  season, which route (Francés, Portugués Central/Coastal, Norte, Primitivo, Inglés, Vía de la\n  Plata, Finisterre-Muxía), how many days from Sarria, Tui, Porto, Roncesvalles or Oviedo,\n  luggage transfer, packing, kids, cycling, pets, budget.\n- **Builds real itineraries** on the official stages for the pilgrim's pace, with a route map.\n- **Quotes the whole trip as ONE package price** with live hotel availability and Ourway\n  quality filters (verified meal plan, close to the centre, guest rating).\n- **Lets the user tweak hotels** night by night (cheaper, upgrade, more central, breakfast).\n- **Creates the booking proposal** and returns a personal link (valid 7 days) to review,\n  confirm and pay.\n\n## Connect\n\n**Claude (web / desktop / mobile)** — Settings → Connectors → Add custom connector → paste the\nendpoint URL. No authentication.\n\n**ChatGPT** — Settings → Connectors → Advanced → Developer Mode → add MCP connector with the\nendpoint URL.\n\n**Claude Code**\n```bash\nclaude mcp add --transport http ourway https://mcp.ourway.travel/mcp\n```\n\n**Gemini CLI** (`~/.gemini/settings.json`)\n```json\n{ \"mcpServers\": { \"ourway\": { \"httpUrl\": \"https://mcp.ourway.travel/mcp\" } } }\n```\n\n**Cursor / VS Code** (`.cursor/mcp.json`)\n```json\n{ \"mcpServers\": { \"ourway\": { \"url\": \"https://mcp.ourway.travel/mcp\" } } }\n```\n\n## Tools\n\n| Tool | Purpose |\n|---|---|\n| `camino_de_santiago_info` | Free, instant FAQ about the Camino (any language) |\n| `list_camino_routes` | Bookable routes with total km |\n| `camino_route_towns` | Towns along a route in trail order, cumulative km, coordinates |\n| `plan_camino_itinerary` | Day-by-day itinerary on the official stages + PNG route map |\n| `quote_camino_package` | One package price with live availability (1–3 min) |\n| `camino_hotel_alternatives` | Up to 3 alternative hotels for one night |\n| `adjust_camino_package` | Cheaper / upgrade / more central / with breakfast |\n| `swap_camino_hotel` | Apply an alternative and get a new signed offer |\n| `camino_extras_catalog` | Official pilgrim extras (credential, insurance, luggage transfer…) |\n| `camino_trip_intake_form` | Fields to collect before quoting |\n| `create_camino_booking_proposal` | Create the proposal and return the customer link |\n| `camino_proposal_status` | Status of a proposal (PET code) |\n\nFull JSON schemas: [`docs/tools.json`](docs/tools.json) (exported from `tools/list`).\n\n## Example prompts\n\nSee [`examples/prompts.md`](examples/prompts.md). A few:\n\n- *\"I want to walk the Camino de Santiago from Sarria the first week of September, 2 people. Organize it for me.\"*\n- *\"Plan a 7-night Portuguese Camino from Tui for a family with two kids, breakfast included.\"*\n- *\"Do I need a pilgrim credential? How does the Compostela work?\"*\n- *\"Make the package cheaper without changing the itinerary.\"*\n\n## Design principles\n\n1. **One price.** Tools never return per-hotel, per-night or per-extra prices — only the package total.\n2. **Signed offers.** Every quote is an opaque signed token; the proposal is created from it, never from prices supplied by the model.\n3. **No hallucinated itineraries.** Stages always come from `plan_camino_itinerary` (official stages of each route).\n4. **Privacy.** Personal data is sent only when the user explicitly approves creating the proposal. Per-IP rate limits.\n\n## Privacy & terms\n\nhttps://ourway.travel/en/privacy-policy · https://ourway.travel/en/legal-notice\n",
  "bytes": 4558,
  "sha": "147554bd6ab6208aefebf89aa87490f1570ddd325f61c432f2ca74c7fb7a281d",
  "repo_slug": "contactoourway-art/ourway-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_travel_ourway_camino_de_santiago_a6cdf313/readme"
}