← Registry

Content Tools

hlsdeland.com

An MCP server for Hoag Land Services that exposes tools to list services, check service areas, retrieve contact and review information, and fetch website page markdown.

1 endpoint5 known toolsFirst detected September 16, 2026Last detected September 16, 2026

ENDPOINT 1

https://www.hlsdeland.com/api/mcp

No auth detected

MCP server metadata

Name
hls-public
Version
1.0.0
Capabilities
tools
Server instructions

Public information about Hoag Land Services, a land clearing, tree service, and fencing contractor in Central Florida. All tools are read-only. To start work, hand the person the contact form URL or the phone number from get_contact_info — there is no booking tool and prices are never quoted without walking the property.

Known tools 5

get_services

List the three service lines (site work / land clearing, tree services, fencing) and every sub-service under each, with page URLs.

Inferred read-only
check_service_area

Check whether Hoag Land Services covers a Central Florida city, and get the per-service page URLs for it.

Inferred read-only
get_contact_info

Business contact details, credentials, aggregate rating, and how estimates are requested.

Inferred read-only
get_reviews

Aggregate Google rating and the published review subset shown on the site.

Inferred read-only
get_page_markdown

Fetch the markdown of any page on hlsdeland.com by path.

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

.mcp.json

{
  "mcpServers": {
    "hls-public": {
      "type": "http",
      "url": "https://www.hlsdeland.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "hls-public",
  "transport": "streamable-http",
  "url": "https://www.hlsdeland.com/api/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.