mcpserver.lol
registry/hireahelper-mcp
Connection check verified live · 20h ago

hireahelper-mcp

Compare and book movers or labor-only help. 16+ years, 1M+ moves, free online quotes.

Tools 29
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

29 tools

Read from the running server on 20h ago.

add_contact_note notes*contactId*
Adds a note to an existing contact in the partner's CRM and returns the new contact-event id. WRITE ACTION: this modifies partner CRM data. Requires the numeric contactId (e.g. fro…
book_labor_only_order body*
Creates and books a Labor-Only Order in the marketplace. THIS BOOKS A REAL MOVE. Same-day bookings are not allowed; next-day has restrictions. Returns the raw booking result.
check_availability_for_lead leadId*dateOfJob*
Checks the realtime availability (day and arrival windows) for a given LeadId on a given job date.
check_coverage zipCodes*
Checks whether moving-labor coverage is available in one or more United States ZIP codes. Returns which of the given ZIP codes are covered and which are not.
create_job_reschedule_request body*jobId*
Initiates a customer request to change the date/time of a job. If the job is Waiting For Helper it may be changed immediately. Returns the raw result.
create_marketplace_lfs_quote body*
Saves an LFS (local full service) quote and returns the Quote Public Key, Grand Total, and Checkout URL based on the provider selected.
create_marketplace_quote body*
Saves a quote and returns a marketplace Quote ID, for a specific provider. This tool BOOKS a provider -- it does not discover one. Before calling, call list_service_providers (need…
delete_job_reschedule_request jobId*
Cancels (deletes) a pending reschedule request for a job. Returns the raw result.
find_contact_by_phone_or_email phoneNumberemailAddresssearchPeriodDays
Looks up an existing customer contact by phone number or email and returns the contact record along with their quotes and orders within a recent lookback window. At least one of ph…
get_distance_between_coordinates lat1*lat2*lon1*lon2*
Calculates the driving distance and time between two geographic coordinates (latitude/longitude pairs).
get_distance_between_zips toZipCode*fromZipCode*
Gets the driving distance, straight-line ('crow flies') distance, and driving time between two United States ZIP codes. Useful for estimating a move from an origin ZIP to a destina…
get_distance_between_zips_bulk body*
Calculates distances for many United States ZIP code pairs at once (bulk). Returns the raw result for every pair.
get_job_reschedule_availability jobId*
Gets the list of available dates and arrival windows for the provider on a job, for rescheduling.
get_job_reschedule_request jobId*
Gets the latest reschedule status for a job (e.g. waiting for provider, successfully changed).
get_lfs_move_estimate body*
Calculates labor hours, crew size, and truck size range for a local full-service (LFS) move. Takes the full LFS estimator request and returns the raw result.
get_move_size_recommendation pianosQtylinearFeetsquareFeetloadFlightsOfStairsheavyItems600PlusQtyheavyItems300To450Qty +2
Recommends how much moving help a job needs (suggested labor hours and crew size) for the load and unload locations, based on the size of the move. You MUST provide at least one of…
get_order_details body*
Retrieves complete details for one or more Moves, based on OrderID(s). Returns the raw order details.
get_provider_details providerId*serviceTypeproviderLocationId*
Gets detailed profile information for a specific moving provider location, including name, average review rating, years in business, total moves completed, equipment, credentials,…
get_provider_reviews pageSizestartDatepageNumberproviderId*
Gets customer reviews for a specific moving provider, newest first, paginated. For 'recent' or 'last N months' requests, compute the cutoff date yourself and pass it as startDate (…
get_quote_completion_url quoteKey*
Gets the completion (checkout) URL for a specific quote by quote key, WITHOUT sending an email or SMS to the customer.
get_quote_details quoteKey*
Gets details and status for a specific quote by its quote key (GUID).
get_starting_price zipCode*
Retrieves the 'starting at' price for moving labor services in a specific United States ZIP code. The returned price is a flat estimated starting total for the stated hours and cre…
get_supported_service_types read-only zipCode*
Lists which moving-labor service types are supported in a 5-digit US ZIP code: labor-only (standard), labor-only (elite, background-checked crews), movers + truck (full service), a…
list_service_providers read-only crewSizesortOrderlaborHoursmaxResultsserviceTyperesultFormat +5
Lists moving-labor service providers serving a 5-digit US ZIP code on a given date, factoring in availability. This is the primary way to discover which providers serve an area. Re…
rank_best_providers read-only crewSize*sortOrderlaborHours*serviceTypeonlyAvailablerequestedDate +3
Ranks the moving providers available for a move and returns them in the order requested by sortOrder, each with its arrival windows. The caller chooses the ordering: best price ->…
send_quote_completion_link body*quoteKey*
Sends a checkout/completion link to the customer for a specific quote (by quote key) via SMS and/or Email. THIS MESSAGES THE CUSTOMER.
transmit_lead body*
Securely transmits a lead contact's information to the marketplace. Requires an email address or phone number. Returns the raw result.
transmit_leads_bulk
Securely transmits multiple lead contacts' information to the marketplace in bulk. Each item requires an email address or phone number. Returns the raw result.
upsert_contact noteslastNamefirstNamecompanyNamephoneNumberemailAddress
Creates or updates a Lead contact in the partner's CRM and returns the contact's id. WRITE ACTION: this modifies partner CRM data. At least one of phoneNumber or emailAddress must…