Ourway Camino de Santiago MCP server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ourway Camino de Santiago MCP serverPlan a Camino de Santiago from Sarria for 2 people in September."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ourway – Camino de Santiago · MCP server
Plan, quote and book the Camino de Santiago from any AI assistant. This is the official Model Context Protocol server of Ourway, a Spanish travel agency specialized in organized Camino de Santiago trips.
Endpoint |
|
Registry name |
|
Server card | |
Docs / homepage | https://ourway.travel/en/ai (also es · fr · de · it · pt) |
Tools | 12 · Prompts 3 · Resources 3 |
Contact |
The server itself is a hosted, proprietary service. This repository holds its public documentation, tool schemas and
server.jsonso that directories, registries and assistants can discover it.
What it does
Answers Camino questions for free — credential, Compostela, the 100 km rule, best season, which route (Francés, Portugués Central/Coastal, Norte, Primitivo, Inglés, Vía de la Plata, Finisterre-Muxía), how many days from Sarria, Tui, Porto, Roncesvalles or Oviedo, luggage transfer, packing, kids, cycling, pets, budget.
Builds real itineraries on the official stages for the pilgrim's pace, with a route map.
Quotes the whole trip as ONE package price with live hotel availability and Ourway quality filters (verified meal plan, close to the centre, guest rating).
Lets the user tweak hotels night by night (cheaper, upgrade, more central, breakfast).
Creates the booking proposal and returns a personal link (valid 7 days) to review, confirm and pay.
Related MCP server: Odybook MCP Server
Connect
Claude (web / desktop / mobile) — Settings → Connectors → Add custom connector → paste the endpoint URL. No authentication.
ChatGPT — Settings → Connectors → Advanced → Developer Mode → add MCP connector with the endpoint URL.
Claude Code
claude mcp add --transport http ourway https://mcp.ourway.travel/mcpGemini CLI (~/.gemini/settings.json)
{ "mcpServers": { "ourway": { "httpUrl": "https://mcp.ourway.travel/mcp" } } }Cursor / VS Code (.cursor/mcp.json)
{ "mcpServers": { "ourway": { "url": "https://mcp.ourway.travel/mcp" } } }Tools
Tool | Purpose |
| Free, instant FAQ about the Camino (any language) |
| Bookable routes with total km |
| Towns along a route in trail order, cumulative km, coordinates |
| Day-by-day itinerary on the official stages + PNG route map |
| One package price with live availability (1–3 min) |
| Up to 3 alternative hotels for one night |
| Cheaper / upgrade / more central / with breakfast |
| Apply an alternative and get a new signed offer |
| Official pilgrim extras (credential, insurance, luggage transfer…) |
| Fields to collect before quoting |
| Create the proposal and return the customer link |
| Status of a proposal (PET code) |
Full JSON schemas: docs/tools.json (exported from tools/list).
Example prompts
See examples/prompts.md. A few:
"I want to walk the Camino de Santiago from Sarria the first week of September, 2 people. Organize it for me."
"Plan a 7-night Portuguese Camino from Tui for a family with two kids, breakfast included."
"Do I need a pilgrim credential? How does the Compostela work?"
"Make the package cheaper without changing the itinerary."
Design principles
One price. Tools never return per-hotel, per-night or per-extra prices — only the package total.
Signed offers. Every quote is an opaque signed token; the proposal is created from it, never from prices supplied by the model.
No hallucinated itineraries. Stages always come from
plan_camino_itinerary(official stages of each route).Privacy. Personal data is sent only when the user explicitly approves creating the proposal. Per-IP rate limits.
Privacy & terms
https://ourway.travel/en/privacy-policy · https://ourway.travel/en/legal-notice
This server cannot be deployed
Maintenance
Related MCP Connectors
Travel tools for AI agents: plan and edit real trips, search stays and tours, import travel videos.
Multilingual travel guides, gear picks and booking links for AI travel agents.
Give AI assistants access to real-time data. Search the web, compare flights, find hotels, and more.
Vacation rental discovery, direct booking, and property protection for AI agents.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI agents to plan trips by searching flights, accommodations, and activities, and managing itineraries collaboratively with role-based permissions.204 npm104 PyPI1MIT

Odybook MCP Serverofficial
FlicenseAqualityDmaintenanceEnables AI assistants to search tours, check availability, and manage bookings via Odybook's experience management platform.3-
mcp-travelcodeofficial
AlicenseNot gradedqualityBmaintenanceEnables AI assistants to search flights and hotels, manage bookings, check flight status, and access delay statistics through the TravelCode corporate travel API, all via natural language conversations.8 npm2MIT
Dida Hotel MCPofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to search and book hotels globally with real-time pricing and inventory from over 2 million properties.81MIT