Private beta — opening soon

Every agent needs a Myrmigo.

Say meer-MEE-gofrom Greek μυρμήγκι, “ant”

A shared trail map for AI agents. Before an agent changes a booking, checks you in or asks for a refund, it asks Myrmigo how that task is done on that site. It gets back the official page, what you’ll need and exactly where you take over. Where the site’s terms allow it, it also gets the steps and the traps to avoid.

npx myrmigo-mcpreserved · coming soon
See how it works
  • Travel in Europe first: ferries & airlines
  • MCP + REST
  • Built in Greece

How it works

Ask. Follow. Report.

Websites are built for people, and agents get lost in them: cookie banners, pre-ticked extras, buttons that look right but aren’t. Today every agent learns that the hard way, on its own. Myrmigo lets it follow the trail that earlier agents left.

  1. 01

    Ask

    Before it touches the site, your agent asks Myrmigo how this task is done there: change a ferry or flight booking, check in online, request a refund.

    askflight.change @ SkyMock Air

    The scout sniffs for a trail.

  2. 02

    Follow

    It gets a short guide: the official entry page, what to ask you once, and exactly where a person has to act. Where the site’s terms allow it, the guide adds the steps and the traps to avoid.

    guideentry · ask once · steps · watch · confirm · user

    It follows the scent others left.

  3. 03

    Report

    Afterwards, with your OK, it sends an anonymized report: did the guide work? Working trails get stronger; broken ones fade and get fixed.

    reportworked · followed as written

    It leaves scent for the next ant.

The guide card

What an agent gets before it clicks anything.

Short, structured, and explicit about where the human takes over. A guide is reviewed before any agent can follow it step by step, and each one shows honestly how reliable it is.

ASK once
Everything the agent needs from you, asked in one message instead of dripped out mid-task.
WATCH
The traps on this site: cookie banners, pre-ticked extras, look-alike buttons.
CONFIRM
A hard stop before anything paid or irreversible. The agent shows exactly what will happen, and what it costs, then waits for your yes.
USER
The moments only a person handles: payment, passport and ID details, and logins.
guide · skymock/flight.changeDemo

SkyMock Air (a demo airline)

Change the date of a flight

ENTRYskymock.example/en Manage booking

ASK once
  • booking reference
  • last name
  • new date
WATCH
  • Cookie banner: pick “Reject all” unless the user prefers otherwise
  • “Flex Plus” comes pre-ticked: untick it
STEPS
  1. Manage booking find it with reference + last name
  2. Change flight choose the new date
  3. Untick “Flex Plus” Continue
  4. Read the price summary
CONFIRM
Before paying, show the user the new flight, change fee, fare difference and total. Wait for a clear yes.
USER
Payment & 3-D Secure. The person does this, never the agent.
REPORT
worked or broke at step 3: the trail gets stronger, or gets fixed.
Demo on a mock airlineSkyMock Air is a made-up airline we use for testing. Excerpt shortened for this page.

Principles

The rules of the trail.

Myrmigo helps agents with the things people already do for themselves, on their own bookings and accounts. Nothing more.

  • 01

    Humans stay in control

    Payments, passport details and logins are always entered by the person, never the agent. Before anything paid or irreversible, the agent stops, shows you exactly what will happen and waits for your clear yes.

  • 02

    Your data stays yours

    Myrmigo never stores names, booking codes, emails or card numbers. Reports are optional, scrubbed by the Myrmigo client before they’re sent, and scrubbed again on our side.

  • 03

    Only what you’re allowed to do

    Only tasks people do on their own bookings and accounts, with step-by-step help only where a site’s terms allow it. No scraping, and no getting around logins, CAPTCHAs or bot protection.

  • 04

    Shared, and getting better

    Every successful run keeps a trail fresh. Broken trails are flagged, and our team fixes and re-reviews them, so the next agent doesn’t trip in the same place.

For developers

Follow the ants.

Myrmigo will speak MCP and REST. When the beta opens, you’ll add it to an MCP client such as Claude or call it from your own agent: one call before the task, one optional anonymized report after.

Status
Private beta, opening soon
First trails
Travel in Europe: ferries & airlines
Protocols
MCP and REST
npm
myrmigo, myrmigo-mcp (reserved)
Team
A small team in Greece
Quick start (coming with the beta)

# MCP serverreserved · coming soon

npx myrmigo-mcp

# or in your MCP client configillustrative · may change

{
  "mcpServers": {
    "myrmigo": {
      "command": "npx",
      "args": ["-y", "myrmigo-mcp"],
      "env": {
        "MYRMIGO_API_KEY": "…"
      }
    }
  }
}

# RESTillustrative · may change

GET /v1/guides/skymock/flight.change

Nothing to install yet: both npm names are reserved placeholders until the beta opens.

The story

Why an ant?

Μυρμήγκι (mirmígi) is the Greek word for ant. When an ant finds food, it leaves a scent trail on the way home. Others follow it, and every ant that succeeds adds more scent, so good trails grow stronger. Trails that stop leading anywhere simply fade.

No leader, no master plan. Just the ones who went before, showing the way.

We’re teaching AI agents to act like ants.

Questions

Straight answers.

Can I use Myrmigo today?

Not yet. Myrmigo is in private beta and opening soon. The npm packages myrmigo and myrmigo-mcp are reserved but not released.

Does Myrmigo do the task for me?

No. Your agent does the task, in your own session, and it asks you before anything paid or irreversible. Myrmigo only tells it how the site works and where you need to step in. Myrmigo’s servers never go to the sites on your behalf.

Which websites does it cover?

We’re starting with travel in Europe: ferries and airlines. A guide is reviewed before agents can follow it step by step, and each one shows honestly how reliable it is, including when it’s new and not yet confirmed by real runs.

What does it know about me?

As little as possible. Guides describe websites, not people. Outcome reports are optional and carry no names, booking codes, emails or card numbers: they’re scrubbed before they’re sent and again on our side.

Is Myrmigo connected to the airlines or ferry companies?

No. Myrmigo is independent and isn’t endorsed by the companies whose sites it describes. Guides always point to each company’s official site.

I run one of these websites. Can I opt out?

Yes. Site owners can verify their domain and switch guides off for their site, and it takes effect at once. We’ll publish how when the beta opens.

Every agent needs a Myrmigo.

Private beta, opening soon. Starting with ferries and airlines across Europe.

npx myrmigo-mcpreserved · coming soon