mcpbeat Sign in

HireAHelper Moving Services MCP Server

by hireahelper Your server? Claim it
answering

HireAHelper Moving Services is answering right now. Last checked 13 min ago. It exposes 13 tools.

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

Uptime history 25 days of history
25 days agonow
100.0%
Uptime 24h
91 of 91 checks
13
Tools
read from the server
563 ms
Response time
average over 24h
open, no key
Access
streamable-http

Tools have disappeared from this server

A tool that vanishes takes a piece of your agent with it, and the change arrives silently. Watch this server and every such change lands in your inbox.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add mcp --transport http https://mcp.hireahelper.com
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.hireahelper.com"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://mcp.hireahelper.com"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.hireahelper.com"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.hireahelper.com"
    }
  }
}

Available tools 13

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

marketplace
create_marketplace_lfs_quote
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
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.
provider
get_provider_details
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.
get_provider_reviews
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.
coverage
check_coverage
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.
lfs
get_lfs_move_estimate
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.
move
get_move_size_recommendation
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.
quote
get_quote_completion_url
Gets the completion (checkout) URL for a specific quote by quote key, WITHOUT sending an email or SMS to the customer.
rank
rank_best_providers
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.
send
send_quote_completion_link
Sends a checkout/completion link to the customer for a specific quote (by quote key) via SMS and/or Email. THIS MESSAGES THE CUSTOMER.
service
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.
starting
get_starting_price
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.
supported
get_supported_service_types
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.

Tools removed

These were exposed before and are gone now. No other catalogue tracks this.

browse_service_providers
removed 14 Aug 2026
get_service_provider_list
removed 14 Aug 2026
add_contact_note
removed 1 Sep 2026
book_labor_only_order
removed 1 Sep 2026
check_availability_for_lead
removed 1 Sep 2026
create_job_reschedule_request
removed 1 Sep 2026
delete_job_reschedule_request
removed 1 Sep 2026
find_contact_by_phone_or_email
removed 1 Sep 2026
get_distance_between_coordinates
removed 1 Sep 2026
get_distance_between_zips
removed 1 Sep 2026
get_distance_between_zips_bulk
removed 1 Sep 2026
get_job_reschedule_availability
removed 1 Sep 2026
get_job_reschedule_request
removed 1 Sep 2026
get_order_details
removed 1 Sep 2026
get_quote_details
removed 1 Sep 2026
transmit_lead
removed 1 Sep 2026
transmit_leads_bulk
removed 1 Sep 2026
upsert_contact
removed 1 Sep 2026

Endpoints

URLTransportStateLatencyChecked
https://mcp.hireahelper.com streamable-http answering 585 ms 13 min ago

Alternatives to HireAHelper Moving Services

same job, measured the same way
MovingPlace Moving Services
by movingplace

Find, compare, and book local movers and moving-labor helpers via MovingPlace's marketplace.

13 tools answering
C
Resadock
by resadock

Search and book local services in France: real availability, quotes, consented one-tap bookings.

answering
I
CigarFinder
by cigarfinder

Search and compare cigar prices from 14+ online retailers

answering
I
Satring MCP
by toadlybroodle

Discover and compare L402 + x402 paid API services from satring.com

51 installs/wk local only
Runitonai MCP
by structlabs-io

Read-only MCP connector serving the Run It on AI book; index and Implementation Blocks are free.

11 tools answering
Tradernet MCP
by verbart

MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more

49 installs/wk local only
Tradernet MCP Server
by verbart

MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more

34 installs/wk local only
RZ AI Labs
by rzailabs

Read-only MCP server for RZ AI Labs — query its services, workshops, and contact info.

4 tools answering

HireAHelper Moving Services — questions

Answers built from our own checks of this server.

What can HireAHelper Moving Services do?
It exposes 13 tools, read directly from the server on our last check. Among them: check_coverage, create_marketplace_lfs_quote, create_marketplace_quote, get_lfs_move_estimate, get_move_size_recommendation, get_provider_details and 7 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is HireAHelper Moving Services mostly used for?
Its tools cluster around marketplace and provider. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is HireAHelper Moving Services working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 563 ms. The bar chart above shows every period we have measured.
Did HireAHelper Moving Services ever remove tools?
Yes. browse_service_providers, get_service_provider_list, add_contact_note, book_labor_only_order and 14 more are no longer exposed — we recorded the date each one disappeared. A tool vanishing usually means a breaking change for anything that depended on it.
How do I connect HireAHelper Moving Services?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does HireAHelper Moving Services need an API key?
No. HireAHelper Moving Services completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 13 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is HireAHelper Moving Services?
It answers our handshake in 563 ms on average, which is faster than 29% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.