{"name":"com.hireahelper/mcp","slug":"hireahelper-mcp","title":"HireAHelper Moving Services","description":"Compare and book movers or labor-only help. 16+ years, 1M+ moves, free online quotes.","url":"https://mcp.market/server/hireahelper-mcp","rating":null,"grade":"C","score":57,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T06:20:58.973Z","last_ok_at":"2026-09-24T06:20:58.973Z","latency_ms":376},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://www.hireahelper.com","version":"1.2.0","remotes":[{"type":"streamable-http","url":"https://mcp.hireahelper.com"}],"packages":[],"tools":[{"name":"add_contact_note","description":"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. from upsert_contact or find_contact_by_phone_or_email). If the contact does not exist, a plain-text not-found message is returned instead of throwing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"contactId":{"description":"The numeric identifier of the contact to attach the note to.","type":"integer"},"notes":{"description":"The content of the note.","type":"string"}},"required":["contactId","notes"]}},{"name":"book_labor_only_order","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"body":{"description":"The labor-only order booking request body","type":"object","properties":{"workerLocationId":{"type":"integer","minimum":1,"maximum":2147483647},"customReference":{"type":["string","null"],"maxLength":100},"dateOfJob":{"type":"string"},"laborHours":{"type":"number","minimum":2,"maximum":50},"crewSize":{"type":"integer","minimum":1,"maximum":12},"typeOfHelpNeeded":{"type":"string","enum":["Unknown","Loading","Unloading","LoadingAndUnloading","MoveOnSiteOnly"]},"primaryLocation":{"type":"object","properties":{"street":{"type":"string"},"city":{"type":"string"},"state":{"type":"string"},"zip":{"type":"string"},"streetLineTwo":{"type":["string","null"]},"flightsOfStairs":{"type":"integer"}},"required":["street","city","state","zip"]},"jobNotes":{"type":["string","null"],"maxLength":6000},"arrivalWindow":{"type":"string"},"billingInformation":{"type":["object","null"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"phoneNum":{"type":"string"},"secondaryPhone":{"type":["string","null"]},"emailAddress":{"type":"string"},"billingAddress":{"type":"object","properties":{"street":{"type":"string","minLength":1,"maxLength":500},"city":{"type":"string","minLength":1,"maxLength":50},"state":{"type":"string","minLength":1,"maxLength":2},"zip":{"type":"string","minLength":5,"maxLength":5},"streetLineTwo":{"type":["string","null"],"maxLength":50}},"required":["street","city","state","zip"]}},"required":["firstName","lastName","phoneNum","emailAddress","billingAddress"]},"contactInformation":{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"phoneNum":{"type":"string"},"secondaryPhone":{"type":["string","null"]},"emailAddress":{"type":"string"}},"required":["firstName","lastName","phoneNum","emailAddress"]},"heavyItemsUprightPianosQty":{"type":["integer","null"]},"heavyItemsBabyGrandPianosQty":{"type":["integer","null"]},"heavyItemsBetweenThreeAndFourFiftyQty":{"type":["integer","null"]},"heavyItemsBetweenFourFiftyAndSixQty":{"type":["integer","null"]},"heavyItemsSixPlusQty":{"type":["integer","null"]}},"required":["dateOfJob","typeOfHelpNeeded","primaryLocation","arrivalWindow","contactInformation"]}},"required":["body"]}},{"name":"check_availability_for_lead","description":"Checks the realtime availability (day and arrival windows) for a given LeadId on a given job date.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"dateOfJob":{"description":"The date of the move, in en-US MM/DD/YYYY format","type":"string"},"leadId":{"description":"The LeadId to check availability for","type":"integer"}},"required":["dateOfJob","leadId"]}},{"name":"check_coverage","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"zipCodes":{"description":"One or more 5-digit United States ZIP codes to check for coverage","type":"array","items":{"type":"string"}}},"required":["zipCodes"]}},{"name":"create_job_reschedule_request","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"jobId":{"description":"The Job ID to create the reschedule request for","type":"integer"},"body":{"description":"The reschedule request body (desired new date/time)","type":"object","properties":{"requestedDate":{"type":"string"},"requestedArrivalWindow":{"type":"string"},"note":{"type":"string"}},"required":["requestedDate","requestedArrivalWindow","note"]}},"required":["jobId","body"]}},{"name":"create_marketplace_lfs_quote","description":"Saves an LFS (local full service) quote and returns the Quote Public Key, Grand Total, and Checkout URL based on the provider selected.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"body":{"description":"The LFS marketplace create-quote request body","type":"object","properties":{"origin":{"type":"object","properties":{"flightsOfStairs":{"type":["integer","null"],"minimum":0,"maximum":20},"bedrooms":{"type":["integer","null"],"minimum":0,"maximum":20},"street":{"type":"string","minLength":1,"maxLength":500},"city":{"type":"string","minLength":1,"maxLength":50},"state":{"type":"string","minLength":1,"maxLength":2},"zip":{"type":"string","minLength":5,"maxLength":5},"streetLineTwo":{"type":["string","null"],"maxLength":50}},"required":["street","city","state","zip"]},"destination":{"type":"object","properties":{"flightsOfStairs":{"type":["integer","null"],"minimum":0,"maximum":20},"bedrooms":{"type":["integer","null"],"minimum":0,"maximum":20},"street":{"type":"string","minLength":1,"maxLength":500},"city":{"type":"string","minLength":1,"maxLength":50},"state":{"type":"string","minLength":1,"maxLength":2},"zip":{"type":"string","minLength":5,"maxLength":5},"streetLineTwo":{"type":["string","null"],"maxLength":50}},"required":["street","city","state","zip"]},"requestedDate":{"type":"string"},"desiredArrivalWindow":{"type":"string"},"laborHours":{"type":"number","minimum":2,"maximum":50},"providerLocationId":{"type":"integer","minimum":1,"maximum":2147483647},"crewSize":{"type":"integer","minimum":1,"maximum":12},"transportOptionId":{"type":"integer"},"customReference":{"type":["string","null"],"maxLength":100},"contactInformation":{"type":"object","properties":{"secondaryPhoneNumber":{"type":["string","null"]},"emailAddress":{"type":"string","maxLength":300},"phoneNumber":{"type":"string"},"firstName":{"type":"string","maxLength":50},"lastName":{"type":"string","maxLength":50}},"required":["emailAddress","phoneNumber","firstName","lastName"]},"heavyItems":{"type":["array","null"],"items":{"type":"object","properties":{"itemType":{"type":"string","enum":["Unknown","ItemBetweenThreeAndFourFifty","ItemBetweenFourFiftyAndSix","ItemsSixPlus","Pianos"]},"quantity":{"type":"integer","minimum":1,"maximum":100}},"required":["itemType"]}},"notes":{"type":["string","null"],"maxLength":6000}},"required":["origin","destination","requestedDate","desiredArrivalWindow","contactInformation"]}},"required":["body"]}},{"name":"create_marketplace_quote","description":"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 (needs only the move date and loading ZIP; optionally accepts labor hours, crew size, sort order, service type, flights of stairs, and resultFormat) to find available providers, then take the chosen provider's location id from that result and pass it as workerLocationID. The input schema marks workerLocationID as optional, but a marketplace quote cannot be created without it -- omitting it returns a 400 (\"WorkerLocationID must be between 1 and 2147483647\"). Takes the full create-quote request and returns the raw result.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"body":{"description":"The marketplace create-quote request body","type":"object","properties":{"load":{"type":["object","null"],"properties":{"address":{"type":"object","properties":{"street":{"type":"string","minLength":1,"maxLength":500},"city":{"type":"string","minLength":1,"maxLength":50},"state":{"type":"string","minLength":1,"maxLength":2},"zip":{"type":"string","minLength":5,"maxLength":5},"streetLineTwo":{"type":["string","null"],"maxLength":50}},"required":["street","city","state","zip"]},"desiredArrivalWindow":{"type":"string"},"notes":{"type":["string","null"],"maxLength":6000},"requestedDate":{"type":"string"},"laborHours":{"type":"number","minimum":2,"maximum":50},"workerLocationID":{"type":["integer","null"],"minimum":1,"maximum":2147483647},"crewSize":{"type":"integer","minimum":1,"maximum":12},"flightsOfStairs":{"type":["integer","null"],"minimum":0,"maximum":20}},"required":["address","desiredArrivalWindow","requestedDate"]},"unload":{"type":["object","null"],"properties":{"address":{"$ref":"#/properties/body/properties/load/properties/address"},"desiredArrivalWindow":{"type":"string"},"notes":{"type":["string","null"],"maxLength":6000},"requestedDate":{"type":"string"},"laborHours":{"type":"number","minimum":2,"maximum":50},"workerLocationID":{"type":["integer","null"],"minimum":1,"maximum":2147483647},"crewSize":{"type":"integer","minimum":1,"maximum":12},"flightsOfStairs":{"type":["integer","null"],"minimum":0,"maximum":20}},"required":["address","desiredArrivalWindow","requestedDate"]},"transports":{"type":["object","null"],"properties":{"areWeMovingRentalTruck":{"type":["boolean","null"]},"areWeMovingContainer":{"type":["boolean","null"]},"areWeMovingFreightTrailer":{"type":["boolean","null"]}}},"customReference":{"type":["string","null"],"maxLength":100},"contactInformation":{"type":"object","properties":{"secondaryPhoneNumber":{"type":["string","null"]},"emailAddress":{"type":"string","maxLength":300},"phoneNumber":{"type":"string"},"firstName":{"type":"string","maxLength":50},"lastName":{"type":"string","maxLength":50}},"required":["emailAddress","phoneNumber","firstName","lastName"]},"heavyItems":{"type":["array","null"],"items":{"type":"object","properties":{"itemType":{"type":"string","enum":["Unknown","ItemBetweenThreeAndFourFifty","ItemBetweenFourFiftyAndSix","ItemsSixPlus","Pianos"]},"quantity":{"type":"integer","minimum":1,"maximum":100}},"required":["itemType"]}},"serviceType":{"type":"string","enum":["Unknown","Standard","Elite","MoversPlusTruck","Transport","HybridZS","Container","FreightTrailer","CarShipping","TruckRental","ManagedLaborHourly","ManagedLaborPlus","CorporateRelocation_LaborOnly","CorporateRelocation_LocalFullService"]}},"required":["contactInformation","serviceType"]}},"required":["body"]}},{"name":"delete_job_reschedule_request","description":"Cancels (deletes) a pending reschedule request for a job. Returns the raw result.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"jobId":{"description":"The Job ID to delete the reschedule request for","type":"integer"}},"required":["jobId"]}},{"name":"find_contact_by_phone_or_email","description":"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 phoneNumber or emailAddress must be supplied. If no matching contact is found, a plain-text \"No matching contact found.\" message is returned instead of JSON; a JSON result with success=true and an empty jobs list means the contact exists but has no recent quote/order activity.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"phoneNumber":{"description":"The customer's phone number in digits-only en-US format (10 digits). Either this or emailAddress is required.","type":["string","null"],"default":null},"emailAddress":{"description":"The customer's email address. Either this or phoneNumber is required.","type":["string","null"],"default":null},"searchPeriodDays":{"description":"The number of days to look back for associated quotes and orders. Between 1 and 365. Defaults to 60 when omitted.","type":["integer","null"],"default":null}}}},{"name":"get_distance_between_coordinates","description":"Calculates the driving distance and time between two geographic coordinates (latitude/longitude pairs).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat1":{"description":"Latitude of the first location","type":"number"},"lon1":{"description":"Longitude of the first location","type":"number"},"lat2":{"description":"Latitude of the second location","type":"number"},"lon2":{"description":"Longitude of the second location","type":"number"}},"required":["lat1","lon1","lat2","lon2"]}},{"name":"get_distance_between_zips","description":"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 destination ZIP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fromZipCode":{"description":"The 5-digit origin (starting) United States ZIP code","type":"string"},"toZipCode":{"description":"The 5-digit destination (ending) United States ZIP code","type":"string"}},"required":["fromZipCode","toZipCode"]}},{"name":"get_distance_between_zips_bulk","description":"Calculates distances for many United States ZIP code pairs at once (bulk). Returns the raw result for every pair.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"body":{"description":"The bulk request containing the ZIP code pairs to calculate distances for","type":"object","properties":{"myPoints":{"type":"array","items":{"type":"object","properties":{"zip1":{"type":"string","minLength":5,"maxLength":5},"zip2":{"type":"string","minLength":5,"maxLength":5}},"required":["zip1","zip2"]},"minItems":1}},"required":["myPoints"]}},"required":["body"]}},{"name":"get_job_reschedule_availability","description":"Gets the list of available dates and arrival windows for the provider on a job, for rescheduling.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"jobId":{"description":"The Job ID to look up rescheduling availability for","type":"integer"}},"required":["jobId"]}},{"name":"get_job_reschedule_request","description":"Gets the latest reschedule status for a job (e.g. waiting for provider, successfully changed).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"jobId":{"description":"The Job ID to get reschedule details for","type":"integer"}},"required":["jobId"]}},{"name":"get_lfs_move_estimate","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"body":{"description":"The local full-service estimator request body","type":"object","properties":{"originZip":{"type":"string"},"destinationZip":{"type":"string"},"originAddressType":{"type":"string","enum":["Unknown","House","CondoApt","Studio","Office","StorageUnit","Other","Castle"]},"originBedroomCount":{"type":["integer","null"]}},"required":["originZip","destinationZip","originAddressType"]}},"required":["body"]}},{"name":"get_move_size_recommendation","description":"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 squareFeet or linearFeet to describe the size of the goods -- a call with neither is rejected. Also provide flights of stairs at each location. Optionally include counts of heavy items, which increase the recommended crew and hours.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"squareFeet":{"description":"The square feet of the goods to be moved (1-4000). Required unless linearFeet is provided; you must supply at least one of squareFeet or linearFeet.","type":["integer","null"],"default":null},"linearFeet":{"description":"The linear feet (LFT) of the goods to be moved (5-56). Required unless squareFeet is provided; you must supply at least one of squareFeet or linearFeet.","type":["integer","null"],"default":null},"loadFlightsOfStairs":{"description":"Flights of stairs at the loading location (0-20)","type":["integer","null"],"default":null},"unloadFlightsOfStairs":{"description":"Flights of stairs at the unloading location (0-20)","type":["integer","null"],"default":null},"heavyItems300To450Qty":{"description":"Number of heavy items weighing between 300 and 450 lbs","type":["integer","null"],"default":null},"heavyItems450To600Qty":{"description":"Number of heavy items weighing between 450 and 600 lbs","type":["integer","null"],"default":null},"heavyItems600PlusQty":{"description":"Number of heavy items weighing over 600 lbs","type":["integer","null"],"default":null},"pianosQty":{"description":"Number of pianos","type":["integer","null"],"default":null}}}},{"name":"get_order_details","description":"Retrieves complete details for one or more Moves, based on OrderID(s). Returns the raw order details.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"body":{"description":"The order-details request body (the OrderID(s) to look up)","type":"object","properties":{"orderIds":{"type":"array","items":{"type":"integer"},"minItems":1}},"required":["orderIds"]}},"required":["body"]}},{"name":"get_provider_details","description":"Gets detailed profile information for a specific moving provider location, including name, average review rating, years in business, total moves completed, equipment, credentials, and service coverage area (city, state, ZIP, and service radius). Requires a known providerId and providerLocationId. The average rating reported here is for this location only, not the provider overall -- see get_provider_reviews for the provider-wide review total.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"providerId":{"description":"The provider's unique identifier","type":"integer"},"providerLocationId":{"description":"The provider location's unique identifier","type":"integer"},"serviceType":{"description":"The service type to get details for (Standard, Elite, MoversPlusTruck)","type":"string","enum":["Standard","Elite","MoversPlusTruck"],"default":"Standard"}},"required":["providerId","providerLocationId"]}},{"name":"get_provider_reviews","description":"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 (yyyy-MM-dd): only reviews on/after that date are returned and the paging counts reflect the filtered set (a real server-side filter, not a sort). Each review includes rating, summary text, reviewer display name, move location, and date. The review total/count returned here is provider-wide -- aggregated across all of this provider's locations -- whereas list_service_providers and get_provider_details report a per-location review count/rating instead. Both figures are individually correct; they measure different scopes and must never be presented as contradictory.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"providerId":{"description":"The provider's unique identifier","type":"integer"},"startDate":{"description":"Optional cutoff date (yyyy-MM-dd). Returns only reviews on/after this date. Compute it yourself for 'last N months' style requests. Omit for all reviews.","type":["string","null"],"default":null},"pageNumber":{"description":"The 1-based page number (defaults to the first page)","type":["integer","null"],"default":null},"pageSize":{"description":"The number of reviews per page (defaults to the API default)","type":["integer","null"],"default":null}},"required":["providerId"]}},{"name":"get_quote_completion_url","description":"Gets the completion (checkout) URL for a specific quote by quote key, WITHOUT sending an email or SMS to the customer.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"quoteKey":{"description":"The quote key (GUID)","type":"string","format":"uuid"}},"required":["quoteKey"]}},{"name":"get_quote_details","description":"Gets details and status for a specific quote by its quote key (GUID).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"quoteKey":{"description":"The quote key (GUID)","type":"string","format":"uuid"}},"required":["quoteKey"]}},{"name":"get_starting_price","description":"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 crew size, not an hourly rate. Do NOT divide it by hours or by crew to derive a per-hour rate. For the true per-hour figure (extraHourRate) and a full pricing breakdown, call list_service_providers with resultFormat=Full.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"zipCode":{"description":"The 5-digit United States ZIP code","type":"string"}},"required":["zipCode"]}},{"name":"get_supported_service_types","description":"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), and packing (an add-on to a labor booking). Use this to answer 'what moving service types do you have in my area'. This is a coverage/catalog answer (what is supported here), not a date-specific availability check -- for providers available on a given date use list_service_providers.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"zipCode":{"description":"The 5-digit US ZIP code to check supported service types for","type":"string"}},"required":["zipCode"]}},{"name":"list_service_providers","description":"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. Resolve any city/state the user gives you to a single 5-digit ZIP yourself before calling; if the location is ambiguous, ask the user to confirm which ZIP. Results include providers that cannot currently be booked (canBook=false with reasonsCantShow) and are ordered per sortOrder: best price -> PriceLowToHigh, most expensive -> PriceHighToLow, best quality/highest rated -> QualityRating, most reviews -> MostReviewed, soonest available -> Availability, best match (marketplace default) -> BestMatch. When serviceType is MoversPlusTruck, unloadingZipCode (the destination ZIP) is required or the request is rejected by the Partner API. resultFormat controls the shape: Compact (default) returns a trimmed list where startingPrice is a flat estimated starting total for the quoted job size, not an hourly rate; Full returns the complete raw provider list and pricing breakdown. Interpreting pricing (labor-only / Standard): there is NO single \"$X per hour\" rate. Do NOT compute one by dividing price by hours, or by crew x hours. In the Compact (default) shape the only price field is startingPrice: present it as a flat estimated starting total for the job size you passed (laborHours/crewSize), and call again with resultFormat=Full when you need the per-hour breakdown. In the Full shape, price is a flat estimated starting total for actualNumHours hours with actualCrewSize crew -- it is not an hourly rate; the only true per-hour figure is extraHourRate (the cost of each additional hour of labor beyond the base). In the Full shape state pricing as: \"$<price> for <actualCrewSize> movers for <actualNumHours> hours, plus $<extraHourRate>/hr for any additional time.\" Prefer serviceMiniDescription and publicNotices verbatim when present. Never present a single blended hourly rate. Review scope: in the Compact shape, reviewCount and averageRating -- and in the Full shape, the raw numberOfReviews and ratingAverage fields -- are for the single provider location serving the searched ZIP, not the provider overall. This per-location figure can legitimately differ from the provider-wide review total returned by get_provider_reviews; never present the two as contradictory.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"loadingZipCode":{"description":"The 5-digit ZIP code of the loading (origin) location.","type":"string"},"requestedDate":{"description":"Requested move date. Accepts ISO 8601 (yyyy-MM-dd) or en-US (M/d/yyyy); normalized internally. A specific move date is required -- collect and confirm the move date with the user before calling; there is no default date.","type":["string","null"],"default":null},"serviceType":{"description":"The service type being requested (Standard, Elite, MoversPlusTruck). Defaults to Standard.","type":"string","enum":["Standard","Elite","MoversPlusTruck"],"default":"Standard"},"sortOrder":{"description":"The order to return providers in. Best price -> PriceLowToHigh, most expensive -> PriceHighToLow, best quality/highest rated -> QualityRating, most reviews -> MostReviewed, soonest available -> Availability, best match (marketplace default) -> BestMatch. Defaults to BestMatch.","type":"string","enum":["QualityRating","Availability","MostReviewed","PriceLowToHigh","PriceHighToLow","BestMatch"],"default":"BestMatch"},"unloadingZipCode":{"description":"The 5-digit ZIP code for the unload (destination) address. Required for Movers + Truck service type.","type":["string","null"],"default":null},"maxResults":{"description":"Maximum number of results to return (API minimum is 3, default all).","type":["integer","null"],"default":null},"onlyAvailable":{"description":"Only return providers available for booking. Defaults to false (include all).","type":["boolean","null"],"default":null},"laborHours":{"description":"The amount of labor hours needed (rounded to the nearest 15-minute increment). Defaults to 2.","type":"number","default":2},"crewSize":{"description":"How many crew members should be sent. Defaults to 2.","type":"integer","default":2},"flightsOfStairs":{"description":"Number of flights of stairs at the loading location. Defaults to 0.","type":"integer","default":0},"resultFormat":{"description":"Result shape: Compact (default) returns a trimmed provider list; Full returns the raw provider list including extraHourRate and the full pricing breakdown.","type":"string","enum":["Compact","Full"],"default":"Compact"}},"required":["loadingZipCode"]}},{"name":"rank_best_providers","description":"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 -> PriceLowToHigh, most expensive -> PriceHighToLow, best quality / highest rated -> QualityRating, most reviews -> MostReviewed, soonest available -> Availability, best match / marketplace default -> BestMatch (the default when omitted). Providers that cannot be booked (no availability or no price) are returned separately in an 'excluded' list with the reason. Use this when the caller wants a recommendation rather than the full provider list. Pricing: each provider's price is a flat estimated starting total for the requested job (the laborHours and crewSize you passed), not an hourly rate. Do NOT divide it to derive a per-hour rate. For the true per-hour figure (extraHourRate) and a full pricing breakdown, call list_service_providers with resultFormat=Full.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"loadingZipCode":{"description":"The 5-digit ZIP code of the loading (origin) location","type":"string"},"laborHours":{"description":"The amount of labor hours needed (rounded to the nearest 15-minute increment)","type":"number"},"crewSize":{"description":"How many crew members should be sent","type":"integer"},"flightsOfStairs":{"description":"Number of flights of stairs at the loading location","type":"integer"},"requestedDate":{"description":"The date the move should take place. Accepts ISO 8601 (yyyy-MM-dd) or en-US (M/d/yyyy); normalized internally. A specific move date is required -- collect and confirm the move date with the user before calling; there is no default date.","type":["string","null"],"default":null},"serviceType":{"description":"The type of service being requested (Standard, Elite, MoversPlusTruck)","type":"string","enum":["Standard","Elite","MoversPlusTruck"],"default":"Standard"},"onlyAvailable":{"description":"Only consider providers available for booking. Defaults to false (include all)","type":["boolean","null"],"default":null},"unloadingZipCode":{"description":"The ZIP code for the unload (destination) address. Required for Movers + Truck service type","type":["string","null"],"default":null},"sortOrder":{"description":"The ordering to return providers in. Best price -> PriceLowToHigh, most expensive -> PriceHighToLow, best quality/highest rated -> QualityRating, most reviews -> MostReviewed, soonest available -> Availability, best match (marketplace default) -> BestMatch. Defaults to BestMatch.","type":"string","enum":["QualityRating","Availability","MostReviewed","PriceLowToHigh","PriceHighToLow","BestMatch"],"default":"BestMatch"}},"required":["loadingZipCode","laborHours","crewSize","flightsOfStairs"]}},{"name":"send_quote_completion_link","description":"Sends a checkout/completion link to the customer for a specific quote (by quote key) via SMS and/or Email. THIS MESSAGES THE CUSTOMER.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"quoteKey":{"description":"The quote key (GUID)","type":"string","format":"uuid"},"body":{"description":"Whether to send via email and/or SMS","type":"object","properties":{"sendEmail":{"type":["boolean","null"]},"sendSms":{"type":["boolean","null"]}}}},"required":["quoteKey","body"]}},{"name":"transmit_lead","description":"Securely transmits a lead contact's information to the marketplace. Requires an email address or phone number. Returns the raw result.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"body":{"description":"The lead information request body","type":"object","properties":{"fromStreet":{"type":["string","null"]},"fromCity":{"type":["string","null"]},"fromStateAbbr":{"type":["string","null"]},"fromZipCode":{"type":["string","null"]},"toStreet":{"type":["string","null"]},"toCity":{"type":["string","null"]},"toStateAbbr":{"type":["string","null"]},"toZipCode":{"type":["string","null"]},"subChannelKey":{"type":["string","null"]},"gclid":{"type":["string","null"]},"dateOfMove":{"type":["string","null"]},"numberOfBedrooms":{"type":["integer","null"]},"addressType":{"type":["string","null"],"enum":["Unknown","House","CondoApt","Studio","Office","StorageUnit","Other","Castle",null]},"distanceMiles":{"type":["integer","null"]},"extraDetails":{"type":["string","null"]},"firstName":{"type":["string","null"]},"lastName":{"type":["string","null"]},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]}}}},"required":["body"]}},{"name":"transmit_leads_bulk","description":"Securely transmits multiple lead contacts' information to the marketplace in bulk. Each item requires an email address or phone number. Returns the raw result.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"upsert_contact","description":"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 be supplied. An optional note can be included; the service saves it with the contact on a best-effort basis, so the upsert still succeeds even if the note cannot be saved.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"firstName":{"description":"The contact's first name.","type":["string","null"],"default":null},"lastName":{"description":"The contact's last name.","type":["string","null"],"default":null},"companyName":{"description":"The company name, if applicable.","type":["string","null"],"default":null},"phoneNumber":{"description":"The contact's phone number in digits-only en-US format (10 digits). Either this or emailAddress is required.","type":["string","null"],"default":null},"emailAddress":{"description":"The contact's email address. Either this or phoneNumber is required.","type":["string","null"],"default":null},"notes":{"description":"Optional note to save with the contact. The service attaches it best-effort, so the upsert still succeeds even if the note cannot be saved.","type":["string","null"],"default":null}}}}],"scan":{"score":57,"grade":"C","scanned_at":"2026-09-23T21:43:09.595Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-23T21:43:09.425Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 878ms"]},"poisoning":{"score":13,"max":15,"notes":["29 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 9 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"poison.long-description","severity":"low","component":"poisoning","title":"Unusually long tool description (over 2,000 characters)","evidence":"tool list_service_providers: …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. Resolve any city/state the user gives you to a single 5-digit ZIP yourself before calling; if the location is ambiguous, ask the user to confirm which ZIP. Results include providers that cannot currently be booked (canBook=false with reasonsCantShow) and are ordered per sortOrder: best price -> PriceLowToHigh, most expensive -> PriceHighToLow, best quality/highest rated -> QualityRating, most reviews -> MostReviewed, soonest available -> Availability, best match (marketplace default) -> BestMatch. When serviceType is MoversPlusTruck, unloadingZipCode (the destination ZIP) is required or the request is rejected by the Partner API. resultFormat controls the shape: Compact (default) returns a trimmed list where startingPrice is a flat estimated starting total for the quoted job size, not an hourly rate; Full returns the complete raw provider list and pricing breakdown. Interpreting pricing (labor-only / Standard): there is NO single \"$X per hour\" rate. Do NOT compute one by dividing price by hours, or by crew x hours. In the Compact (default) shape the only price field is startingPrice: present it as a flat estimated starting total for the job size you passed (laborHours/crewSize), and call again with resultFormat=Full when you need the per-hour breakdown. In the Full shape, price is a flat estimated starting total for actualNumHours hours with actualCrewSize crew -- it is not an hourly rate; the only true per-hour figure is extraHourRate (the cost of each additional hour of labor beyond the base). In the Full shape state pricing as: \"$<price> for <actualCrewSize> movers for <actualNumHours> hours, plus $<extraHourRate>/hr for any additional time.\" Prefer serviceMiniDescription and publicNotices verbatim when present. Never present a single blended hourly rate. Review scope: in the Compact shape, reviewCount and averageRating -- and in the Full shape, the raw numberOfReviews and ratingAverage fields -- are for the single provider location serving the searched ZIP, not the provider overall. This per-location figure can legitimately differ from the provider-wide review total returned by get_provider_reviews; never present the two as contradictory.…"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.hireahelper.com","reachable":true,"authRequired":false,"latencyMs":878,"serverInfo":{"name":"MovingPlace Moving Services","version":"1.2.13"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.hireahelper.com/apple-touch-icon.png","source":"site","width":180,"height":180},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}