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 endpoint
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.timeshare-rootz]
url = "https://timeshare.rootz.global/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"timeshare-rootz": {
"type": "http",
"url": "https://timeshare.rootz.global/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: timeshare-rootz
Remote MCP URL: https://timeshare.rootz.global/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": {
"timeshare-rootz": {
"url": "https://timeshare.rootz.global/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"timeshare-rootz": {
"type": "http",
"url": "https://timeshare.rootz.global/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "timeshare-rootz",
"transport": "streamable-http",
"url": "https://timeshare.rootz.global/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_timeshares— Search timeshare listings by resort, brand, state, price range, bedrooms, exchange networkget_resort— Get resort detail including listings, FL DBPR registration, and payment historyget_listing— Get individual listing detail with CFPB complaints for that brandlist_brands— List all timeshare brands with listing counts, price ranges, and resort countslist_resorts— List resorts with listing summaries, filterable by state or brandget_stats— Get database statistics and distributionsget_payment_history— Get FL DBPR payment/billing history for a timeshare projectsearch_complaints— Search CFPB consumer complaints for timeshare companies