AI & ML8 toolsBrowser login (OAuth), no API keys
TinyFish integration for AI agents
Browse and act on websites with an AI agent
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect TinyFish once and call the same tools from all of them.
Setup
Connect TinyFish through ClawLink's hosted setup to let your agent browse websites, interact with pages, and complete web tasks.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
TinyFish exposes 8 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
tinyfish_mcp_get_run | Retrieves details of a specific automation run by its ID | Read |
tinyfish_mcp_get_steps | Retrieves the steps taken during an automation run, including screenshots | Read |
tinyfish_mcp_list_runs | Lists automation runs with optional filtering by status and pagination support | Read |
tinyfish_mcp_poll_status | Polls the current status of an automation run | Read |
tinyfish_mcp_cancel_run | Cancels a running or pending automation run by its ID | Read |
tinyfish_mcp_discover_run | Discovers the currently running automation for this session | Read |
tinyfish_mcp_run_web_automation | Executes web automation given a URL and a Natural Language description of the automation goal | Read |
tinyfish_mcp_run_web_automation_async | Starts a NEW web automation run asynchronously and returns a run_id immediately without waiting | Read |