← thefarmtexas.com

INDIVIDUAL MCP TOOL

get_quote

Get a full price quote for one property: nightly subtotal, fees, taxes, discounts, total, and the booking_url — Hospitable's secure hosted checkout where the guest completes payment.

thefarmtexas.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

thefarmtexas.com

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.thefarmtexas-com]
url = "https://thefarmtexas.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "thefarmtexas-com": {
      "type": "http",
      "url": "https://thefarmtexas.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "thefarmtexas-com": {
      "type": "http",
      "url": "https://thefarmtexas.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "thefarmtexas-com",
  "transport": "streamable-http",
  "url": "https://thefarmtexas.com/api/mcp"
}
MCP Inspector

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

Related tools

  • list_properties — List every accommodation bookable on thefarmtexas.com — four farm units near San Marcos, TX (The Farmhouse, The Haven, The Jungle, The Stargazer) and four Texas Hill Country portfolio homes (Lake Travis, Canyon Lake, El Mirando in Austin, Hill Country Escape).
  • check_availability — Check live availability and total price for ALL properties for a date range and guest count.
  • get_calendar — Per-day availability and nightly pricing for one property over a date range (max 92 days).