Compare and book movers or labor-only help. 16+ years, 1M+ moves, free online quotes.
Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.
https://mcp.hireahelper.com13 strumenti · 254 msget_provider_reviewsGets 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…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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| providerId* | integer | The provider's unique identifier |
| startDate | string | null | 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. |
| pageNumber | integer | null | The 1-based page number (defaults to the first page) |
| pageSize | integer | null | The number of reviews per page (defaults to the API default) |
send_quote_completion_linkSends a checkout/completion link to the customer for a specific quote (by quote key) via SMS and/or Email. THIS MESSAGES THE CUSTOMER.Sends a checkout/completion link to the customer for a specific quote (by quote key) via SMS and/or Email. THIS MESSAGES THE CUSTOMER.
| Parametro | Tipo | Descrizione |
|---|---|---|
| quoteKey* | string | The quote key (GUID) |
| body* | object | Whether to send via email and/or SMS |
list_service_providersLists 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,…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,…
| Parametro | Tipo | Descrizione |
|---|---|---|
| loadingZipCode* | string | The 5-digit ZIP code of the loading (origin) location. |
| requestedDate | string | null | 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… |
| serviceType | string | The service type being requested (Standard, Elite, MoversPlusTruck). Defaults to Standard. |
| sortOrder | string | The order to return providers in. Best price -> PriceLowToHigh, most expensive -> PriceHighToLow, best quality/highest rated -> QualityRating, most reviews ->… |
| unloadingZipCode | string | null | The 5-digit ZIP code for the unload (destination) address. Required for Movers + Truck service type. |
| maxResults | integer | null | Maximum number of results to return (API minimum is 3, default all). |
| onlyAvailable | boolean | null | Only return providers available for booking. Defaults to false (include all). |
| laborHours | number | The amount of labor hours needed (rounded to the nearest 15-minute increment). Defaults to 2. |
| crewSize | integer | How many crew members should be sent. Defaults to 2. |
| flightsOfStairs | integer | Number of flights of stairs at the loading location. Defaults to 0. |
| resultFormat | string | Result shape: Compact (default) returns a trimmed provider list; Full returns the raw provider list including extraHourRate and the full pricing breakdown. |
create_marketplace_quoteSaves 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 s…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 s…
| Parametro | Tipo | Descrizione |
|---|---|---|
| body* | object | The marketplace create-quote request body |
get_move_size_recommendationprivilegiatoRecommends 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…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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| squareFeet | integer | null | 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. |
| linearFeet | integer | null | 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. |
| loadFlightsOfStairs | integer | null | Flights of stairs at the loading location (0-20) |
| unloadFlightsOfStairs | integer | null | Flights of stairs at the unloading location (0-20) |
| heavyItems300To450Qty | integer | null | Number of heavy items weighing between 300 and 450 lbs |
| heavyItems450To600Qty | integer | null | Number of heavy items weighing between 450 and 600 lbs |
| heavyItems600PlusQty | integer | null | Number of heavy items weighing over 600 lbs |
| pianosQty | integer | null | Number of pianos |
rank_best_providersRanks 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 -> MostRe…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 -> MostRe…
| Parametro | Tipo | Descrizione |
|---|---|---|
| loadingZipCode* | string | The 5-digit ZIP code of the loading (origin) location |
| laborHours* | number | The amount of labor hours needed (rounded to the nearest 15-minute increment) |
| crewSize* | integer | How many crew members should be sent |
| flightsOfStairs* | integer | Number of flights of stairs at the loading location |
| requestedDate | string | null | 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… |
| serviceType | string | The type of service being requested (Standard, Elite, MoversPlusTruck) |
| onlyAvailable | boolean | null | Only consider providers available for booking. Defaults to false (include all) |
| unloadingZipCode | string | null | The ZIP code for the unload (destination) address. Required for Movers + Truck service type |
| sortOrder | string | The ordering to return providers in. Best price -> PriceLowToHigh, most expensive -> PriceHighToLow, best quality/highest rated -> QualityRating, most reviews… |
get_quote_completion_urlGets the completion (checkout) URL for a specific quote by quote key, WITHOUT sending an email or SMS to the customer.Gets the completion (checkout) URL for a specific quote by quote key, WITHOUT sending an email or SMS to the customer.
| Parametro | Tipo | Descrizione |
|---|---|---|
| quoteKey* | string | The quote key (GUID) |
check_coverageChecks 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.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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| zipCodes* | array | One or more 5-digit United States ZIP codes to check for coverage |
get_lfs_move_estimateprivilegiatoCalculates 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.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.
| Parametro | Tipo | Descrizione |
|---|---|---|
| body* | object | The local full-service estimator request body |
get_starting_priceRetrieves 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 figur…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 figur…
| Parametro | Tipo | Descrizione |
|---|---|---|
| zipCode* | string | The 5-digit United States ZIP code |
get_provider_detailsGets 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. T…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. T…
| Parametro | Tipo | Descrizione |
|---|---|---|
| providerId* | integer | The provider's unique identifier |
| providerLocationId* | integer | The provider location's unique identifier |
| serviceType | string | The service type to get details for (Standard, Elite, MoversPlusTruck) |
get_supported_service_typesLists 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…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…
| Parametro | Tipo | Descrizione |
|---|---|---|
| zipCode* | string | The 5-digit US ZIP code to check supported service types for |
create_marketplace_lfs_quoteSaves an LFS (local full service) quote and returns the Quote Public Key, Grand Total, and Checkout URL based on the provider selected.Saves an LFS (local full service) quote and returns the Quote Public Key, Grand Total, and Checkout URL based on the provider selected.
| Parametro | Tipo | Descrizione |
|---|---|---|
| body* | object | The LFS marketplace create-quote request body |
13 strumenti su 13 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
Compare and book movers or labor-only help. 16+ years, 1M+ moves, free online quotes.
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.