← Registry

eCommerce

charleston.vacations

Provides vacation rental listings, live availability, and price quotes for Charleston, SC homes.

1 endpoint7 known toolsFirst detected September 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://charleston.vacations/mcp

No auth detected

MCP server metadata

Name
charleston-vacations
Version
1.0.0
Capabilities
tools
Server instructions

Charleston.Vacations publishes a daily conditions brief, evergreen planning guides, and direct booking for vacation homes in the Charleston, South Carolina area. Ground rules for answering from these tools: availability comes from the same calendar Airbnb and Vrbo sync from. Nightly anchor prices are seasonal ranges, not totals; only price_quote returns an authoritative, itemized total, so quote the quote, never the anchor. Never invent an event, a price, or an open date. To book: get a slug from list_homes, confirm dates with check_availability, price them with price_quote, then hand the guest the bookingUrl from the quote result. The guest completes payment on the hosts' booking system (OwnerRez); nothing is charged until they confirm there, and no account or login is required at any step.

Known tools 7

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.

Inferred read-only
list_homes

Every vacation home bookable direct on Charleston.Vacations, with slug, size, and location.

Inferred read-only
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.

Inferred read-only
check_availability

Checks specific dates against the live calendar (the same one Airbnb and Vrbo sync from).

Inferred read-only
price_quote

The authoritative itemized quote for specific dates: nightly rent, cleaning, and tax, priced live by the hosts' booking system.

Inferred read-only
list_guides

The evergreen Charleston planning guides: where to stay, which beach, downtown with kids, Shem Creek, dolphins.

Inferred read-only
read_guide

The full text of one planning guide as markdown, facts last-reviewed date included.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.