← smoothfenceusa.com

INDIVIDUAL MCP TOOL

get_booking

Look up an existing appointment using the manage link the customer received when they booked.

smoothfenceusa.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://smoothfenceusa.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_booking 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

smoothfenceusa.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.smooth-fence-usa]
url = "https://smoothfenceusa.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "smooth-fence-usa": {
      "type": "http",
      "url": "https://smoothfenceusa.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "smooth-fence-usa": {
      "type": "http",
      "url": "https://smoothfenceusa.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "smooth-fence-usa",
  "transport": "streamable-http",
  "url": "https://smoothfenceusa.com/mcp"
}
MCP Inspector

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

Related tools

  • get_company_info — Get Smooth Fence USA's core facts as one bundle: service area, services, process/timeline/deposit, hours, phone, warranty, financing, gallery, and what we do NOT offer.
  • check_service_area — Check whether Smooth Fence USA serves a given location.
  • get_area_details — Get city/county-specific fence details for a served Northeast Florida location: a local intro, common local projects and terrain notes, the county permit/HOA note, the nearby cities we serve, and the indexable city-page URL.
  • estimate_fence_cost — Get a rough installed price range (USD) for a residential fence, plus an example monthly financing figure.
  • search_faq — Search Smooth Fence USA's 53-item FAQ for a SPECIFIC question (warranty details, materials, pool fencing, gates, HOA/permits, financing specifics).
  • get_site_visit_link — Get the link to our booking page for a FREE on-site visit.
  • list_available_slots — Read REAL openings from the owner's calendar.
  • book_site_visit — WRITE — actually book a real appointment on the owner's calendar.