com.iconic-expeditions/concierge
com.iconic-expeditions/conciergeSearch Africa safari destinations, generate day-by-day itineraries, and price expert travel work.
Tools · 23
Search Iconic Expeditions content across itineraries, activities, destinations, and posts. Flows through the content chain (WordPress -> local cache -> AI fallback), so gaps WordPress doesn't cover ar…
Alias of search_content, kept for backwards compatibility. Prefer search_content.
Fetch a single content item by type and id, walking the content chain (WordPress -> cache). Returns the item with its `source`.
Alias of get_content, kept for backwards compatibility. Prefer get_content.
List destinations from the database, optionally filtered by region or category.
Get full details for a single destination by slug or id.
Get a full itinerary with all days and activities, sorted by day number and time slot. Public itineraries are readable without a token; private ones require the owning token.
List itineraries created by the Iconic Expeditions concierge, most recent first. Requires a bearer token.
Create a new (empty) itinerary attributed to the Iconic Expeditions concierge, made public and returned with its share link. Days are created automatically. Requires a bearer token.
Give at least 3 places plus optional traveller preferences and let the AI concierge build a full, bespoke day-by-day itinerary. It mines Iconic Expeditions content for real detail and synthesizes an O…
Update metadata (title, description, dates, public status) on a concierge itinerary. Requires a bearer token.
Permanently delete a concierge itinerary and all its days and activities. Requires a bearer token.
Append an extra day to a concierge itinerary and increment num_days. Requires a bearer token.
Read an itinerary's planning dossier: its legs, month-by-month seasonality, cost model, booking order, field notes and open choices. Public — no token needed. Returns nulls for blocks the itinerary do…
Price an itinerary's cost model against a selection: a comfort tier, any per-line choices, a trip length and a traveller count. Returns the per-person line breakdown and the group total. Public — no t…
Write the planning layer above an itinerary's day-by-day. Every block is optional — send only the ones you mean to write. Each block you DO send REPLACES that block entirely, so restate it in full: a …
Write one day out at length — why it is shaped this way, what its timing depends on, what the alternatives cost — plus up to three callouts. Replaces that day's existing narrative and callouts. Requir…
Add an activity to a specific day and time slot (morning/afternoon/evening). Optionally link to a content item using its type and id. Requires a bearer token.
Remove an activity from a concierge itinerary day. Requires a bearer token.
List the paid concierge service tiers and their prices: itinerary verification, verification + full booking, and full guided service. Read-only and public — use this to quote a traveller before they b…
Start a PAID itinerary verification. Our travel experts manually confirm availability, seasonality, routing and current lodge rates, then return a feasibility report and final price. Returns a Stripe …
Start a PAID booking service: verification PLUS we make all the bookings (lodges, transfers, activities, permits). Returns a Stripe checkout URL. Requires a bearer token.
Start a PAID full-service, fully-guided expedition with Iconic Expeditions guides. This $500 is a deposit; the final custom price is quoted by an expert afterward based on the itinerary. Returns a Str…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.iconic-expeditions/concierge": {
"url": "https://concierge.iconic-expeditions.com/mcp",
"transport": "streamable-http"
}
}
}