Command Palette

Search for a command to run...

Your AI gives great recommendations.Now they actually go somewhere.

Every location your AI recommends gets pinned to a real map — automatically. No more copying addresses into Google Maps one by one.

claude — rome trip planning
agent map

How it works

Three steps. Zero copy-pasting.

You were already asking AI for recommendations. Now they actually go somewhere.

01

Connect your AI

Point Claude, ChatGPT, or any MCP-compatible agent at your Agent Map. Takes about thirty seconds.

02

Ask like normal

"Best izakayas in Shibuya." "Quiet cafe near the hotel." You don't change how you talk to your AI at all.

03

It's on the map

Every recommendation gets pinned automatically. Plan a whole trip and see every spot on one map — no spreadsheets, no screenshots.

Under the hood

One tool call. That's the whole trick.

Your AI calls save_recommendation and the place shows up on your map. That's it. That's the product.

tool_call.json
{
  "tool": "save_recommendation",
  "arguments": {
    "name": "Blue Bottle Coffee",
    "latitude": 37.7749,
    "longitude": -122.4194,
    "category": "Coffee",
    "description": "Great pour-over, cozy atmosphere"
  }
}