Stoop
Click on "Install 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., "@StoopFind a licensed electrician in Miami for a panel upgrade."
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.
Stoop — Find Licensed Contractors Through Your AI Assistant
Stoop is an MCP server that turns AI conversations into real contractor matches. Ask Claude for a plumber, HVAC tech, or electrician in Miami — get 3 licensed, rated providers with phone numbers and pricing, instantly.
No more Googling. No more opening 5 tabs. No more calling random numbers.
How It Works
You ask Claude something like:
"My kitchen faucet is leaking, I need a plumber in Miami"
Stoop returns 3 verified providers ranked by license status, ratings, proximity, and pricing — with direct call/text links.
What you get:
Licensed providers verified against the Florida DBPR database
Star ratings and review counts from Google Places + Yelp
Price ranges for your specific service
Phone numbers with one-tap call/text
Emergency detection (burst pipes get different results than tune-ups)
Related MCP server: mcp-localintel
Quick Setup (2 minutes)
Claude Desktop
Add this to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"stoop": {
"command": "npx",
"args": [
"mcp-remote",
"https://stoop-mcp-server.stoop.workers.dev/mcp"
]
}
}
}Restart Claude Desktop. You're done.
Verify It Works
Ask Claude any of these:
"I need a plumber in Miami"
"My AC stopped working, it's 95 degrees"
"Emergency! Pipe burst in my basement"
"Find an electrician near Coral Gables for a panel upgrade"
What Stoop Searches
Trade | Coverage | License Type |
Plumbing | 234 providers | FL CFC License |
Electrical | 230 providers | FL EC License |
HVAC | 175 providers | FL CAC License |
All providers are in the Miami-Dade and Broward County metro area. Data sourced from Google Places, Yelp Fusion, and the Florida Department of Business and Professional Regulation (DBPR).
MCP Tools
Stoop exposes 4 tools via the Model Context Protocol:
Tool | Description |
| Search for providers by trade, location, urgency, and budget |
| Get detailed info on a specific provider (license, hours, reviews) |
| Store your home details to improve future matches |
| View your past searches and contacts |
How Ranking Works
Providers are scored on a 100-point scale:
Factor | Points | Notes |
Active FL license | 30 | Verified against DBPR |
Star rating | 0–20 | Scaled from Google/Yelp rating |
Review count | 0–15 | Log scale, caps at ~150 reviews |
Proximity | 0–15 | 1 point per mile closer |
Availability | 10 | Assumed available in v1 |
Price match | 10 | Within your budget |
Emergency boost | +15 | For urgent requests only |
Tech Stack
Runtime: Cloudflare Workers (global edge)
Database: Supabase PostgreSQL + PostGIS
Intent Parsing: Keyword-first with Claude Sonnet fallback
Data Sources: Google Places API, Yelp Fusion API, FL DBPR
UI Components: React 19 MCP App cards with text/markdown fallback
Monorepo: Turborepo with shared TypeScript packages
Current Coverage
Miami metro only (Miami-Dade + Broward County). Three trades: HVAC, Plumbing, Electrical.
More cities and trades coming based on demand.
Privacy
Your search queries are stored for analytics (improving results)
No personal information is sent to the LLM — only the query text
Provider data comes from public sources (Google, Yelp, state licensing databases)
You can request data deletion at any time
Contributing
This is an early-stage product. Issues and feedback welcome at github.com/oliverhpage/stoop/issues.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- 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
- FlicenseNot gradedqualityBmaintenanceThe routing layer between AI agents and local Florida businesses. Live data on permits, sector gaps, and market signals across 2,383 ZIP codes — so when an agent, voice assistant, or real customer needs something done, the right business gets the job. Ask LocalIntel Claim Your Listing

@qasperai/mcp-serverofficial
AlicenseAqualityCmaintenanceEnables AI assistants to discover and book local service businesses like barbers, plumbers, and mechanics directly through MCP-compatible tools.988MIT- 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
Related MCP Connectors
Find and book verified local home service professionals through AI agents.
Verified US local service providers across 10 home-services trades. Ratings, hours, no API key.
Owner-verified local business data for AI agents: profiles, hours, prices, with provenance.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oliverhpage/stoop'
If you have feedback or need assistance with the MCP directory API, please join our Discord server