This is web automation through AI agents that can navigate sites programmatically. Think of it as an alternative to Puppeteer or Playwright where instead of writing selectors and click sequences, you describe what you want the agent to do and it figures out the navigation. You'd reach for this when you need to scrape data from complex sites, automate workflows across web apps, or test user journeys without maintaining brittle CSS selectors. The streamable HTTP transport means you can call it remotely rather than running a local browser instance. Best for tasks where the page structure changes frequently or when you're dealing with sites that don't have APIs.
claude mcp add --transport http ai.mino-web-agent https://mino.ai/mcp