eCommerce
movingplace.com
Provides tools for managing moving service quotes, provider rankings, and customer communications in a marketplace.
ENDPOINT 1
https://mcp.movingplace.com
MCP server metadata
- Name
- MovingPlace Moving Services
- Version
- 1.2.0
Known tools 13
get_provider_reviewsGets customer reviews for a specific moving provider, newest first, paginated.
Inferred read-onlysend_quote_completion_linkSends a checkout/completion link to the customer for a specific quote (by quote key) via SMS and/or Email.
Potential side effectscreate_marketplace_quoteSaves a quote and returns a marketplace Quote ID, for a specific provider.
Inferred read-onlyget_move_size_recommendationRecommends 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.
Inferred read-onlyrank_best_providersRanks the moving providers available for a move and returns them in the order requested by sortOrder, each with its arrival windows.
Inferred read-onlyget_quote_completion_urlGets the completion (checkout) URL for a specific quote by quote key, WITHOUT sending an email or SMS to the customer.
Potential side effectscheck_coverageChecks whether HireAHelper has moving-labor coverage in one or more United States ZIP codes.
Inferred read-onlyget_lfs_move_estimateCalculates labor hours, crew size, and truck size range for a local full-service (LFS) move.
Inferred read-onlyget_starting_priceRetrieves the 'starting at' price for moving labor services in a specific United States ZIP code.
Inferred read-onlyget_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).
Inferred read-onlyget_service_provider_listGets the list of service providers available for a move on a given date and loading ZIP code, factoring in availability.
Inferred read-onlycreate_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.
Inferred read-onlybrowse_service_providersBrowse moving-labor service providers serving a 5-digit US ZIP code on a given date.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.movingplace-moving-services]
url = "https://mcp.movingplace.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"movingplace-moving-services": {
"type": "http",
"url": "https://mcp.movingplace.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: movingplace-moving-services
Remote MCP URL: https://mcp.movingplace.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"movingplace-moving-services": {
"url": "https://mcp.movingplace.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"movingplace-moving-services": {
"type": "http",
"url": "https://mcp.movingplace.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "movingplace-moving-services",
"transport": "streamable-http",
"url": "https://mcp.movingplace.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for movingplace.com was fetched 2026-08-24T02:59:43.394Z.
movingplace.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.