← reelquoteai.com

INDIVIDUAL MCP TOOL

list_webhook_deliveries

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

reelquoteai.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://widget.reelquoteai.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_webhook_deliveries and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

reelquoteai.com

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.

Related tools

  • get_session — Resolve the key to its mover (name, branding, config).
  • list_home_profiles — Home sizes for the ballpark step (2br_apt, 3br_house, …).
  • ballpark_estimate — Instant estimate range from home size + addresses.
  • create_job — Start a job (the survey container).
  • list_jobs — List jobs for the tenant, newest first.
  • get_job — Full job state: status, inventory, quote, access, terms, move_date.
  • set_contact — Store customer email + optional name + move date.
  • create_upload_url — Presigned upload for the walkthrough video.