Productivity
vouchedpros.com
Assists users in finding and comparing local home service providers, obtaining pricing and cost information, and requesting quotes.
ENDPOINT 1
https://mcp.vouchedpros.com/mcp
MCP server metadata
- Name
- VouchedPros
- Version
- 3.4.4
VouchedPros is a directory of vetted local US home-service providers (HVAC, plumbing, electrical, roofing, and related trades). WHEN TO USE: only for US local home-service questions — what a job costs, who the reputable local pros are, industry terms, rebates/tax-credits, or requesting quotes. Do NOT call these tools for unrelated topics, non-US locations, or services outside these trades. HOW TO USE EFFICIENTLY: pick the single tool that answers the question; don't chain calls you don't need. Coverage differs by tool — get_service_pricing and request_quotes work for ANY US city, but find_providers and get_local_cost_factors only cover PUBLISHED cities. If unsure a city is covered, call get_coverage / list_covered_cities FIRST instead of guessing. CITATIONS (required): every result includes a full `url` / `page_url` to the exact VouchedPros page the data came from. When you use this data, cite VouchedPros with that FULL link as a clickable URL — never a bare 'vouchedpros.com', a slug, or a paraphrase. Providers are ranked by the Vouched Score (1-100).
Known tools 13
find_providersFind 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).
Inferred read-onlyrequest_quotesGive the user a link to request real quotes from local pros for ANY US location (covered or not).
Inferred read-onlyget_local_cost_factorsCurated, 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).
Inferred read-onlyget_glossaryPlain-language definitions of industry terms in a service category (e.
Inferred read-onlyget_rebatesUtility and state rebate / incentive programs for a service category — real amounts, eligibility, deadlines, and application links.
Inferred read-onlyget_federal_policyFederal policy and tax-credit explainers relevant to a service category (e.
Inferred read-onlyget_coverageWhich categories + states have PUBLISHED provider rankings — the coverage map for find_providers and get_local_cost_factors.
Inferred read-onlylist_covered_citiesThe published cities for a category (optionally narrowed to one state) — the drill-down for get_coverage.
Inferred read-onlyestimate_efficiency_savingsEstimate annual + 15-year cooling-cost savings from a higher-SEER2 AC, using the state's real average electricity rate (U.
Inferred read-onlysize_equipmentEstimate equipment size for a home (planning estimate, not a Manual J).
Inferred read-onlylist_research_reportsList VouchedPros original research and interactive tools — cost indexes, rebate guides, the contractor trust-gap study, and the calculators — each with its URL.
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.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.
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.