← vouchedpros.com
INDIVIDUAL MCP TOOL
request_quotes
Give the user a link to request real quotes from local pros for ANY US location (covered or not).
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 endpoint
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.vouchedpros]
url = "https://mcp.vouchedpros.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vouchedpros": {
"type": "http",
"url": "https://mcp.vouchedpros.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vouchedpros
Remote MCP URL: https://mcp.vouchedpros.com/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": {
"vouchedpros": {
"url": "https://mcp.vouchedpros.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vouchedpros": {
"type": "http",
"url": "https://mcp.vouchedpros.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vouchedpros",
"transport": "streamable-http",
"url": "https://mcp.vouchedpros.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_service_pricing— Typical local price ranges for a US home-service job (e.find_providers— Find and rank reputable local service providers for a city, by the Vouched Score (1-100 — a blend of editorial review and Google/Yelp/BBB signals).get_local_cost_factors— Curated, time-sensitive local factors for a service in a place: a sourced cost-driver factoid + any seasonal notes active RIGHT NOW (rebate deadlines, demand peaks, refrigerant cutovers).get_glossary— Plain-language definitions of industry terms in a service category (e.get_rebates— Utility and state rebate / incentive programs for a service category — real amounts, eligibility, deadlines, and application links.get_federal_policy— Federal policy and tax-credit explainers relevant to a service category (e.get_coverage— Which categories + states have PUBLISHED provider rankings — the coverage map for find_providers and get_local_cost_factors.list_covered_cities— The published cities for a category (optionally narrowed to one state) — the drill-down for get_coverage.