General Tools
libertyairandelectric.com
This MCP server enables searching the Liberty Air and Electric site for HVAC/electrical services and booking appointments.
ENDPOINT 1
https://libertyairandelectric.com
MCP server metadata
- Name
- WebMCP
Known tools 4
search_siteSearch this site by keyword and return up to ten matching pages with title, URL, and excerpt. Covers AC repair, AC replacement, HVAC maintenance, ductwork, heating, electrical, indoor air quality, service areas, and blog posts.
Inferred read-onlyrequest_serviceOpen the appointment scheduling form pre-selected to a service so the visitor can book Liberty Air and Electric for HVAC or electrical work in Florida. Use when a visitor wants to schedule, book, or request service.
Inferred read-onlybook_appointmentBook a Liberty Air and Electric service appointment in Florida by submitting the full job details in one step. Use when you have the service type, a description of the problem, the service address, a name, and a phone number. AC repair and AC replacement are available same-day. AC maintenance is a planned visit that needs about two days of lead time and is never scheduled on a weekend or a Monday, so the tool reports its real earliest date. Other services are next-day. The team arrives for service within 12 hours of booking, usually within 3. The phone line (833) 532-4414 is answered 24/7.
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.webmcp]
url = "https://libertyairandelectric.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://libertyairandelectric.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://libertyairandelectric.com
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": {
"webmcp": {
"url": "https://libertyairandelectric.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://libertyairandelectric.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://libertyairandelectric.com"
}
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.