← ourway.travel

INDIVIDUAL MCP TOOL

proponer_itinerario

Build the itinerary following the camino's OFFICIAL stages, adapted to the client's daily pace.

ourway.travelnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.ourway.travel/mcp

No auth detected

Connect to this endpoint to inspect the live schema for proponer_itinerario and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

ourway.travel

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ourway-camino-de-santiago]
url = "https://mcp.ourway.travel/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ourway-camino-de-santiago": {
      "type": "http",
      "url": "https://mcp.ourway.travel/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ourway-camino-de-santiago
Remote MCP URL: https://mcp.ourway.travel/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ourway-camino-de-santiago": {
      "url": "https://mcp.ourway.travel/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ourway-camino-de-santiago": {
      "type": "http",
      "url": "https://mcp.ourway.travel/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ourway-camino-de-santiago",
  "transport": "streamable-http",
  "url": "https://mcp.ourway.travel/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • listar_caminos — List the Camino de Santiago routes Ourway sells (slug, name, total km).
  • poblaciones_ruta — Towns along a route in trail order, with id, name, cumulative km and coordinates.
  • cotizar_paquete — Quote the whole trip as ONE package price with live availability — the only valid source of Ourway pricing.
  • catalogo_extras — Official pilgrim extras catalog, no unit prices — the only extras that can be offered.
  • iniciar_peticion_medida — Intake form contract: the fields to collect from the customer BEFORE quoting anything.
  • crear_propuesta — Create the Ourway booking request and return the customer's proposal link (valid 7 days).
  • estado_propuesta — Check the status of a proposal created via this channel.