← Registry

Data Collection

reelquoteai.com

Manages moving survey jobs and provides instant cost estimates based on home profiles and addresses.

1 endpoint32 known toolsFirst detected September 3, 2026Last detected September 3, 2026

ENDPOINT 1

https://widget.reelquoteai.com/mcp

No auth detected

MCP server metadata

Name
reelquoteai-us
Version
1.1.0
Capabilities
toolsresources
Server instructions

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

get_session

Resolve the key to its mover (name, branding, config).

Inferred read-only
list_home_profiles

Home sizes for the ballpark step (2br_apt, 3br_house, …).

Inferred read-only
ballpark_estimate

Instant estimate range from home size + addresses.

Inferred read-only
create_job

Start a job (the survey container).

Inferred read-only
list_jobs

List jobs for the tenant, newest first.

Inferred read-only
get_job

Full job state: status, inventory, quote, access, terms, move_date.

Inferred read-only
set_contact

Store customer email + optional name + move date.

Potential side effects
create_upload_url

Presigned upload for the walkthrough video.

Potential side effects
complete_upload

Assemble a chunked upload.

Potential side effects
submit_job

Queue the uploaded video for analysis.

Inferred read-only
hand_off_video

Server-side handoff: give us a public https URL of the walkthrough instead of uploading it from a browser.

Inferred read-only
confirm_access

Confirm floors / elevator / stairs / carry distance for both ends.

Inferred read-only
edit_items

Edit inventory (quantity, exclude, add by item_key).

Potential side effects
approve_inventory

Customer sign-off on the inventory, plus free-text notes.

Inferred read-only
acknowledge_gaps

Record the customer's answer to the capture-gap prompts (inventory.

Inferred read-only
send_resume_link

Email the customer their resume link.

Potential side effects
request_booking

Request the booking.

Inferred read-only
report_outcome

Report actuals (hours, final cents, crew).

Inferred read-only
get_cube_sheet_csv

Itemized cube sheet as CSV (Excel-ready): rooms, volumes, weights, exclusions.

Inferred read-only
get_date_prices

This job's quote priced across a ~2-week window from the mover's date rules.

Inferred read-only
set_move_date

Set or clear the move date; invalidates and recomputes the quote.

Inferred read-only
quote_inventory

Direct pricing for agents: items or total_cuft in, firm quote out.

Inferred read-only
get_availability

Which days the mover has marked off, before a job exists.

Inferred read-only
list_keys

List the account's API keys — live and test, active and revoked.

Inferred read-only
create_key

Mint a key.

Inferred read-only
rotate_key

Replace a key with its twin (same kind, mode, scopes, label).

Inferred read-only
revoke_key

Revoke a key immediately.

Inferred read-only
list_webhook_deliveries

The delivery log: every webhook POST for 30 days, newest first, with its outcome and the exact body sent.

Potential side effects
replay_webhook_delivery

Re-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 effects
search_catalog

Search the cube-sheet catalog (?

Inferred read-only
suggest_addresses

Address autocomplete (proxied; send session_token).

Potential side effects
resolve_address

Resolve a suggestion to a full address (same session_token).

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.