AgentPMT

Route Planner From Address Photos

Saves ~30 min

Details

Automates multi-stop route planning from photos of addresses. Collects the user's starting address, time needed at each stop, and departure time. Processes uploaded images through OCR to extract addresses, compiles them into a CSV, optimizes the route order, calculates arrival and departure times for each location, and delivers the final plan with a map image, detailed schedule, and Google Maps link.

Tools In This Workflow

Workflow Steps

  1. 1Prompt
  2. 2Upload Each Image
  3. 3Upload Image to File Management
  4. 4Batch File IDs for OCR
  5. 5Process Each OCR Batch
  6. 6OCR Batch of Images
  7. 7Compile Extracted Addresses
  8. 8Create Address CSV
  9. 9Optimize Route Order
  10. 10Prepare Time Calculations
  11. 11Calculate Arrival and Leave Times
  12. 12Format Final Route Plan
  13. 13Send Route Plan to User
Step 1 of 13
Prompt1

Prompt

Make sure the user has entered the following information: 1. Your starting address 2. How long you need at each stop (in minutes) 3. What time you are leaving 4. Upload images containing the addresses you need to visit.

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 698fb9497ad294de3fc0360b ("Route Planner From Address Photos").

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