thumbtack-mcp
Related Servers
Alternatives to thumbtack-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceMCP server for searching marketplaces (TCGPlayer, Reverb, Thumbtack), verifying professional licenses (contractor, nurse), and looking up PSA card grading data. Returns real-time pricing, listings, and verification results.2251 npm4MIT
- AlicenseAqualityDmaintenanceMCP server for Muovi, Argentina's local services marketplace. Enables discovery of verified service professionals, browsing services and cities, reading reviews, and generating deep-links for task creation.658 npm1MIT
- AlicenseAqualityAmaintenanceMCP server for Angi (Angie's List) that lets you search for home-service pros by trade and city, read ratings, profiles, and reviews, and manage your Angi projects using an existing browser session via fetchproxy.9492 npmMIT
- AlicenseNot gradedqualityCmaintenancePublic read-only MCP server backed by GetValetParking.com directory of 789 US valet parking operators across 31,186 cities. Discover valet operators by coordinates or city slug, filter by 9 service types, and fetch full operator profiles. No auth required.MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for querying professional certificate registrations from an official source, supporting read-only operations via HTTP across various MCP clients.MIT
- AlicenseAqualityCmaintenanceUnofficial, read-only MCP server for Fandango showtimes and seat availability, reverse-engineered from observed web traffic.26MIT
TDQS
Scored across 6 tools
Each tool serves a distinct purpose: resolving slugs, searching pros, reading profiles, reading reviews, an explicit GraphQL escape hatch, and health checking. There is no meaningful overlap or ambiguity between them.
All tools share a uniform thumbtack_ snake_case prefix and mostly follow a verb_noun pattern such as resolve_service, search_pros, get_pro, and get_pro_reviews. Minor deviations like thumbtack_healthcheck and thumbtack_graphql are still clear and predictable.
Six tools is a well-scoped size for a focused Thumbtack read-only server. Each tool covers a distinct step in the workflow without redundancy or bloat.
The core journey—resolve a service name, search pros by ZIP, view a pro's profile, and read their reviews—is fully supported. The GraphQL escape hatch and healthcheck cover edge cases and operational verification, leaving no obvious dead ends.