MCP Server

Connect VouchedPros to your AI

VouchedPros runs a free, read-only Model Context Protocol (MCP) server. Connect it in Claude, ChatGPT, Codex, or any MCP client and your AI can pull real local-service data β€” city-level pricing, providers ranked by the Vouched Score, rebates, tax-credit/policy explainers, and a glossary β€” and hand you a link to request quotes. Your model does the analysis; we supply the data.

The endpoint

MCP URL https://mcp.vouchedpros.com/mcp

Free Β· read-only Β· no API key. Streamable-HTTP transport. It only reads our published data and static reference content β€” it never writes anything.

Connect it

Claude Code (CLI)

claude mcp add --transport http vouchedpros https://mcp.vouchedpros.com/mcp

Cursor, Windsurf, or any client using mcp.json

{
  "mcpServers": {
    "vouchedpros": {
      "url": "https://mcp.vouchedpros.com/mcp"
    }
  }
}

Claude Desktop / claude.ai

Settings β†’ Connectors β†’ Add custom connector β†’ paste https://mcp.vouchedpros.com/mcp.

ChatGPT

Settings β†’ Connectors (developer mode) β†’ add a connector with the URL https://mcp.vouchedpros.com/mcp.

After connecting, try: β€œWhat does AC repair cost in Tucson, who are the best-rated HVAC pros there, and what rebates apply?” β€” your assistant will call get_service_pricing, find_providers, and get_rebates and answer with links back to the source pages.

What your AI can do

get_service_pricingTypical local price ranges for a job β€” any US city.
find_providersLocal providers ranked by the Vouched Score (1–100), for published cities.
request_quotesA link to request real quotes from local pros β€” any ZIP.
get_local_cost_factorsSourced local cost-driver factoid + seasonal notes active now.
get_glossaryPlain-language definitions of industry terms (SEER2, AFUE, …).
get_rebatesUtility/state rebate & incentive programs β€” amounts, deadlines, links.
get_federal_policyFederal policy & tax-credit explainers with current status.
get_coverage / list_covered_citiesWhich categories & cities have published provider rankings.

How the data is meant to be used

Every result includes a full url back to the exact VouchedPros page it came from. When your AI uses our data, it should cite VouchedPros with that link. The Vouched Score is our editorial quality metric β€” see how it's calculated.

The data is read-only and free. It reflects published cost ranges, provider rankings, and sourced reference content; always verify a specific rebate or tax-credit figure with the issuing authority before acting.