Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

MovingPlace Moving Services

REMOTE · MCP.MOVINGPLACE.COM · SCANNED SEP 25

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

0 this week 75 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability54
  • 25% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Partial
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 4166 tokens (~126/item across 33 items; 30 tools + 3 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "send_quote_completion_link" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 31 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the MovingPlace Moving Services MCP server?

MovingPlace Moving Services is a hosted endpoint at https://mcp.movingplace.com/, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.movingplace.com

# add to Claude Code
claude mcp add --transport http com-movingplace-mcp 'https://mcp.movingplace.com/'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-movingplace-mcp": {
      "url": "https://mcp.movingplace.com/"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-movingplace-mcp": {
      "type": "http",
      "url": "https://mcp.movingplace.com/"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-movingplace-mcp]
url = "https://mcp.movingplace.com/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-movingplace-mcp": {
      "type": "remote",
      "url": "https://mcp.movingplace.com/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-movingplace-mcp --url 'https://mcp.movingplace.com/' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-movingplace-mcp:
    url: "https://mcp.movingplace.com/"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-movingplace-mcp": {
      "Transport": "http",
      "Url": "https://mcp.movingplace.com/"
    }
  }
}
# add to Vellum
assistant mcp add com-movingplace-mcp -t streamable-http -u 'https://mcp.movingplace.com/'
// mcp.json
{
  "mcpServers": {
    "com-movingplace-mcp": {
      "type": "http",
      "url": "https://mcp.movingplace.com/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 +8
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 −8
    • Stability: pass → fail ▼ security
    • Schema quality: good → excellent functional
    • Server version: 1.2.13 → 1.2.17 functional
    • New tool “get_permit_coverage” functional
  • 23 Sept 26 0
    • A breaking change shipped without a version bump: still 1.2.13 ▼ security
    • Tool “add_contact_note” was removed ▼ security
    • Tool “book_labor_only_order” was removed ▼ security
    • Tool “check_availability_for_lead” was removed ▼ security
    • Tool “create_job_reschedule_request” was removed ▼ security
    • Tool “delete_job_reschedule_request” was removed ▼ security
    • Tool “find_contact_by_phone_or_email” was removed ▼ security
    • Tool “get_distance_between_coordinates” was removed ▼ security
    • Tool “get_distance_between_zips” was removed ▼ security
    • Tool “get_distance_between_zips_bulk” was removed ▼ security
    • Tool “get_job_reschedule_availability” was removed ▼ security
    • Tool “get_job_reschedule_request” was removed ▼ security
    • Tool “get_order_details” was removed ▼ security
    • Tool “get_quote_details” was removed ▼ security
    • Tool “transmit_lead” was removed ▼ security
    • Tool “transmit_leads_bulk” was removed ▼ security
    • Tool “upsert_contact” was removed ▼ security
    • Schema quality: 126 → 174 ▼ functional
  • 22 Sept 26 0
    • Schema quality: 174 → 126 ▲ functional
    • New tool “add_contact_note” functional
    • New tool “book_labor_only_order” functional
    • New tool “check_availability_for_lead” functional
    • New tool “create_job_reschedule_request” functional
    • New tool “delete_job_reschedule_request” functional
    • New tool “find_contact_by_phone_or_email” functional
    • New tool “get_distance_between_coordinates” functional
    • New tool “get_distance_between_zips” functional
    • New tool “get_distance_between_zips_bulk” functional
    • New tool “get_job_reschedule_availability” functional
    • New tool “get_job_reschedule_request” functional
    • New tool “get_order_details” functional
    • New tool “get_quote_details” functional
    • New tool “transmit_lead” functional
    • New tool “transmit_leads_bulk” functional
    • New tool “upsert_contact” functional
  • 19 Sept 26 0
    • A breaking change shipped without a version bump: still 1.2.13 ▼ security
    • Tool “add_contact_note” was removed ▼ security
    • Tool “book_labor_only_order” was removed ▼ security
    • Tool “check_availability_for_lead” was removed ▼ security
    • Tool “create_job_reschedule_request” was removed ▼ security
    • Tool “delete_job_reschedule_request” was removed ▼ security
    • Tool “find_contact_by_phone_or_email” was removed ▼ security
    • Tool “get_distance_between_coordinates” was removed ▼ security
    • Tool “get_distance_between_zips” was removed ▼ security
    • Tool “get_distance_between_zips_bulk” was removed ▼ security
    • Tool “get_job_reschedule_availability” was removed ▼ security
    • Tool “get_job_reschedule_request” was removed ▼ security
    • Tool “get_order_details” was removed ▼ security
    • Tool “get_quote_details” was removed ▼ security
    • Tool “transmit_lead” was removed ▼ security
    • Tool “transmit_leads_bulk” was removed ▼ security
    • Tool “upsert_contact” was removed ▼ security
    • Schema quality: 126 → 174 ▼ functional
  • 18 Sept 26 0
    • Schema quality: 174 → 126 ▲ functional
    • New tool “add_contact_note” functional
    • New tool “book_labor_only_order” functional
    • New tool “check_availability_for_lead” functional
    • New tool “create_job_reschedule_request” functional
    • New tool “delete_job_reschedule_request” functional
    • New tool “find_contact_by_phone_or_email” functional
    • New tool “get_distance_between_coordinates” functional
    • New tool “get_distance_between_zips” functional
    • New tool “get_distance_between_zips_bulk” functional
    • New tool “get_job_reschedule_availability” functional
    • New tool “get_job_reschedule_request” functional
    • New tool “get_order_details” functional
    • New tool “get_quote_details” functional
    • New tool “transmit_lead” functional
    • New tool “transmit_leads_bulk” functional
    • New tool “upsert_contact” functional
  • 17 Sept 26 0
    • Server version: 1.2.12 → 1.2.13 functional
  • 13 Sept 26 +1
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Probed https://mcp.movingplace.com

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.movingplace.com CN=WE1,O=Google Trust Services,C=US 19 Sept 2026 18 Dec 2026 ECDSA 256 ECDSA-SHA256 14ff64d889b487cf13349a03cdbe37fe
SANs: mcp.movingplace.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.movingplace.com. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
movingplace.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=15552000; preload
x-content-type-options nosniff
referrer-policy strict-origin-when-cross-origin

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.movingplace.com Verified 200
http (plaintext) http://mcp.movingplace.com HTTPS enforced 301 https://mcp.movingplace.com/
MCP tools · 30 exposed · ~4,142 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_contact_note ~109

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.

NameTypeReqDescription
contactIdintegeryesThe numeric identifier of the contact to attach the note to.
notesstringyesThe content of the note.

No output schema declared.

No examples provided.

book_labor_only_order ~62

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.

NameTypeReqDescription
bodyobjectyesThe labor-only order booking request body

No output schema declared.

No examples provided.

check_availability_for_lead ~70

Checks the realtime availability (day and arrival windows) for a given LeadId on a given job date.

NameTypeReqDescription
dateOfJobstringyesThe date of the move, in en-US MM/DD/YYYY format
leadIdintegeryesThe LeadId to check availability for

No output schema declared.

No examples provided.

check_coverage ~62

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.

NameTypeReqDescription
zipCodesarrayyesOne or more 5-digit United States ZIP codes to check for coverage

No output schema declared.

No examples provided.

create_job_reschedule_request ~78

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.

NameTypeReqDescription
bodyobjectyesThe reschedule request body (desired new date/time)
jobIdintegeryesThe Job ID to create the reschedule request for

No output schema declared.

No examples provided.

create_marketplace_lfs_quote ~57

Saves an LFS (local full service) quote and returns the Quote Public Key, Grand Total, and Checkout URL based on the provider selected.

NameTypeReqDescription
bodyobjectyesThe LFS marketplace create-quote request body

No output schema declared.

No examples provided.

create_marketplace_quote ~172

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.

NameTypeReqDescription
bodyobjectyesThe marketplace create-quote request body

No output schema declared.

No examples provided.

delete_job_reschedule_request ~49

Cancels (deletes) a pending reschedule request for a job. Returns the raw result.

NameTypeReqDescription
jobIdintegeryesThe Job ID to delete the reschedule request for

No output schema declared.

No examples provided.

find_contact_by_phone_or_email ~187

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.

NameTypeReqDescription
emailAddressstring|null–The customer's email address. Either this or phoneNumber is required.
phoneNumberstring|null–The customer's phone number in digits-only en-US format (10 digits). Either this or emailAddress is required.
searchPeriodDaysinteger|null–The number of days to look back for associated quotes and orders. Between 1 and 365. Defaults to 60 when omitted.

No output schema declared.

No examples provided.

get_distance_between_coordinates ~78

Calculates the driving distance and time between two geographic coordinates (latitude/longitude pairs).

NameTypeReqDescription
lat1numberyesLatitude of the first location
lat2numberyesLatitude of the second location
lon1numberyesLongitude of the first location
lon2numberyesLongitude of the second location

No output schema declared.

No examples provided.

get_distance_between_zips ~90

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.

NameTypeReqDescription
fromZipCodestringyesThe 5-digit origin (starting) United States ZIP code
toZipCodestringyesThe 5-digit destination (ending) United States ZIP code

No output schema declared.

No examples provided.

get_distance_between_zips_bulk ~53

Calculates distances for many United States ZIP code pairs at once (bulk). Returns the raw result for every pair.

NameTypeReqDescription
bodyobjectyesThe bulk request containing the ZIP code pairs to calculate distances for

No output schema declared.

No examples provided.

get_job_reschedule_availability ~50

Gets the list of available dates and arrival windows for the provider on a job, for rescheduling.

NameTypeReqDescription
jobIdintegeryesThe Job ID to look up rescheduling availability for

No output schema declared.

No examples provided.

get_job_reschedule_request ~48

Gets the latest reschedule status for a job (e.g. waiting for provider, successfully changed).

NameTypeReqDescription
jobIdintegeryesThe Job ID to get reschedule details for

No output schema declared.

No examples provided.

get_lfs_move_estimate ~61

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.

NameTypeReqDescription
bodyobjectyesThe local full-service estimator request body

No output schema declared.

No examples provided.

get_move_size_recommendation ~318

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.

NameTypeReqDescription
heavyItems300To450Qtyinteger|null–Number of heavy items weighing between 300 and 450 lbs
heavyItems450To600Qtyinteger|null–Number of heavy items weighing between 450 and 600 lbs
heavyItems600PlusQtyinteger|null–Number of heavy items weighing over 600 lbs
linearFeetinteger|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.
loadFlightsOfStairsinteger|null–Flights of stairs at the loading location (0-20)
pianosQtyinteger|null–Number of pianos
squareFeetinteger|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.
unloadFlightsOfStairsinteger|null–Flights of stairs at the unloading location (0-20)

No output schema declared.

No examples provided.

get_order_details ~51

Retrieves complete details for one or more Moves, based on OrderID(s). Returns the raw order details.

NameTypeReqDescription
bodyobjectyesThe order-details request body (the OrderID(s) to look up)

No output schema declared.

No examples provided.

get_permit_coverage ~114

Checks PermitPuller coverage for a United States ZIP code: whether a truck permit, container permit, and/or construction permit (or their courtesy-posting alternatives) are available, plus the PermitPuller landing page to purchase a permit if one is offered. Permit coverage is open marketplace catalog info. If the ZIP is not covered, a plain-text not-found message is returned instead of a formatted result.

NameTypeReqDescription
zipCodestringyesThe 5-digit United States ZIP code to check PermitPuller coverage for

No output schema declared.

No examples provided.

get_provider_details ~142

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.

NameTypeReqDescription
providerIdintegeryesThe provider's unique identifier
providerLocationIdintegeryesThe provider location's unique identifier
serviceTypestring–The service type to get details for (Standard, Elite, MoversPlusTruck)

No output schema declared.

No examples provided.

get_provider_reviews ~252

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.

NameTypeReqDescription
pageNumberinteger|null–The 1-based page number (defaults to the first page)
pageSizeinteger|null–The number of reviews per page (defaults to the API default)
providerIdintegeryesThe provider's unique identifier
startDatestring|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.

No output schema declared.

No examples provided.

get_quote_completion_url ~48

Gets the completion (checkout) URL for a specific quote by quote key, WITHOUT sending an email or SMS to the customer.

NameTypeReqDescription
quoteKeystringyesThe quote key (GUID)

No output schema declared.

No examples provided.

get_quote_details ~37

Gets details and status for a specific quote by its quote key (GUID).

NameTypeReqDescription
quoteKeystringyesThe quote key (GUID)

No output schema declared.

No examples provided.

get_starting_price ~111

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.

NameTypeReqDescription
zipCodestringyesThe 5-digit United States ZIP code

No output schema declared.

No examples provided.

get_supported_service_types ~130

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.

NameTypeReqDescription
zipCodestringyesThe 5-digit US ZIP code to check supported service types for

No output schema declared.

No examples provided.

list_service_providers ~857

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 sha…

NameTypeReqDescription
crewSizeinteger–How many crew members should be sent. Defaults to 2.
flightsOfStairsinteger–Number of flights of stairs at the loading location. Defaults to 0.
laborHoursnumber–The amount of labor hours needed (rounded to the nearest 15-minute increment). Defaults to 2.
loadingZipCodestringyesThe 5-digit ZIP code of the loading (origin) location.
maxResultsinteger|null–Maximum number of results to return (API minimum is 3, default all).
onlyAvailableboolean|null–Only return providers available for booking. Defaults to false (include all).
requestedDatestring|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 date with the user before calling; ther…
resultFormatstring–Result shape: Compact (default) returns a trimmed provider list; Full returns the raw provider list including extraHourRate and the full pricing breakdown.
serviceTypestring–The service type being requested (Standard, Elite, MoversPlusTruck). Defaults to Standard.
sortOrderstring–The order to return providers in. Best price -> PriceLowToHigh, most expensive -> PriceHighToLow, best quality/highest rated -> QualityRating, most reviews -> MostReviewed, soonest available -> Avail…
unloadingZipCodestring|null–The 5-digit ZIP code for the unload (destination) address. Required for Movers + Truck service type.

No output schema declared.

No examples provided.

rank_best_providers ~484

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.

NameTypeReqDescription
crewSizeintegeryesHow many crew members should be sent
flightsOfStairsintegeryesNumber of flights of stairs at the loading location
laborHoursnumberyesThe amount of labor hours needed (rounded to the nearest 15-minute increment)
loadingZipCodestringyesThe 5-digit ZIP code of the loading (origin) location
onlyAvailableboolean|null–Only consider providers available for booking. Defaults to false (include all)
requestedDatestring|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 confirm the move date with the user befo…
serviceTypestring–The type of service being requested (Standard, Elite, MoversPlusTruck)
sortOrderstring–The ordering to return providers in. Best price -> PriceLowToHigh, most expensive -> PriceHighToLow, best quality/highest rated -> QualityRating, most reviews -> MostReviewed, soonest available -> Av…
unloadingZipCodestring|null–The ZIP code for the unload (destination) address. Required for Movers + Truck service type

No output schema declared.

No examples provided.

send_quote_completion_link ~68

Sends a checkout/completion link to the customer for a specific quote (by quote key) via SMS and/or Email. THIS MESSAGES THE CUSTOMER.

NameTypeReqDescription
bodyobjectyesWhether to send via email and/or SMS
quoteKeystringyesThe quote key (GUID)

No output schema declared.

No examples provided.

transmit_lead ~47

Securely transmits a lead contact's information to the marketplace. Requires an email address or phone number. Returns the raw result.

NameTypeReqDescription
bodyobjectyesThe lead information request body

No output schema declared.

No examples provided.

transmit_leads_bulk ~40

Securely transmits multiple lead contacts' information to the marketplace in bulk. Each item requires an email address or phone number. Returns the raw result.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

upsert_contact ~217

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.

NameTypeReqDescription
companyNamestring|null–The company name, if applicable.
emailAddressstring|null–The contact's email address. Either this or phoneNumber is required.
firstNamestring|null–The contact's first name.
lastNamestring|null–The contact's last name.
notesstring|null–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.
phoneNumberstring|null–The contact's phone number in digits-only en-US format (10 digits). Either this or emailAddress is required.

No output schema declared.

No examples provided.

Common questions

What is the MovingPlace Moving Services MCP server?

MovingPlace Moving Services is an MCP server listed in the public MCP registry as com.movingplace/mcp. Find, compare, and book local movers and moving-labor helpers via MovingPlace's marketplace. This page covers its hosted endpoint (https://mcp.movingplace.com).

Is the MovingPlace Moving Services MCP server safe to use?

MovingPlace Moving Services scores 75 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the MovingPlace Moving Services MCP server expose?

MovingPlace Moving Services exposes 30 tools: upsert_contact, get_permit_coverage, get_provider_reviews, book_labor_only_order, send_quote_completion_link, and 25 more. Their descriptions and schemas cost roughly 4,142 tokens of context every time the server is loaded.

Does the MovingPlace Moving Services MCP server require authentication?

No. We connected to MovingPlace Moving Services without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the MovingPlace Moving Services MCP server still maintained?

MovingPlace Moving Services is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.