TinyFish MCP
TinyFish MCP

AI-powered browser automation and web interaction agent. Enables AI to browse, interact with websites, and perform web tasks.

Completely Secure
1VIEWS
2213USERS

Tools

1 of 1

Get Run

Retrieves details of a specific automation run by its ID. Returns status, result, error, and other metadata. Note: Runs typically take a few minutes to complete. For in-progress runs, poll this endpoint at regular intervals to check for completion.

List Runs

Lists automation runs with optional filtering by status and pagination support. Returns an array of runs with their details.

Run Web Automation

Executes web automation given a URL and a Natural Language description of the automation goal to be performed. Automation is mostly focused around navigating complex web pages and extracting data from web pages. Include _meta.progressToken in your request to receive progress notifications.

Run Web Automation Async

Starts a web automation run asynchronously and returns a run_id immediately without waiting for completion. Use this for long-running automations and check status later with get_run.