getAdvantage MCP

official

Scan how ChatGPT and Claude read your app, see who they name instead of you, and get the paste-ready fixes (llms.txt, JSON-LD, FAQ, meta) to get found.

What can you do with Get Advantage MCP?

  • Run a pre-deploy gate — Ask your AI to run npx getadvantage and interpret the GO/NO-GO result, including dirty-tree, secret, and typecheck status.
  • Generate a project brief — Ask your AI to create a PROJECT-BRIEF.md from the repository using the brief command so every session shares the same context.
  • Save and resume work — Ask your AI to run the handoff command to capture changes since the last save point and prepare a start prompt for the next session.
  • Set up parallel work lanes — Ask your AI to use fan-out to create multiple isolated worktree branches, each primed with the project brief.
  • Merge lanes safely — Ask your AI to run fan-in for a collision map and dry-run merge, then apply only the lanes that keep the combined tree green.

Documentation

For developers

The technical layer, in the open.

We are engineers first. The tooling behind getAdvantage, the pre-deploy gate and the portable project brain, is free and open-source. Read it, run it, or hand the building to us.

Open sourcefree

The CLI is public

The pre-deploy gate and the portable project brain live in the open. Read the source, file an issue, or use it as is. The code never leaves your machine.

View on GitHub ↗View on npm ↗

Work with usservice

Have us build it

Most teams do not want to run tooling, they want the AI built, shipped safely and proven. That is what we do, hands-on, with you. Start with a call, not a checkout.

Book a call →

Curious how we measure and prove visibility? Read the methodology →

The commands

The seven commands that matter. All local.

Node 18 or newer, dependency-free, and nothing leaves your machine unless you opt in to reporting. Every line below is real and runnable today.

your-repo · real commands, copy and run

npx getadvantagecopy

you geta read-only GO or NO-GO for your repo before you deploy: dirty-tree guard, secret scan, tracked .env check, typecheck, plus three maps of what your app exposes. Add --build for the full production build.

npx getadvantage briefcopy

you getPROJECT-BRIEF.md written from the real repository, so every model and every session reads the same ground truth first.

npx getadvantage handoffcopy

you getHANDOFF.md with what changed since the last save point, plus the start prompt for your next session.

npx getadvantage fan-out 3copy

you getthree parallel worktree lanes on fresh branches, each wired to read the project brief before it works.

npx getadvantage fan-incopy

you geta collision map and a merge dry run. With --apply, a lane lands only while the combined tree stays green; a lane that breaks it is rolled back, never shipped.

npx getadvantage democopy

you geta throwaway demo repo with three prepared lanes: one lands clean, one collides, one breaks the combined build. Watch the whole merge conductor run, then it cleans up after itself.

npx getadvantage mcpcopy

you geta dependency-free MCP server over stdio: six tools so your agent can read the brief, save a handoff and run the gate itself. No keys, no network.

Wire it into Claude Code:claude mcp add getadvantage -- npx getadvantage mcpcopy

Want the AI built and shipped for you? Let's talk.

Thirty minutes over video, directly with the founders. No obligation.

Book a call →How we deliver