General Tools
roofvista.com
Provides roofing estimates, material comparisons, service area checks, contractor finder, and advice for roof replacement planning.
ENDPOINT 1
https://roofvista.com/api/mcp
MCP server metadata
- Name
- roofvista-mcp
- Version
- 1.1.0
Use RoofVista tools for roofing estimates, material comparisons, coverage checks, verified contractor availability, and consent-gated quote handoffs.
Known tools 7
get_roof_estimateCalculate a roof replacement planning estimate using home_sqft or roof_sqft, material, and state or ZIP.
Inferred read-onlycompare_materialsCompare available roofing materials with cost per square foot, estimated totals, lifespan, warranty, wind rating, and pros.
Inferred read-onlyfind_verified_contractorsFind verified contractor availability for a ZIP or state.
Inferred read-onlyget_roofing_adviceGet concise roofing advice on cost, material choice, roof lifespan, insurance claims, or replacement timing.
Inferred read-onlyrequest_quoteBackward-compatible alias that creates a consent-gated handoff session instead of silently creating a lead.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for roofvista.com was fetched 2026-08-11T15:55:41.630Z.
roofvista.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.