mcpbeat Sign in

ReelQuoteAI Survey Tool MCP Server

by reelquoteai Your server? Claim it
answering

ReelQuoteAI Survey Tool is answering right now. Last checked 9 min ago. It exposes 32 tools.

Filmed moving surveys, itemized inventories, firm quotes and bookings for moving companies.

Uptime history 20 days of history · worst day 96%
20 days agonow
98.9%
Uptime 24h
90 of 91 checks
32
Tools
read from the server
146 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 7

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 3 September 2026. No other catalogue keeps this.

9 Sep a tool changed the parameters it asks for list_jobs
3 Sep 5 tool descriptions were rewritten hand_off_video, list_webhook_deliveries, replay_webhook_delivery and 2 more
3 Sep a tool changed the parameters it asks for create_job

ReelQuoteAI Survey Tool does not always answer

Over the last week it answered 99.1% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add survey-tool --transport http https://widget.reelquoteai.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "survey-tool": {
      "url": "https://widget.reelquoteai.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.survey-tool]
url = "https://widget.reelquoteai.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "survey-tool": {
      "url": "https://widget.reelquoteai.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "survey-tool": {
      "url": "https://widget.reelquoteai.com/mcp"
    }
  }
}

Available tools 32

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

job
create_job
Start a job (the survey container). Contact details are NOT accepted here — funnel rule. Send `Idempotency-Key` so a retry cannot create a second job. Scope: jobs:write.
get_job
Full job state: status, inventory, quote, access, terms, move_date. Scope: jobs:read.
acknowledge
acknowledge_gaps
Record the customer's answer to the capture-gap prompts (inventory.gaps on GET /jobs/{id}). Body: { acknowledged: true } stamps "nothing is missing"; false clears it. The prompts themselves are recomputed from the current inventory on every read, so fixing a gap removes its prompt without this call. Scope: jobs:write.
approve
approve_inventory
Customer sign-off on the inventory, plus free-text notes. Scope: jobs:write.
availability
get_availability
Which days the mover has marked off, before a job exists. Soft: a marked day can still be requested — the mover confirms and calls first — so steer to an open day when the customer has a choice. Scope: quote.
ballpark
ballpark_estimate
Instant estimate range from home size + addresses. Free; never bookable. Scope: quote.
catalog
search_catalog
Search the cube-sheet catalog (?q=sofa). Scope: quote.
complete
complete_upload
Assemble a chunked upload. Body: { upload_id, parts: [{ part_number, etag }] }. Only after every part has been PUT; then call /submit. Scope: jobs:write.
confirm
confirm_access
Confirm floors / elevator / stairs / carry distance for both ends. Scope: jobs:write.
contact
set_contact
Store customer email + optional name + move date. Sends NOTHING — required before upload-url. Scope: jobs:write.
cube
get_cube_sheet_csv
Itemized cube sheet as CSV (Excel-ready): rooms, volumes, weights, exclusions. Secret key only. Scope: jobs:read.
date
get_date_prices
This job's quote priced across a ~2-week window from the mover's date rules. flat=true means every day prices the same. Scope: jobs:read.
edit
edit_items
Edit inventory (quantity, exclude, add by item_key). Response carries the re-priced quote. Scope: jobs:write.
hand
hand_off_video
Server-side handoff: give us a public https URL of the walkthrough instead of uploading it from a browser. Secret key only. We fetch it (up to 500 MB, streamed) and the job runs exactly as an upload would — poll GET /jobs/{id}. Needs the stored contact email and consent, like /upload-url. Replaces /upload-url, /upload-complete and /submit for a caller that already holds the file. A job whose fetch failed (`error`) may be handed a new URL. Counts toward the mover's daily analysis cap (429). Scope: jobs:write.
home
list_home_profiles
Home sizes for the ballpark step (2br_apt, 3br_house, …). Scope: quote.
jobs
list_jobs
List jobs for the tenant, newest first. Secret key only. Paged: pass `limit` (1–100, default 25), optional `status`, and `cursor` from the previous page's `next_cursor` (null on the last page; a bad cursor is a 400). Scope: jobs:read.
key
create_key
Mint a key. The raw secret is in THIS response only. A key can never mint one broader than itself; a test key mints only test keys; a live secret key may mint the sandbox pair. Scope: keys.
keys
list_keys
List the account's API keys — live and test, active and revoked. Never a raw secret. Secret key with the `keys` scope. Scope: keys.
move
set_move_date
Set or clear the move date; invalidates and recomputes the quote. Refused after a booking is requested. Scope: jobs:write.
quote
quote_inventory
Direct pricing for agents: items or total_cuft in, firm quote out. Secret key only. Scope: quote.
replay
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. Returns the replay's own delivery record. Deliveries of the other mode are not found (404). Scope: keys.
report
report_outcome
Report actuals (hours, final cents, crew). Secret key only. Scope: outcomes.
request
request_booking
Request the booking. Idempotent per job; requires approve:true (types-name-as-signature approval of the inventory + quote, stored with a quote snapshot) and accept_terms when the mover has terms. Scope: jobs:write.
resolve
resolve_address
Resolve a suggestion to a full address (same session_token). Scope: quote.
revoke
revoke_key
Revoke a key immediately. The only live publishable key is refused (409) — rotate it instead. A test key cannot revoke a live key (403 `mode_mismatch`). Scope: keys.
rotate
rotate_key
Replace a key with its twin (same kind, mode, scopes, label). The old key keeps working until `replaced.expires_at` so a deploy can swap values without a gap. Needs the `keys` scope even to rotate itself — rotate a scoped key with a full key or from the dashboard. A key is rotated once: rotating it again is a 409 `key_already_rotated`, and during its grace the old key cannot mint, rotate, revoke or read deliveries (403 `key_rotated`). A test key cannot rotate a live key (403 `mode_mismatch`). Scope: keys.
send
send_resume_link
Email the customer their resume link. Only on explicit request. Scope: jobs:write.
session
get_session
Resolve the key to its mover (name, branding, config). Scope: quote.
submit
submit_job
Queue the uploaded video for analysis. Poll GET /jobs/{id} for status. Scope: jobs:write.
suggest
suggest_addresses
Address autocomplete (proxied; send session_token). Scope: quote.
upload
create_upload_url
Presigned upload for the walkthrough video. Requires stored contact email. Body: { content_type, consent, size }. Send the byte size: at or above 16 MB the response carries `multipart` (an upload_id, a part_size and a presigned PUT per part) instead of `upload`, and each part is retried on its own rather than restarting the whole video. Report each part's ETag to /upload-complete. Below the threshold, or if opening a multipart upload fails, the response is a single `upload`. Scope: jobs:write.
webhook
list_webhook_deliveries
The delivery log: every webhook POST for 30 days, newest first, with its outcome and the exact body sent. Secret key with the `keys` scope. A key reads the deliveries of its own mode: live keys the live log, test keys the sandbox log. Scope: keys.

