io.github.oliverhpage/stoop
https://stoop-mcp-server.stoop.workers.dev/mcpskills: {'id': 'service_search', 'name': 'service_search', 'description': 'Search for licensed home service providers (HVAC, plumbing, electrical) near a location. Returns ranked results with ratings, pricing, and contact info.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'provider_profile', 'name': 'provider_profile', 'description': 'Retrieve detailed profile information for a specific service provider including license status, reviews, and service history.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'home_profile', 'name': 'home_profile', 'description': "Manage the authenticated user's home profile — view or update property details like square footage, year built, and systems installed.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'job_history', 'name': 'job_history', 'description': "Retrieve the authenticated user's past service requests and completed jobs, optionally filtered by trade category.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 139.1ms; conformance: pass
How to connect
https://stoop-mcp-server.stoop.workers.dev/mcp
curl -X POST https://stoop-mcp-server.stoop.workers.dev/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'