com.hireahelper/mcp

MCPcomunidaden línea
v1.2.0com.hireahelperUnknownActualizado hace 1 m

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

Estado del endpointen línea
comprobado hace 5 h · 254 ms
100 % de las últimas 4 comprobaciones llegaron a este endpoint
Funciona en
ClaudeCursorCopilotChatGPTGemini

Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
hace 1 mÚltima actualización
Paquete
Autorcom.hireahelper
LicenciaUnknown
Versión1.2.0
Fuentemcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/30
Publicador: este listado no tiene ningún repositorio registrado, así que `forge publish` no puede verificar la propiedad de forma automática. Usa «Reclamar este listado» arriba — en Forge lo revisamos a mano.
Verificación de dominio+0/10
Ahora mismo no está disponible para este tipo de listado: hoy la comprobación de dominio solo se ejecuta para paquetes publicados en npm, así que esta fila todavía no se puede conseguir aquí, sea lo que sea lo que haya alojado en el dominio.
Análisis de inyección de prompts · limpio+30/30
Análisis de ofuscación / exfiltración · limpio+20/20
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
DependenciasSin auditar
Superficie de herramientas13 herramientas · 2 privilegiadas
Análisis de seguridad✓ Limpiovlive · hoy¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado11 ago 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

13 herramientas · 2 privilegiadas
Observado en vivo desde el endpoint del proveedor5h ago

Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.

  • https://mcp.hireahelper.com13 herramientas · 254 ms
get_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…

ParámetroTipoDescripción
providerId*integerThe provider's unique identifier
startDatestring | nullOptional 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.
pageNumberinteger | nullThe 1-based page number (defaults to the first page)
pageSizeinteger | nullThe 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.

ParámetroTipoDescripción
quoteKey*stringThe quote key (GUID)
body*objectWhether 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,…

ParámetroTipoDescripción
loadingZipCode*stringThe 5-digit ZIP code of the loading (origin) location.
requestedDatestring | nullRequested 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…
serviceTypestringThe service type being requested (Standard, Elite, MoversPlusTruck). Defaults to Standard.
sortOrderstringThe order to return providers in. Best price -> PriceLowToHigh, most expensive -> PriceHighToLow, best quality/highest rated -> QualityRating, most reviews ->…
unloadingZipCodestring | nullThe 5-digit ZIP code for the unload (destination) address. Required for Movers + Truck service type.
maxResultsinteger | nullMaximum number of results to return (API minimum is 3, default all).
onlyAvailableboolean | nullOnly return providers available for booking. Defaults to false (include all).
laborHoursnumberThe amount of labor hours needed (rounded to the nearest 15-minute increment). Defaults to 2.
crewSizeintegerHow many crew members should be sent. Defaults to 2.
flightsOfStairsintegerNumber of flights of stairs at the loading location. Defaults to 0.
resultFormatstringResult 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…

ParámetroTipoDescripción
body*objectThe marketplace create-quote request body
get_move_size_recommendationprivilegiadaRecommends 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…

ParámetroTipoDescripción
squareFeetinteger | nullThe 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.
linearFeetinteger | nullThe 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.
loadFlightsOfStairsinteger | nullFlights of stairs at the loading location (0-20)
unloadFlightsOfStairsinteger | nullFlights of stairs at the unloading location (0-20)
heavyItems300To450Qtyinteger | nullNumber of heavy items weighing between 300 and 450 lbs
heavyItems450To600Qtyinteger | nullNumber of heavy items weighing between 450 and 600 lbs
heavyItems600PlusQtyinteger | nullNumber of heavy items weighing over 600 lbs
pianosQtyinteger | nullNumber 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…

ParámetroTipoDescripción
loadingZipCode*stringThe 5-digit ZIP code of the loading (origin) location
laborHours*numberThe amount of labor hours needed (rounded to the nearest 15-minute increment)
crewSize*integerHow many crew members should be sent
flightsOfStairs*integerNumber of flights of stairs at the loading location
requestedDatestring | nullThe 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…
serviceTypestringThe type of service being requested (Standard, Elite, MoversPlusTruck)
onlyAvailableboolean | nullOnly consider providers available for booking. Defaults to false (include all)
unloadingZipCodestring | nullThe ZIP code for the unload (destination) address. Required for Movers + Truck service type
sortOrderstringThe 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.

ParámetroTipoDescripción
quoteKey*stringThe 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.

ParámetroTipoDescripción
zipCodes*arrayOne or more 5-digit United States ZIP codes to check for coverage
get_lfs_move_estimateprivilegiadaCalculates 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.

ParámetroTipoDescripción
body*objectThe 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…

ParámetroTipoDescripción
zipCode*stringThe 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…

ParámetroTipoDescripción
providerId*integerThe provider's unique identifier
providerLocationId*integerThe provider location's unique identifier
serviceTypestringThe 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…

ParámetroTipoDescripción
zipCode*stringThe 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.

ParámetroTipoDescripción
body*objectThe LFS marketplace create-quote request body

13 de 13 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

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

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Sin cobertura de dependencias

Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.