TinyFish MCP logo
AI agent integrationTinyFish MCP

TinyFish MCP integration for multiplayer collaboration with AI agents using Claude Code or Codex

One governed connection your whole team and its AI agents can share, with approved actions and human review, so working in TinyFish MCP never means pasting credentials into a prompt.

Use TinyFish MCP from Claude Code

Bring TinyFish MCP context into engineering work while Type keeps app access attached to the teammate and workspace.

Automate TinyFish MCP with Codex

Let coding agents ask for the right app action, preserve conversation context, and keep humans in the approval loop.

Connect open agent workflows

Use Type as the collaboration layer around OpenClaw and other LLM workflows that need app access.

Developer Tools & IT

What the TinyFish MCP integration exposes

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

One connection, many teammates

Connect TinyFish MCP once, then decide which teammates can use it for threads, automations, skills, and coding work.

Representative actions

  • Cancel run

    Cancels a running or pending automation run by its ID. Idempotent: if the run is already in a terminal state (COMPLETED, FAILED, CANCELLED), returns the current status without error. Only PENDING and RUNNING runs will be actively cancelled.

  • Discover run

    Discovers the currently running automation for this session. Returns runId if a run is active, or null if not yet started.

  • Get run

    Retrieves details of a specific automation run by its ID. Returns status, result, error, and other metadata. IMPORTANT: Call this after run_web_automation errors or times out — the run is likely still executing. If you do not have a run_id, use list_runs to find it. Also use this to poll for completion after run_web_automation_async. Runs typically take a few minutes. Wait 30-60 seconds between polls.

  • Get steps

    Retrieves the steps taken during an automation run, including screenshots.

  • List runs

    Lists automation runs with optional filtering by status and pagination support. Returns an array of runs with their details. Use this to find a recently created run when you do not have its run_id (e.g., after run_web_automation timed out before returning a run_id). Filter by status=RUNNING to find active runs.

Connection

API and auth details

TinyFish Web Agent provides an MCP integration for AI assistants to search the web, fetch rendered page content, run browser automations, manage browser sessions, and execute batch web tasks. Public docs cover HTTP MCP setup, OAuth authentication, available tools, run polling, cancellation, and credit usage.

Source
Type catalog metadata
Auth schemes
Dynamic Client Registration OAuth
FAQ

Questions people ask before connecting TinyFish MCP

Can Claude Code use TinyFish MCP?

Yes. Type lets an AI teammate use connected TinyFish MCP actions from a governed workspace context, so Claude Code work can reference the app without copying credentials into a local prompt.

Can Codex work with TinyFish MCP through Type?

Yes. Codex can collaborate through Type with app context, skills, and approved actions. The TinyFish MCP catalog entry includes public integration details and example capabilities where available.

Is this the same as a TinyFish MCP MCP server?

Type exposes connected app capabilities to AI teammates and coding agents through Type's integration layer. Teams use it when they want shared app access, human review, and teammate-level permissions around agent work.

More developer tools & it apps for AI teammates