← rootz.global

INDIVIDUAL MCP TOOL

rental_property

Get full details for a rental property by its RIN (Rental Identification Number).

rootz.globalnone authenticationAvailability not checked

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

rootz.global

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.rental-rootz]
url = "https://rental.rootz.global/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rental-rootz": {
      "type": "http",
      "url": "https://rental.rootz.global/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rental-rootz
Remote MCP URL: https://rental.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": {
    "rental-rootz": {
      "url": "https://rental.rootz.global/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rental-rootz": {
      "type": "http",
      "url": "https://rental.rootz.global/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rental-rootz",
  "transport": "streamable-http",
  "url": "https://rental.rootz.global/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • rental_search — Search vacation rental properties in the Caribbean.
  • rental_availability — Check availability for a rental property on specific dates.
  • rental_markets — Get market intelligence for Caribbean rental markets: average rates, occupancy estimates, property counts, seasonal patterns.
  • rental_compare_platforms — Compare pricing for the same property across different platforms (Airbnb, VRBO, local agencies, direct booking).
  • rental_price_history — View nightly rate history for a property over time.
  • rental_reviews — Get aggregated review data for a property across all platforms.
  • rental_license_lookup — Look up government tourism accommodation license for a property.
  • rental_sources — View all tracked data sources with AI-readability assessment.