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.
ENDPOINT 1
https://www.hlsdeland.com/api/mcp
MCP server metadata
- Name
- hls-public
- Version
- 1.0.0
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_servicesList the three service lines (site work / land clearing, tree services, fencing) and every sub-service under each, with page URLs.
Inferred read-onlycheck_service_areaCheck whether Hoag Land Services covers a Central Florida city, and get the per-service page URLs for it.
Inferred read-onlyget_contact_infoBusiness contact details, credentials, aggregate rating, and how estimates are requested.
Inferred read-onlyget_reviewsAggregate Google rating and the published review subset shown on the site.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.