Dubstream
← All field notes

Field notes · Concepts

Your store doesn't need another dashboard. It needs a command center.

2026-06-12 · Dubstream · 4 min read

Every tool you add to your seller stack comes with a dashboard. The analytics tool has one. The repricer has one. The PPC tool has one. Seller Central has several. After a few years of running a serious marketplace business you don't have a software stack — you have a browser tab problem, and you are the integration layer between all of them.

A dashboard answers exactly one kind of question: the one its designer anticipated. The moment your question crosses two systems — "what's my real margin on this ASIN after fees and ad spend, and which campaign is eating it?" — you're exporting CSVs and reconciling them in a spreadsheet at 11pm.

Dashboards show. Command centers act.

A command center is a different shape of software. It has three properties a dashboard never has:

  • One interface over everything. Orders, ads, inventory, finances, listings — every system your business runs on is reachable from the same place, not five tabs.
  • You ask in your own words. Not "which saved report is closest to my question" but the actual question, against your actual numbers.
  • It can pull the levers. Finding the wasteful campaign and fixing the wasteful campaign are the same conversation, not a finding in one tool and a chore in another.

In practice it looks like this. You ask what your real margin is on a specific ASIN; the answer comes back computed from order-level fees and ad spend, not a dashboard average. You ask which campaigns are eating it; you get the two Sponsored Display campaigns running over your ACOS target. You say "cut those bids" — and they're cut, with every action written to an audit log you can review.

Why this is possible now

The missing piece was never the data — Amazon's SP-API and Ads API expose nearly everything. The missing piece was an interface that could hold all of it at once. That's what changed with MCP (Model Context Protocol): an open standard that lets an AI like Claude securely call tools you define — your tools, over your data, with your permissions. The AI provides the language; your command center provides the truth.

This isn't a chatbot bolted onto a SaaS. The tools are real functions hitting real APIs: get_order_true_profit, get_tacos_by_asin, negate_keyword, set_campaign_budget. The AI never guesses a number — it calls the tool and reads the result.

What it looks like in production

The largest command center we run is for a DTC chocolatier selling on Amazon: 130 tools spanning SP-API, Amazon Ads, Google Ads and ShipStation, with roughly 177,000 keywords under watch, daily audit reports, and automation rules that run whether anyone is asking questions or not. The owner manages the whole ad account by prompt.

Three design rules we follow on every build, because trust is the whole product:

  1. Read by default. Anything that writes to the account is explicitly opt-in.
  2. Official authorization only. Access goes through Amazon's third-party consent flow — no passwords, no scraping, revocable from Seller Central at any time.
  3. Every call logged. An audit ledger records what was asked, what ran, and what changed.

The dashboard era optimized for looking at your business. The command center optimizes for running it. Once you've operated a store by conversation, the tab farm feels like what it always was: manual labor with better fonts.

Try one

Commerce Agent is our command center as a product — $79/mo flat.