
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@striderlabs/mcp-angi
Advanced tools
MCP server for Angi (formerly Angie's List) - let AI agents search home service providers, request quotes, book appointments, and manage home projects
Angi (formerly Angie's List) home services connector for personal AI agents. Search for vetted service providers, request quotes, book appointments, track projects, and manage payments — all through natural language.
Built by Strider Labs.
npm install -g @striderlabs/mcp-angi
After installing, set up Playwright's browser binaries:
npx patchright install chromium
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"angi": {
"command": "striderlabs-mcp-angi"
}
}
}
{
"mcpServers": {
"angi": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-angi"]
}
}
}
| Tool | Description |
|---|---|
angi_status | Check login status and session info |
angi_login | Open Angi login page to authenticate |
angi_logout | Log out and clear session data |
angi_search_providers | Search for home service providers by type and location |
angi_provider_profile | Get provider profile, ratings, and reviews |
angi_request_quote | Request a quote for a home project |
angi_book_appointment | Book an appointment with a provider |
angi_get_messages | Retrieve messages from your Angi inbox |
angi_send_message | Send a message to a provider |
angi_get_projects | View active and completed home projects |
angi_payment_history | View payment history and invoices |
angi_booking_history | View past and upcoming appointments |
"Find me highly-rated plumbers in Denver, CO"
The agent will call angi_search_providers with service_type: "plumber" and location: "Denver, CO".
"Show me reviews for this plumber: /pro/acme-plumbing-123/"
The agent will call angi_provider_profile with the URL.
"Request quotes for bathroom tile installation in zip code 80203"
The agent will call angi_request_quote with your project details.
"Book a house cleaning appointment for next Saturday morning"
The agent will call angi_book_appointment with your preferred date and time.
"What home projects do I have going on right now?"
The agent will call angi_get_projects.
Angi uses browser-based authentication:
angi_login — the MCP server opens Angi's login page in a headless browserangi_status to confirm you're logged in~/.strider/angi/ and reused automatically in future sessions~/.strider/angi/
├── cookies.json # Browser cookies (auto-managed)
└── session.json # Session metadata
"Not logged in" errors
Run angi_login, complete login in the browser, then call angi_status.
"Browser failed to launch"
Ensure Playwright browsers are installed: npx patchright install chromium
Empty search results Try a more specific service type or verify the location format (city, state or zip code).
# Install dependencies
npm install
# Build
npm run build
# Run directly
npm start
FAQs
MCP server for Angi (formerly Angie's List) - let AI agents search home service providers, request quotes, book appointments, and manage home projects
The npm package @striderlabs/mcp-angi receives a total of 8 weekly downloads. As such, @striderlabs/mcp-angi popularity was classified as not popular.
We found that @striderlabs/mcp-angi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.