Angi MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Angi MCP Serverfind a plumber in 10002"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Angi MCP Server ā Live Demo
A working Model Context Protocol (MCP) server demonstrating how Angi integrates with LLM platforms.
šÆ Quick Start
š¤ ChatGPT Demo: https://chatgpt.com/g/g-699cf50686808191b07ade15b4b7284d-home-services-assistant-mcp-demo (ChatGPT Plus required)
š Web Demo: https://piprads.github.io/angi-mcp/
š¬ ChatGPT Setup: Guide | Demo Docs
š Full Documentation: DEMO.md ā Complete technical guide
š MCP Server: https://angi-mcp-production.up.railway.app
Related MCP server: ServiceTitan MCP Server
š ļø Three MCP Tools
This demo implements three tools that address homeowner use cases:
search_professionalsā Find verified Angi pros by category, zip code, and availabilityget_home_adviceā Answer home improvement questions with cost estimates and DIY guidancerequest_quoteā Submit quote requests to professionals (lead generation)
Deploy to Railway (10 minutes)
Step 1 -- Push to GitHub
cd angi-mcp
git init
git add .
git commit -m "Initial Angi MCP server"
# Create a new repo on github.com, then:
git remote add origin https://github.com/YOUR_USERNAME/angi-mcp.git
git push -u origin mainStep 2 -- Deploy on Railway
Go to railway.app and sign in with GitHub
Click New Project -> Deploy from GitHub repo
Select your angi-mcp repo
Railway auto-detects the config and deploys (~2 minutes)
Go to Settings -> Networking -> Generate Domain
Your public URL: https://your-app.railway.app
Step 3 -- Verify it's live
curl https://your-app.railway.app/health
# Should return: {"status":"ok","server":"angi-mcp","version":"1.0.0"}Connect to Claude.ai (easiest)
Go to Claude.ai -> Settings -> Integrations
Click Add Integration
Name it "Angi"
Done -- Claude can now call your tools in any conversation
Connect to Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"angi": {
"url": "https://your-app.railway.app/mcp"
}
}
}Restart Claude Desktop.
Tools Available
search_professionals: Find verified Angi pros by category + zip code
get_home_advice: Answer home improvement questions with cost estimates
request_quote: Submit a quote request (the conversion/lead event)
Demo Scenarios
Scenario A -- Emergency plumbing: "My kitchen sink is clogged and backing up. I'm in zip 10002, I need someone today." LLM calls: get_home_advice -> search_professionals -> request_quote
Scenario B -- Remodel planning: "I want to remodel my bathroom. What should I expect to pay?" LLM calls: get_home_advice -> search_professionals
Scenario C -- AC not working: "My AC is blowing warm air. Can I fix this myself?" LLM calls: get_home_advice -> search_professionals
Project Structure
angi-mcp/
āāā src/
ā āāā index.ts # MCP server + 3 tools (StreamableHTTP transport)
ā āāā mockData.ts # Mock professionals + home advice Q&A
āāā railway.toml # Railway deploy config
āāā package.json
āāā tsconfig.json
āāā README.mdRelated MCP Connectors
Find and book verified local home service professionals through AI agents.
Book local tradespeople ā plumber, electrician, HVAC, and 7 more ā via your AI agent. All US.
Verified US local service providers across 10 home-services trades. Ratings, hours, no API key.
Search thousands of verified US local service providers across 10 home-services trades, including crawl space repair, floor coating, radon mitigation, commercial electrical, and laundry services. Returns ratings, services, pricing, descriptions, and profile links. Every result passes a completeness gate, so listings are never half-empty.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Amazon services through AI assistants, allowing users to search products, manage their cart, view order history, and place orders using natural language.6 npmMIT
- AlicenseNot gradedqualityDmaintenanceProvides AI assistants with direct access to ServiceTitan's field service management platform for home services contractors. It enables users to manage customers, jobs, appointments, technician dispatching, and invoices through natural language.1MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to answer mortgage-related queries by providing tools for lender search, loan limit lookup, down-payment assistance programs, and more, with data sourced from real wholesale lenders and broker-curated intel.87 npmMIT
- AlicenseNot gradedqualityBmaintenanceHome Services MCP by HireNimbus lets AI agents find, compare, and book verified local pros for handyman, renovation, HVAC, plumbing, electrical, and landscaping jobs in supported US metro markets.Apache 2.0