General Tools
iconiccls.com
Provides private aviation trip quoting and booking services, including service listings and pricing.
ENDPOINT 1
https://reserve.iconiccls.com/mcp
MCP server metadata
- Name
- Iconic CLS
- Version
- 1.0.0
Iconic CLS is a private chauffeur and concierge house in Los Angeles. Call list_services for what the house runs and what each service needs, then quote_trip for a real price, then book_trip to place it. Every quote is one fixed all-in total: the Operations & Chauffeur Fee is already in the number, and there is no surge. Quotes returned here are estimates at standard rates. An account with negotiated rates, credit on file, or a purchased package prices differently. Booking needs no account. book_trip holds the car for 30 minutes and returns a payment link; the person you are helping opens it and pays the full fare, and the trip confirms itself the moment the money lands. You cannot complete that payment yourself. Give them the link and say what it is for. The rider is emailed and texted directly by us once it is paid. To change or cancel, call or text +1 310-757-5588. Cancelling is always allowed.
Known tools 3
list_servicesWhat Iconic CLS runs, what each service needs in order to be priced, which airports and private airfields are covered, and where a human books.
Inferred read-onlyquote_tripPrice one trip and get back a single fixed all-in total in USD, including the Operations & Chauffeur Fee.
Inferred read-onlyCONNECT 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-cls]
url = "https://reserve.iconiccls.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"iconic-cls": {
"type": "http",
"url": "https://reserve.iconiccls.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: iconic-cls
Remote MCP URL: https://reserve.iconiccls.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-cls": {
"url": "https://reserve.iconiccls.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"iconic-cls": {
"type": "http",
"url": "https://reserve.iconiccls.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "iconic-cls",
"transport": "streamable-http",
"url": "https://reserve.iconiccls.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for iconiccls.com was fetched 2026-08-23T11:14:17.286Z.
iconiccls.com is assessed as Caution: Domain is currently showing placeholder (lorem ipsum) content.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.