Labsco
MCP SERVER · OFFICIAL PROJECT

TinyFish Web Automation

by Tinyfish

A web automation agent you hand a task to, with progress streamed back while it works.

Browser Automation, Control & Screenshots
Summary
Streaming progress is the difference between a long automation you can supervise and one you have to trust blindly.

Browser automation runs for minutes and fails in the middle for mundane reasons — a consent banner, a changed label, a login that expired. Without progress you learn that at the end; with it you can stop a run that has gone somewhere unintended. The local proxy is a thoughtful fallback rather than a downgrade: same hosted agent, different transport, for clients that have not caught up to remote servers.

What it is

TinyFish runs a web automation agent. You describe the task rather than scripting the steps, and the run streams its progress back as it goes.

What you get

The automation tool itself, with progress streamed during a run. The tools and resources are served by the hosted endpoint rather than fixed in a package, so the surface can change without you reinstalling anything.

Requirements

A client that speaks streamable HTTP can connect directly and authorise over OAuth. For clients that cannot, they publish a local proxy that bridges to the hosted endpoint using an API key.

Setup effort

Paste a URL, then authorize — add the endpoint to your client, then approve the OAuth consent screen