Ourway – Camino de Santiago
Server Details
Plan, quote & book the Camino de Santiago: routes, stages, live hotels, one package price, FAQ.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- contactoourway-art/ourway-mcp
- GitHub Stars
- 0
- Server Listing
- Ourway Camino de Santiago MCP server
Tool Definition Quality
Average 4.3/5 across 12 of 12 tools scored. Lowest: 3.7/5.
Each tool has a distinct role in the Camino booking flow: general info, routes, itinerary planning, quoting, hotel adjustments, alternatives, extras, intake, status, proposal creation, and swaps. The only potential overlap is between adjust_camino_package (goal-driven changes) and camino_hotel_alternatives (generic alternatives), but their descriptions clearly differentiate them.
Tool names follow two noticeable patterns: verb_camino_noun (adjust, create, list, plan, quote, swap) and camino_noun (info, extras, alternatives, status, towns, intake). While each pattern is internally consistent, the mix makes it less predictable, though all names include 'camino'.
12 tools is well-scoped for a complex domain like Camino trip planning and booking. Each tool has a clear, non-redundant purpose, covering everything from route selection to final proposal creation.
The toolset covers the full lifecycle: routes, towns, itinerary, quote, adjustments, swaps, extras, intake, proposal status and creation. No obvious gaps; the workflow is end-to-end with no dead ends.
Available Tools
12 toolsadjust_camino_packageAdjust the package (cheaper, upgrade, more central, breakfast)ARead-onlyIdempotentInspect
Propose per-night hotel swaps on a quoted Camino de Santiago package
to reach a goal: cheaper, higher category, closer to the town centre or
with breakfast. objetivo: bajar_precio | subir_categoria |
mas_centrico | con_desayuno; optional noche_num to limit to one
night. Use it when the client asks to LOWER THE PRICE, UPGRADE, sleep
MORE CENTRAL or ADD BREAKFAST — do not re-quote. Returns each proposal
with its change in the total and the total if all are applied; apply
accepted ones one by one with swap_camino_hotel, chaining the new
offer. If there are no proposals, offer to re-quote with another
category/itinerary. (es: ajustar_paquete)
| Name | Required | Description | Default |
|---|---|---|---|
| objetivo | Yes | ||
| noche_num | No | ||
| oferta_paquete_firmada | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so the safety profile is covered. The description adds valuable behavioral context: it explains that the tool returns proposals with total changes, that accepted ones must be applied via swap_camino_hotel, and that proposals are chained to the new offer. This goes beyond the annotations but could still be more specific about limits (e.g., max proposals, pagination), hence 4.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded: the first sentence states the core function and goals. It then uses semicolons and short clauses to cover usage, fallback, and chaining. It is slightly long but every sentence carries operational information; the Spanish hint is a minor extra. No filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a proposal-generation tool with an output schema, this description is exceptionally complete. It covers the trigger conditions, the goals, the optional parameter, the return contents (change in total and total if all applied), the subsequent action (apply via swap_camino_hotel), and the fallback. An agent can invoke it correctly without further research.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description must compensate. It does: it lists the allowed values for `objetivo` (bajar_precio | subir_categoria | mas_centrico | con_desayuno) and explains `noche_num` as an optional limiter to one night. The third parameter, `oferta_paquete_firmada`, is not explained explicitly but its name is self-descriptive ('signed package offer'). Overall it adds meaning beyond the bare schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb-resource pair: 'Propose per-night hotel swaps on a quoted Camino de Santiago package.' It enumerates the four distinct goals (bajar_precio, subir_categoria, mas_centrico, con_desayuno) and explicitly differentiates from siblings like swap_camino_hotel (which applies changes) and quote_camino_package (which re-quotes). The purpose is unmistakable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool ('when the client asks to LOWER THE PRICE, UPGRADE, sleep MORE CENTRAL or ADD BREAKFAST') and gives a direct exclusion ('do not re-quote'). It also routes to the sibling swap_camino_hotel for applying accepted proposals and suggests re-quoting as a fallback. This fully covers when/where/when-not.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
camino_de_santiago_infoCamino de Santiago info & FAQARead-onlyIdempotentInspect
Practical, up-to-date answers about the Camino de Santiago from
Ourway's specialist team — use it for ANY Camino question even when the
user is not booking: pilgrim credential (credencial), the Compostela
certificate and the 100 km / 200 km rule, best time of year and
weather, which route to choose (Camino Francés, Portugués Central or
Coastal from Porto/Tui, Norte, Primitivo, Inglés from Ferrol, Vía de la
Plata, Finisterre-Muxía), how many days from Sarria / Tui / Porto /
Roncesvalles / Saint-Jean-Pied-de-Port / Oviedo, daily distances and
difficulty, luggage & backpack transfer, what to pack, walking with
kids or seniors, cycling the Camino, pets, accommodation types
(albergues, hostales, hotels, casas rurales), budget, how far ahead to
book, getting to the start and back from Santiago, safety, food
(pilgrim menu) and etiquette. question: free text in any language;
idioma: es | en (auto-detected if omitted). Cheap and instant (no
availability check). / Respuestas prácticas del equipo Ourway sobre el
Camino de Santiago: credencial, Compostela, 100 km, mejor época, qué
ruta elegir, etapas, mochila, niños, bici, mascotas, presupuesto…
Úsala ante cualquier duda sobre el Camino aunque el usuario no quiera
reservar. (es: info_camino)
| Name | Required | Description | Default |
|---|---|---|---|
| idioma | No | ||
| question | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true and destructiveHint=false, so the safety profile is covered. The description adds genuinely useful behavior beyond that: it is “cheap and instant (no availability check)” and returns answers from a specialist team. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The purpose is front-loaded and the content is information-dense, which helps an agent match queries. However, the entire English block is effectively duplicated in Spanish, roughly doubling the length, and it ends with a stray fragment “(es: info_camino)”. For an agent reader, the bilingual repetition is not essential.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With only 2 parameters, an output schema present, and safety annotations covering behavior, the description supplies what is missing: parameter meanings, usage scope, and the non-booking use case. Nothing an agent needs to invoke it correctly is omitted, though the redundancy makes it longer than necessary.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must carry the full burden, and it does: it documents `question` as free text in any language and `idioma` as es | en with auto-detection when omitted. This fully compensates for the empty schema and mirrors the parameter names exactly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a precise purpose: practical, up-to-date Camino answers from a specialist team, explicitly framed as an info/FAQ Q&A tool for ANY Camino question even without booking. This cleanly separates it from the 11 sibling tools, which are booking, planning, and route-query tools. The exhaustive topic list further pins down the exact resource it addresses.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says to use it for “ANY Camino question even when the user is not booking” and repeats this in Spanish (“aunque el usuario no quiera reservar”), which is clear guidance on when to reach for it. It gives the language-parameter behavior (auto-detected if omitted), though it does not name specific sibling alternatives to route away from.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
camino_extras_catalogPilgrim extras catalogARead-onlyIdempotentInspect
Official Ourway catalog of pilgrim extras for the Camino de Santiago:
pilgrim credential (credencial), travel insurance, luggage / backpack
transfer between stages, guided visits and activities. No unit prices
(extras are folded into the package total via
quote_camino_package(extras_ids=…)). preseleccionado marks the
defaults (credential + insurance by nationality). The ONLY extras that
may be offered. / Extras oficiales del catálogo, sin precio unitario y
sin mostrar IDs. (es: catalogo_extras)
| Name | Required | Description | Default |
|---|---|---|---|
| nacionalidad | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds meaningful behavioral details: no unit prices are provided, preseleccionado marks defaults based on nationality, IDs are not shown (from the Spanish 'sin mostrar IDs'), and these are the only allowed extras. This goes well beyond the annotations without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is dense and information-packed, covering the core purpose, content types, pricing behavior, preselection logic, and exclusivity. It includes both English and Spanish text, but this is not redundant given the tool's context. Every sentence adds value, and the key constraint (only extras allowed) is prominent, making it appropriately sized without excessive verbosity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With an output schema present, the description need not enumerate return fields. It fully covers the catalog's scope, the absence of unit prices and IDs, the preselection semantics tied to nationality, and the exclusivity of these extras. An agent has sufficient information to invoke the tool correctly and interpret its output in context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema's 'nacionalidad' parameter has no description (0% coverage). The description indirectly explains its influence by stating 'preseleccionado marks the defaults (credential + insurance by nationality)', implying the parameter filters which extras are preselected. However, it doesn't explicitly state that the parameter is optional or how it affects the result set, leaving room for interpretation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states this is the official catalog of pilgrim extras for the Camino de Santiago, enumerates the categories (credential, insurance, luggage transfer, etc.), and explicitly notes it is the ONLY extras that may be offered. This fully distinguishes its purpose from any sibling tool such as list_camino_routes or quote_camino_package.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage by stating that pricing is folded into quote_camino_package and that no unit prices are shown here, which hints that pricing-related queries belong elsewhere. However, it does not explicitly state when to use this catalog versus alternatives, nor does it provide when-not-to-use rules. The 'only extras' clause is helpful but lacks direct routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
camino_hotel_alternativesAlternative hotels for one nightARead-onlyIdempotentInspect
Up to 3 alternative hotels for ONE night of a quoted Camino de
Santiago package, each with the change in the package total
(variacion_total_eur), room, meal plan and distance to the centre.
Use it when the client wants a different hotel in a town — do NOT
re-quote the whole trip. Then apply the choice with swap_camino_hotel
(alternativa_id). / Alternativas para una noche a partir de la
disponibilidad ya consultada; nunca precios por noche.
(es: alternativas_alojamiento)
| Name | Required | Description | Default |
|---|---|---|---|
| noche_num | Yes | ||
| oferta_paquete_firmada | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and idempotentHint, so safety is covered. The description adds useful behavioral context: it returns up to 3 alternatives, does not provide per-night prices ('nunca precios por noche'), and relies on already-queried availability. This goes beyond annotations without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The core content is concise and front-loaded with the purpose and usage. However, the English and Spanish versions duplicate the same information, adding length without new value. Still, it remains readable and not bloated.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers purpose, usage, and some behavior, and the output schema explains return structure. But the lack of parameter documentation (given 0% schema coverage) is a significant gap that forces the agent to guess about inputs. For a simple read-only lookup, this is moderately complete but not fully self-sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 0% description coverage and the description does not explain the two parameters (oferta_paquete_firmada and noche_num). It mentions 'ONE night' but does not map it to noche_num, nor does it clarify what the package identifier should be. With no schema descriptions, the description fails to compensate, leaving the agent to infer parameter meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns up to 3 alternative hotels for a specific night of a quoted Camino package, listing the fields (variation, room, meal plan, distance). It explicitly differentiates from re-quoting the whole trip and points to the swap tool for applying a choice, so it is easy to distinguish from siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides explicit usage context: 'Use it when the client wants a different hotel in a town — do NOT re-quote the whole trip' and then instructs to apply with swap_camino_hotel. This clearly indicates when to use it and what not to do, making the intended workflow unambiguous.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
camino_proposal_statusBooking proposal statusARead-onlyIdempotentInspect
Check the status of a Camino de Santiago booking proposal created through this channel (code PET-123): active / confirmed / expired, plus its link and deadline. Use it when the customer comes back asking about "my proposal", "my booking" or gives a PET code. / Estado de una propuesta creada por este canal. (es: estado_propuesta)
| Name | Required | Description | Default |
|---|---|---|---|
| codigo | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the agent knows this is a safe read operation. The description adds valuable context by listing the possible statuses (active/confirmed/expired) and mentioning the link and deadline in the response, which the agent would not know otherwise. It does not describe error handling or edge cases, but given the annotations, this is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two concise sentences, front-loading the core purpose and result, followed by a clear usage trigger. The bilingual addition is a minor redundancy but not wasteful. Every sentence earns its place, and there is no fluff or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that an output schema exists, the description needn't explain return values, yet it still mentions the key fields (status, link, deadline). The usage context is clear, and the example code clarifies the expected input. The only gap is the lack of explicit parameter documentation, but this is largely covered by the example and usage trigger. Overall, it is complete enough for an agent to call this tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero description coverage for the only parameter 'codigo' (string). The description compensates somewhat by referencing 'code PET-123' and mentioning 'gives a PET code', implying the parameter is the proposal code. However, it does not explicitly state that the 'codigo' parameter should be the PET-format code, nor does it specify the exact format beyond the example. Given the 0% schema coverage, the description could have been more explicit about the parameter's meaning and acceptable input format.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool checks the status of a booking proposal, listing the possible statuses (active/confirmed/expired) and additional data (link, deadline). It provides a concrete example code 'PET-123' and distinguishes itself from sibling tools like create_camino_booking_proposal or adjust_camino_package by focusing on status retrieval. This is a specific verb-resource pairing with clear scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool: when the customer returns asking about 'my proposal', 'my booking', or provides a PET code. It gives concrete trigger phrases. However, it does not explicitly mention when not to use it or name direct alternatives, but the context clearly separates it from other operations like creation or adjustment.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
camino_route_townsTowns along a Camino routeARead-onlyIdempotentInspect
Towns along a Camino de Santiago route in trail order (Sarria,
Portomarín, O Cebreiro, Tui, Porto, Roncesvalles, Ferrol…), with id,
name, cumulative km and GPS coordinates. Use it to pick the starting
town (poblacion_inicio_id for plan_camino_itinerary), to check where
the 100 km Compostela threshold falls, and to validate overnight stops.
/ Poblaciones de un camino en orden de trazado con km acumulados y
coordenadas. Las etapas reservables las construye plan_camino_itinerary.
(es: poblaciones_ruta)
| Name | Required | Description | Default |
|---|---|---|---|
| camino_slug | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered by structured data. The description adds trail-order semantics and field meaning, but no additional behavioral caveats such as rate limits, authentication, or output edge cases. This is useful but modest context beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The core definition and usage are front-loaded in the English text, followed by a Spanish translation and a clarifying note about plan_camino_itinerary. Slightly longer than strictly necessary due to bilingual repetition and the trailing `(es: poblaciones_ruta)` tag, but each substantive clause earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter read-only tool with an output schema, the description covers core purpose and usage well. However, it does not tell the agent how to find or validate a `camino_slug` value, e.g., via list_camino_rutes, which is necessary to invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero description coverage for `camino_slug`, and the description never explains what a slug is, where it comes from, or how valid values are obtained. The parameter name and title are suggestive, but the description does not compensate for the missing schema guidance.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific resource: towns along a Camino route in trail order, with id, name, cumulative km, and GPS coordinates. Differentiates from related tooling by noting it provides the ordered town list while plan_camino_itinerary constructs bookable stages.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly enumerates three use cases: picking the starting town (`poblacion_inicio_id` for plan_camino_itinerary), locating the 100 km Compostela threshold, and validating overnight stops. Also names plan_camino_itinerary as the tool that builds reservable stages, indicating what this tool does not do.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
camino_trip_intake_formTailor-made Camino intake formARead-onlyIdempotentInspect
Intake form contract for a tailor-made Camino de Santiago trip: the
fields to collect conversationally from the customer BEFORE quoting
anything (rooms with children's ages, nationality/residence, start date
and nights, walking or cycling, route and starting town, daily pace,
accommodation category, meal plan, luggage transfer, pets, budget per
person, comments). Call it at the start of any planning request.
/ Espejo del formulario 'Camino a medida' de ourway.travel. No llames a
quote_camino_package sin presupuesto ni a
create_camino_booking_proposal sin los datos de contacto.
(es: iniciar_peticion_medida)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already carry the read-only, idempotent, non-destructive safety profile. The description adds real behavioral context: this is a conversational intake contract rather than an API mutation, should happen first in planning, and downstream quoting/booking have missing-data pitfalls. It does not spell out the call's return behavior, but the output schema covers that.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The content is front-loaded with the purpose and field list, followed by actionable call timing and warnings. It is slightly heavy with bilingual duplication and a long parenthetical list, but every element adds information; it could be tightened without losing value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter start-of-flow tool with informative annotations and an output schema, the description covers what to do, when to do it, and what not to do with siblings. No critical decision information is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters, so the description is the only source of semantic meaning. It enumerates the complete conversational field list, including nuanced items like children's ages, budget per person, and luggage transfer, and flags the fields required downstream. This fully compensates for the empty schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies a specific action-resource pair: starting the tailor-made Camino intake form and collecting its fields conversationally before quoting. It enumerates the exact fields, immediately distinguishing it from quote and booking tools, which are named as later steps.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicit timing is given ('Call it at the start of any planning request' and 'BEFORE quoting anything'), and it names two sibling tools with the conditions that must be true before they are allowed (presupuesto for quote_camino_package, contact data for create_camino_booking_proposal). This gives an agent clear routing rules.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
create_camino_booking_proposalCreate Ourway booking proposalAInspect
Create the Ourway booking request for a quoted Camino de Santiago package and return the customer's personal proposal link (valid 7 days) where they review the trip day by day, confirm and pay securely. ONLY call it after the customer explicitly approves the itinerary and the package total and gives real contact details (full name, email, phone, nationality). Accepts no prices: only the signed offer from quote_camino_package / swap_camino_hotel. / Crea la petición en Ourway y devuelve el enlace de la propuesta (única llamada a la acción). (es: crear_propuesta)
| Name | Required | Description | Default |
|---|---|---|---|
| cliente | Yes | ||
| formulario | Yes | ||
| camino_slug | Yes | ||
| idioma_codigo | Yes | ||
| poblacion_inicio_id | No | ||
| oferta_paquete_firmada | Yes | ||
| poblacion_inicio_nombre | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Adds useful context beyond annotations: the returned link is valid 7 days, the customer reviews day-by-day and pays securely, and this is 'única llamada a la acción' (single call to action). Annotations already flag non-read-only and non-idempotent behavior, so the added side-effect details genuinely help.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The core action is front-loaded and the restrictions are clear. However, the bilingual repetition ('Crea la petición en Ourway...') and the trailing '(es: crear_propuesta)' add redundancy without much new value. Trimming to the English content would improve conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers prerequisites, offer source, and the 7-day proposal link, which is enough for tool selection. But with 7 parameters, 5 required, and 0% schema coverage, the description omits guidance for several required arguments, especially camino_slug, idioma_codigo, and formulario. The output schema helps but does not fully replace missing parameter orientation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It clarifies that oferta_paquete_firmada means the signed offer from quote_camino_package / swap_camino_hotel and that cliente requires full name, email, phone, and nationality. However, idioma_codigo, camino_slug, poblacion_inicio fields, and formulario are not explained, leaving partial coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb and resource: 'Create the Ourway booking request for a quoted Camino de Santiago package' and returns a concrete artifact, the customer's personal proposal link. It also differentiates from siblings by requiring a signed offer from quote_camino_package / swap_camino_hotel and by being the post-approval booking-proposal step.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says when to call it: 'ONLY call it after the customer explicitly approves the itinerary and the package total and gives real contact details.' It also states what it does not accept, 'no prices: only the signed offer,' which effectively routes the agent away from quote-level tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_camino_routesCamino de Santiago routesARead-onlyIdempotentInspect
List the Camino de Santiago routes Ourway sells and can book: Camino
Francés (French Way), Camino Portugués (Central & Coastal), Camino del
Norte, Camino Primitivo, Camino Inglés, Vía de la Plata / Sanabrés,
Finisterre-Muxía and more, with slug, name and total km. Start here for
any Camino de Santiago trip question ("which Camino should I walk?",
"routes from Porto / Sarria / Tui"). tipo: a_pie (walking) |
en_bicicleta (cycling) | a_caballo. / Lista los Caminos de Santiago que
Ourway comercializa: solo estos son reservables. El itinerario reservable
lo construye plan_camino_itinerary. (es: listar_caminos)
| Name | Required | Description | Default |
|---|---|---|---|
| tipo | No | a_pie |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already communicate readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds useful behavioral context beyond that: the returned routes are restricted to those Ourway sells, the list includes slug/name/total km, and it is the required starting point for itinerary construction. No contradictions with annotations are present.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the main purpose and well structured, but it is bilingual and repeats much of the same content in Spanish, which adds length without new information for an English-reading agent. The usage guidance and parameter documentation are valuable, yet the redundancy prevents a higher conciseness score.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has a rich annotation set, an output schema, and only one optional parameter, so the description does not need to explain return structures in depth. It adequately covers what the tool lists, why to use it, what the parameter values mean, and how it relates to plan_camino_itinerary. An agent has enough context to decide when to call it and what to pass.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the schema itself only shows a default without explaining the parameter. The description compensates by documenting `tipo` values with human-readable meanings: a_pie (walking), en_bicicleta (cycling), a_caballo. It does not explicitly state that `tipo` filters the returned routes or that a_pie is the default, but it provides the essential semantic coverage the schema lacks.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'List the Camino de Santiago routes Ourway sells and can book.' It enumerates concrete route examples and expected output fields (slug, name, total km), and distinguishes itself from the sibling plan_camino_itinerary by stating that the bookable itinerary is built there. This makes the tool's role immediately identifiable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says 'Start here for any Camino de Santiago trip question' with sample queries, establishing when to reach for this tool. It also names the alternative for the next step ('El itinerario reservable lo construye plan_camino_itinerary') and clarifies that only the listed routes are reservable, which tells the agent when this tool is the authoritative source.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
plan_camino_itineraryPlan a Camino itinerary (stages + map)ARead-onlyIdempotentInspect
Build a day-by-day Camino de Santiago itinerary (walking stages,
km per day, overnight towns, dates, route map image) following the
camino's OFFICIAL stages adapted to the pilgrim's daily pace. Use it for
any Camino itinerary, stage plan or "how many days from
Sarria/Tui/Porto/Roncesvalles" question: it is the itinerary Ourway books.
ritmo: tranquilo (18-22 km/day) | medio (22-28) | experimentado
(28-35); use km_max_etapa instead for an explicit km cap or cycling
(~2x). fecha_inicio (YYYY-MM-DD, first night) is optional: without it
dates come back "to be confirmed" — call it anyway. Only pass
num_noches when the client fixes the number of nights. Returns
mapa_url: a real PNG map of the route with numbered overnight stops —
show it in the chat right after the stage table ().
/ Fuente del itinerario reservable: úsala para proponer o revisar
etapas, aunque el cliente aún no tenga fecha. Presenta el
itinerario y pide confirmación ANTES de cotizar. (es: proponer_itinerario)
| Name | Required | Description | Default |
|---|---|---|---|
| ritmo | No | ||
| num_noches | No | ||
| camino_slug | Yes | ||
| fecha_inicio | No | ||
| km_max_etapa | No | ||
| poblacion_inicio_id | Yes | ||
| poblacion_destino_id | No |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnly, idempotent, non-destructive), the description adds highly relevant behavioral context: the itinerary follows the OFFICIAL stages adapted to pace, an omitted `fecha_inicio` produces 'to be confirmed' dates, `mapa_url` is a real PNG that should be rendered immediately after the stage table, and the Spanish section requires asking for confirmation before quoting. This is exactly the kind of runtime behavior and interaction protocol an agent needs.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the core purpose, then systematically covers usage scope, parameter semantics, output behavior, and the confirmation workflow. There is no filler; the Spanish section earns its place by adding the pre-quote confirmation instruction rather than merely repeating the English text.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description is nearly complete for a 7-parameter tool with an output schema: it explains optionality, date behavior, output rendering, and the client-confirmation workflow. The main missing piece is guidance on how to obtain valid `camino_slug` and `poblacion_inicio_id` values, which would make first-time invocation fully unambiguous.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description carries the burden and does it well for most parameters: it defines `ritmo` with exact km/day ranges, explains `km_max_etapa` as an explicit cap or cycling (~2x), specifies `fecha_inicio` format and the consequence of omitting it, and scopes `num_noches` to fixed-night requests. However, the required `camino_slug` and `poblacion_inicio_id` plus the optional `poblacion_destino_id` are left only to their names, with no guidance on where valid values come from.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'Build a day-by-day Camino de Santiago itinerary' and enumerates the concrete outputs (walking stages, km per day, overnight towns, dates, route map image). It also defines the exact scope of questions it answers, such as 'any Camino itinerary, stage plan or "how many days from Sarria/Tui/Porto/Roncesvalles" question', which distinguishes it from the quoting/packaging siblings in this tool set.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly states when to use the tool ('Use it for any Camino itinerary, stage plan...'), when to call it even without a confirmed date ('call it anyway'), and gives conditional parameter guidance (use `km_max_etapa` instead of `ritmo` for a cap or cycling; pass `num_noches` only when the client fixes the number of nights). It lacks explicit alternatives or 'when not to use' statements naming sibling tools, so it does not earn a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
quote_camino_packageQuote a Camino package (official Ourway price)ARead-onlyInspect
Quote a complete Camino de Santiago trip as ONE all-in package price
(hotels night by night with LIVE availability + pilgrim extras) — the
source of the official Ourway package price. Use it whenever the user asks how
much a Camino costs, wants a quote, or approves an itinerary from
plan_camino_itinerary. It auto-selects the best accommodation for each
night (Ourway quality filters: verified meal plan, close to the centre,
guest rating) and returns a single total_paquete_eur. NEVER returns
per-hotel, per-night or per-extra prices. presupuesto is REQUIRED
(per person, whole trip, EUR): sin_preferencia | lt_500 | 500_1000 |
1000_1500 | gt_1500. meal_plan: RO | BB | HB | FB.
categoria_alojamiento: recomendado | hoteles_encanto | casas_rurales
| albergues. extras_ids from camino_extras_catalog (default: pilgrim
credential + insurance; luggage transfer if incluir_mochila=true).
ALWAYS pass nacionalidad (or residente_espana): it sets the
insurance. mascotas=true when travelling with a pet. If a category
has no availability one night the best alternative category is chosen
(see avisos). Keep oferta_paquete_firmada verbatim for
create_camino_booking_proposal. Usually 20-45 s (live checks hotel by
hotel): tell the user it takes a moment. If your client times out,
call it again with the SAME parameters: the result is cached and comes
back instantly. / Fuente del precio oficial Ourway: un solo importe
total del paquete, nunca precios parciales. Sin presupuesto no se
cotiza. Si tu cliente corta por timeout, repite la llamada con los
mismos parámetros: el resultado está en caché. (es: cotizar_paquete)
| Name | Required | Description | Default |
|---|---|---|---|
| etapas | Yes | ||
| mascotas | No | ||
| meal_plan | No | BB | |
| extras_ids | No | ||
| presupuesto | Yes | ||
| habitaciones | Yes | ||
| nacionalidad | No | ||
| incluir_mochila | No | ||
| residente_espana | No | ||
| categoria_alojamiento | No | recomendado |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, and the description does not contradict them — a quote is a read operation, and booking creation belongs to a sibling tool. The description adds substantial behavioral context beyond annotations: auto-selecting accommodation by quality filters, falling back to an alternative category when a night has no availability (surfaced via `avisos`), expected latency of 20-45 s, and a cache/retry behavior on timeout. No contradiction found.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is dense but well-organized, front-loading purpose and usage before parameter semantics, then performance and retry notes. Most sentences earn their place. However, the trailing Spanish block largely duplicates the English content, adding length without new information for English-dominant agents, which slightly reduces efficiency.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 10-parameter tool with 3 required args and an output schema, the description is quite complete: it explains when to call, how parameters map to business semantics, performance expectations, retry behavior, and the handoff to create_camino_booking_proposal. The main shortfall is the lack of guidance on how to structure etapas and habitaciones, which are required complex inputs; the reference to plan_camino_itinerary partially mitigates this.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With schema description coverage at 0%, the description carries the full burden and compensates well: it enumerates the presupuesto enum values (sin_preferencia | lt_500 | 500_1000 | 1000_1500 | gt_1500) and marks it REQUIRED, lists meal_plan and categoria_alojamiento enums, explains extras_ids sourcing from camino_extras_catalog and its defaults, and clarifies nacionalidad/residente_espana semantics (sets insurance) and mascotas. The gap is that the required complex objects etapas and habitaciones are never structurally explained in the description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific operation on a specific resource: quoting a complete Camino de Santiago trip as ONE all-in package price, and explicitly marks it as the source of the official Ourway price. It differentiates itself from siblings by asserting it NEVER returns per-hotel/per-night/per-extra prices and by naming plan_camino_itinerary and create_camino_booking_proposal as adjacent tools, so the agent can tell it apart without opening any schema.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage conditions are explicit and front-loaded: 'Use it whenever the user asks how much a Camino costs, wants a quote, or approves an itinerary from plan_camino_itinerary.' It also gives a negative usage rule ('NEVER returns per-hotel... prices') and ties downstream behavior to create_camino_booking_proposal, which routes the agent away from this tool for booking creation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
swap_camino_hotelSwap the hotel of one nightAInspect
Apply one alternative from camino_hotel_alternatives or
adjust_camino_package to a quoted Camino de Santiago package and get a
NEW signed offer (oferta_paquete_firmada) with the new package total.
Always use the most recent offer for create_camino_booking_proposal.
/ Sustituye el hotel de esa noche y devuelve una nueva oferta firmada
con el nuevo total. (es: cambiar_alojamiento)
| Name | Required | Description | Default |
|---|---|---|---|
| noche_num | Yes | ||
| alternativa_id | Yes | ||
| oferta_paquete_firmada | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate it is a mutation (readOnlyHint false). The description adds that a NEW signed offer is generated with the new total, and that the most recent offer should be used for booking. It does not disclose side effects like invalidation of the old offer or reversibility, which given the non-destructive annotation is a partial gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences (plus a Spanish translation) and front-loads the action. The English part is efficient and includes the key workflow. The bilingual duplication is redundant but not excessively lengthy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 3-parameter tool with an output schema, the description covers the essential workflow: applying an alternative, receiving a new offer, and using it for booking. It lacks explicit steps (e.g., needing to fetch alternatives first) but the output schema and sibling names help fill context. It is fairly complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description must explain parameters. It implies that 'alternativa_id' comes from the named sources, and 'oferta_paquete_firmada' is the current signed offer. 'noche_num' is implied by 'swap the hotel of one night' but not explicitly described. It adds moderate meaning but not full parameter-level detail.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action: swap the hotel of one night by applying an alternative from specific sources (camino_hotel_alternatives or adjust_camino_package) and produces a new signed offer. It clearly distinguishes itself from siblings by specifying the input source and the output, even mentioning the exact field name for the new offer.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives context: it requires an alternative from named tools and advises using the most recent offer for create_camino_booking_proposal. However, it does not explicitly state when to use this tool versus adjust_camino_package or other alternatives, nor does it say when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityAmaintenanceSearch vacation rental properties, check real-time availability, get canonical pricing quotes, and create direct bookings. Each property is its own node with live data. Supports staircase pricing, seasonal rates, and 11 languages.4134022Apache 2.0
- AlicenseNot gradedqualityBmaintenanceBook hotels worldwide — search, price, prebook & book across 249 countries. 65 tools for hotel search, flights, loyalty, analytics. Zero API keys needed. at best prices for hotels 3 M+ property221MIT

Departi MCP Serverofficial
AlicenseAqualityBmaintenanceTravel compliance and trip planning for digital nomads — visa requirements, tax residency analysis, Schengen 90/180-day tracking, and curated accommodation, transport, and experience search across 189 European destinations.7MIT- AlicenseNot gradedqualityCmaintenanceProvides group air travel booking and flight search via IATA-accredited services, supporting group quotes and flight fares.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.