INDIVIDUAL MCP TOOL
get_pricing
List the paid concierge service tiers and their prices: itinerary verification, verification + full booking, and full guided service.
LIVE ENDPOINT
https://concierge.iconic-expeditions.com/mcp
Connect to this endpoint to inspect the live schema for get_pricing 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
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.iconic-concierge]
url = "https://concierge.iconic-expeditions.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"iconic-concierge": {
"type": "http",
"url": "https://concierge.iconic-expeditions.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: iconic-concierge
Remote MCP URL: https://concierge.iconic-expeditions.com/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": {
"iconic-concierge": {
"url": "https://concierge.iconic-expeditions.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"iconic-concierge": {
"type": "http",
"url": "https://concierge.iconic-expeditions.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "iconic-concierge",
"transport": "streamable-http",
"url": "https://concierge.iconic-expeditions.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_content— Search Iconic Expeditions content across itineraries, activities, destinations, and posts.search_wp_content— Alias of search_content, kept for backwards compatibility.get_content— Fetch a single content item by type and id, walking the content chain (WordPress -> cache).get_wp_content— Alias of get_content, kept for backwards compatibility.list_destinations— List destinations from the database, optionally filtered by region or category.get_destination— Get full details for a single destination by slug or id.get_itinerary— Get a full itinerary with all days and activities, sorted by day number and time slot.list_itineraries— List itineraries created by the Iconic Expeditions concierge, most recent first.