Ourway Camino de Santiago MCP server
Ourway – Camino de Santiago · MCP 服务器
从任何 AI 助手规划、报价和预订 Camino de Santiago。 这是 Ourway 的官方 Model Context Protocol 服务器, 一家专门组织 Camino de Santiago 行程的西班牙旅行社。
端点 |
|
注册表名称 |
|
服务器卡片 | |
文档 / 主页 | https://ourway.travel/en/ai(也提供 es · fr · de · it · pt) |
工具 | 12 · 提示 3 · 资源 3 |
联系方式 |
该服务器本身是一个托管的专有服务。本仓库保存其公共文档、工具 Schema 和
server.json,以便目录、注册表和助手可以发现它。
功能
免费回答 Camino 相关问题 — 朝圣者证件、Compostela 证书、100 公里规则、最佳季节、路线选择(Francés、Portugués Central/Coastal、Norte、Primitivo、Inglés、Vía de la Plata、Finisterre-Muxía),从 Sarria、Tui、Porto、Roncesvalles 或 Oviedo 出发需要多少天,行李转运、行李打包、儿童、骑行、宠物、预算。
构建真实行程 — 按照朝圣者的节奏,在官方路段上安排每日行程,并附带路线地图。
以单一打包价格报价整个行程 — 实时酒店可用性和 Ourway 质量筛选(已验证的餐食计划、靠近市中心、住客评分)。
让用户逐晚调整酒店(更便宜、升级、更近市中心、含早餐)。
创建预订提案,并返回一个个人链接(7 天内有效),供查看、确认和支付。
Related MCP server: Odybook MCP Server
连接
Claude(网页 / 桌面 / 移动端) — 设置 → 连接器 → 添加自定义连接器 → 粘贴端点 URL。无需身份验证。
ChatGPT — 设置 → 连接器 → 高级 → 开发者模式 → 添加 MCP 连接器并填入端点 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" } } }工具
工具 | 用途 |
| 免费、即时回答关于 Camino 的常见问题(任何语言) |
| 可预订路线及总公里数 |
| 沿路线的城镇(按路线顺序)、累计公里数、坐标 |
| 官方路段的逐日行程 + PNG 路线图 |
| 单一打包价格,实时可用性(1–3 分钟) |
| 单晚最多 3 家备选酒店 |
| 更便宜 / 升级 / 更近市中心 / 含早餐 |
| 应用备选方案并获得新的签名报价 |
| 官方朝圣者附加服务(证件、保险、行李转运…) |
| 报价前需要收集的字段 |
| 创建提案并返回客户链接 |
| 提案状态(PET 代码) |
完整 JSON Schema:docs/tools.json(从 tools/list 导出)。
示例提示
参见 examples/prompts.md。几个例子:
"我想在九月的第一周从 Sarria 出发走 Camino de Santiago,两个人。请帮我组织一下。"
"为带两个孩子的家庭规划一条从 Tui 出发、7 晚的葡萄牙 Camino 行程,包含早餐。"
"我需要朝圣者证件吗?Compostela 证书如何领取?"
"在不改变行程的情况下让套餐更便宜。"
设计原则
单一价格。 工具从不返回每家酒店、每晚或每项附加服务的价格——只返回打包总价。
签名报价。 每个报价都是一个不透明的签名令牌;提案由它创建,而不是由模型提供的价格创建。
不虚构行程。 路段始终来自
plan_camino_itinerary(每条路线的官方路段)。隐私。 仅当用户明确批准创建提案时,才发送个人数据。按 IP 进行速率限制。
隐私与条款
https://ourway.travel/en/privacy-policy · https://ourway.travel/en/legal-notice
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI agents to plan trips by searching flights, accommodations, and activities, and managing itineraries collaboratively with role-based permissions.2031MIT

Odybook MCP Serverofficial
FlicenseNot gradedqualityDmaintenanceEnables AI assistants to search tours, check availability, and manage bookings via Odybook's experience management platform.
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.262MIT
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
Related MCP Connectors
Vacation rental discovery, direct booking, and property protection for AI agents.
Live flight prices and working booking links for AI agents and travel apps.
Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/contactoourway-art/ourway-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server