Endpoints

URLTransportStateLatencyChecked
https://widget.reelquoteai.com/mcp streamable-http answering 97 ms 9 min ago

Alternatives to ReelQuoteAI Survey Tool

same job, measured the same way
Resadock
by resadock

Search and book local services in France: real availability, quotes, consented one-tap bookings.

10 tools answering
UK Companies House
by robertalsop

UK Companies House with cleaning - 12 tools for search, profiles, officers, PSCs, filings, and more.

local only
AI Dev Jobs
by aidevboard

MCP for 8,700+ current AI jobs. 13 tools: search, match, salaries, companies, commerce quotes.

20 tools answering
HireAHelper Moving Services
by hireahelper

Compare and book movers or labor-only help. 16+ years, 1M+ moves, free online quotes.

29 tools answering
ÚčtoMost Money S3 MCP
by uctomost

Secure remote MCP for supported accounting workflows in authorized Money S3 companies.

answering
Codepet MCP
by mrfentmen

Local MCP companion for CodePet status, quests, and source-free coding events. Tools include get...

local only
Booking
by lilla-alva

Check availability, get quotes, and submit booking requests for Lilla Älva, a cabin in Sweden.

4 tools answering
Earnings Feed
by earningsfeed

SEC filings and insider trades in real-time. 10-K, 10-Q, 8-K, Form 4, and company lookup.

answering

ReelQuoteAI Survey Tool — questions

Answers built from our own checks of this server.

What can ReelQuoteAI Survey Tool do?
It exposes 32 tools, read directly from the server on our last check. Among them: acknowledge_gaps, approve_inventory, ballpark_estimate, complete_upload, confirm_access, create_job and 26 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is ReelQuoteAI Survey Tool working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 90 of 91 checks got a reply (98.9%), average response time 146 ms. The bar chart above shows every period we have measured.
How do I connect ReelQuoteAI Survey Tool?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does ReelQuoteAI Survey Tool need an API key?
No. ReelQuoteAI Survey Tool completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 32 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is ReelQuoteAI Survey Tool?
It answers our handshake in 146 ms on average, which is faster than 79% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.