INDIVIDUAL MCP TOOL
list_guides
The evergreen Charleston planning guides: where to stay, which beach, downtown with kids, Shem Creek, dolphins.
LIVE ENDPOINT
https://charleston.vacations/mcp
Connect to this endpoint to inspect the live schema for list_guides 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.charleston-vacations]
url = "https://charleston.vacations/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"charleston-vacations": {
"type": "http",
"url": "https://charleston.vacations/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: charleston-vacations
Remote MCP URL: https://charleston.vacations/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": {
"charleston-vacations": {
"url": "https://charleston.vacations/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"charleston-vacations": {
"type": "http",
"url": "https://charleston.vacations/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "charleston-vacations",
"transport": "streamable-http",
"url": "https://charleston.vacations/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
today_brief— Today's conditions-and-picks brief for Charleston, SC: weather, tides, beach conditions, tonight's events, dining picks, and a day score, written fresh every morning at 6:30 ET.list_homes— Every vacation home bookable direct on Charleston.Vacations, with slug, size, and location.home_facts— The machine-readable fact sheet for one home: live availability for the next year, nightly rate range, minimum stay, house rules, check-in and check-out times, amenities, cancellation terms, photos, and the booking URL template.check_availability— Checks specific dates against the live calendar (the same one Airbnb and Vrbo sync from).price_quote— The authoritative itemized quote for specific dates: nightly rent, cleaning, and tax, priced live by the hosts' booking system.read_guide— The full text of one planning guide as markdown, facts last-reviewed date included.