INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://mcp.movingplace.com
Connect to this endpoint to inspect the live schema for create_marketplace_lfs_quote and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.
Related tools
get_provider_reviews— Gets customer reviews for a specific moving provider, newest first, paginated.send_quote_completion_link— Sends a checkout/completion link to the customer for a specific quote (by quote key) via SMS and/or Email.create_marketplace_quote— Saves a quote and returns a marketplace Quote ID, for a specific provider.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.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.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.check_coverage— Checks whether HireAHelper has moving-labor coverage in one or more United States ZIP codes.get_lfs_move_estimate— Calculates labor hours, crew size, and truck size range for a local full-service (LFS) move.