AgentPMT

Estate and Garage Sale Fetcher and Route Planner

Saves ~45 min

Details

Searches online for estate sales and garage sales happening today within 30 miles of the user's location, selects the 5 best sales based on listed items and value, plans the optimal driving route from the user's home through all 5 sales and back, generates a visual map with labeled markers and route path, and sends the route details and map link to the user. Ideal for weekend bargain hunters who want to maximize their time hitting the best sales in the area.

Tools In This Workflow

Workflow Steps

  1. 1Request Address
  2. 2Search Estate Sale Listings
  3. 3Select Top 10 Sales
  4. 4Optimize Route and Generate Map
  5. 5Send Route and Map to User
Step 1 of 5
Prompt1

Request Address

If the user hasn't given you their address to use in the searches and mapping, request it from them.

Frequently Asked Questions

How do I connect this workflow to my local agent like OpenClaw or Claude Code?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How do I trigger this workflow?

Agent prompt

Call the AgentPMT-Workflow-Skills tool with action 'get_workflow_skill' and skill_id 698be125a10022f46f6258a4 ("Estate and Garage Sale Fetcher and Route Planner").

Looking for help integrating AI into your business? Set up a free consultation.