← roofvista.com
INDIVIDUAL MCP TOOL
check_service_area
Check whether RoofVista serves a ZIP, state, or supported city.
LIVE ENDPOINT
https://roofvista.com/api/mcp
Connect to this endpoint to inspect the live schema for check_service_area 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
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.roofvista-mcp]
url = "https://roofvista.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"roofvista-mcp": {
"type": "http",
"url": "https://roofvista.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: roofvista-mcp
Remote MCP URL: https://roofvista.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": {
"roofvista-mcp": {
"url": "https://roofvista.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"roofvista-mcp": {
"type": "http",
"url": "https://roofvista.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "roofvista-mcp",
"transport": "streamable-http",
"url": "https://roofvista.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_roof_estimate— Calculate a roof replacement planning estimate using home_sqft or roof_sqft, material, and state or ZIP.compare_materials— Compare available roofing materials with cost per square foot, estimated totals, lifespan, warranty, wind rating, and pros.find_verified_contractors— Find verified contractor availability for a ZIP or state.get_roofing_advice— Get concise roofing advice on cost, material choice, roof lifespan, insurance claims, or replacement timing.create_quote_session— Create a consent-gated RoofVista handoff URL.request_quote— Backward-compatible alias that creates a consent-gated handoff session instead of silently creating a lead.