Estate Sales logo

Estate Sales

by lulz botUpdated May 4, 2026

MCP server that provides access to estate sales listings, auction schedules, and item inventories through tool calls. It enables searching sales by location, date, or keywords and retrieving detailed sale information. Developers building reseller apps, notification bots, or market analysis tools would use it to integrate real-time estate sale data.

estate-sales
auctions
listings
|

Overview

The @lulzasaur9192/mcp-estate-sales MCP server allows AI models and applications to query and retrieve data on estate sales—public auctions of household goods, antiques, and estate contents. It connects to aggregated sources for listings, enabling programmatic access without manual browsing of websites like EstateSales.net.

Key Capabilities

  • search_estate_sales: Query sales by geographic area, date range, or search terms, returning results with addresses, dates, and summaries.
  • get_sale_details: Pull full details for a sale ID, including contact info, preview/load-out times, terms, and photos.
  • list_sale_items: Fetch item catalogs from a sale, categorized by type (furniture, jewelry, etc.) with descriptions and estimated values.

These tools support JSON inputs/outputs for location (lat/long or ZIP), filters, and pagination.

Use Cases

  • Local notifications: Use search_estate_sales in a bot to alert users daily about new sales within 50 miles of their ZIP code.
  • Reseller scouting: Call get_sale_details and list_sale_items to evaluate high-value lots like mid-century furniture before attending.
  • Market analysis: Aggregate data from multiple search_estate_sales calls to track pricing trends for antiques across regions.
  • AI shopping assistant: Combine tools to recommend sales matching user interests, e.g., 'vintage toys in Chicago this weekend.'

Who This Is For

Developers integrating estate data into web/mobile apps, AI agents for bargain hunting, resellers automating lead generation, and analysts studying liquidation markets. Requires basic MCP client setup for tool invocation.