Data Collection
reelquoteai.com
Manages moving survey jobs and provides instant cost estimates based on home profiles and addresses.
ENDPOINT 1
https://widget.reelquoteai.com/mcp
MCP server metadata
- Name
- reelquoteai-us
- Version
- 1.1.0
ReelQuoteAI US: video-based moving inventory and quoting for moving companies. Every tool is one endpoint of the public API (see the openapi resource); send the mover's API key as "Authorization: Bearer <key>" on this connection. Publishable keys (pk_) drive the customer funnel; secret keys (sk_) also read jobs, report outcomes and manage keys and webhooks. Test keys (pk_test_/sk_test_) run a sandbox: jobs complete instantly with a fixed inventory, nothing is billed or emailed. Funnel order: ballpark_estimate (free, no job) → create_job → set_contact → hand_off_video (a URL you hold) or create_upload_url…submit_job (a file) → get_job until status is complete/quoted → confirm_access, edit_items, set_move_date as needed → approve_inventory → request_booking. Money is always integer cents beside a currency. A failed call comes back with isError and the API's { error, message }.
Known tools 32
hand_off_videoServer-side handoff: give us a public https URL of the walkthrough instead of uploading it from a browser.
Inferred read-onlyacknowledge_gapsRecord the customer's answer to the capture-gap prompts (inventory.
Inferred read-onlyget_cube_sheet_csvItemized cube sheet as CSV (Excel-ready): rooms, volumes, weights, exclusions.
Inferred read-onlyget_date_pricesThis job's quote priced across a ~2-week window from the mover's date rules.
Inferred read-onlylist_webhook_deliveriesThe delivery log: every webhook POST for 30 days, newest first, with its outcome and the exact body sent.
Potential side effectsreplay_webhook_deliveryRe-send one delivery to its endpoint: the same body byte for byte (same envelope id, so your dedupe still works) under a fresh signature, with the usual retries.
Potential side effectsCONNECT 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.reelquoteai-us]
url = "https://widget.reelquoteai.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"reelquoteai-us": {
"type": "http",
"url": "https://widget.reelquoteai.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: reelquoteai-us
Remote MCP URL: https://widget.reelquoteai.com/mcp
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": {
"reelquoteai-us": {
"url": "https://widget.reelquoteai.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"reelquoteai-us": {
"type": "http",
"url": "https://widget.reelquoteai.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "reelquoteai-us",
"transport": "streamable-http",
"url": "https://widget.reelquoteai.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.