LIVE ENDPOINT
https://roofvista.com/api/mcp
Connect to this endpoint to inspect the live schema for create_quote_session and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
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.check_service_area— Check whether RoofVista serves a ZIP, state, or supported city.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.request_quote— Backward-compatible alias that creates a consent-gated handoff session instead of silently creating a lead.