TinyFish MCP logo
ConnectorTinyFish MCP

TinyFish MCP integration for Claude and Codex

Create a TinyFish MCP connection, then control which Spaces can use its approved tools and data without pasting credentials into prompts or threads.

Use TinyFish MCP from Claude

Add the TinyFish MCP connection to a Space that runs Claude, then use it from every channel in that Space.

Use TinyFish MCP from Codex

Add the TinyFish MCP connection to a Space that runs Codex, then use it from every channel in that Space.

Use TinyFish MCP from Sidekick

Connect your own OpenClaw to Sidekick while Type provides the conversations, permissions, connections, skills, and automations.

Developer Tools & IT

What the TinyFish MCP connector can do

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

One connection, many Spaces

Connect TinyFish MCP once, then decide which Spaces can use it in threads, skills, automations, 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 use TinyFish MCP?

Yes. Add a TinyFish MCP connection to a Space that runs Claude, then use its approved tools and data from any channel in that Space.

Can Codex work with TinyFish MCP through Type?

Yes. Add a TinyFish MCP connection to a Space that runs Codex, then use its approved tools and data from any channel in that Space.

Is this the same as a TinyFish MCP MCP server?

Not exactly. Type uses connectors and connections to give selected Spaces access to approved app tools and data. Some connectors use hosted MCP, while others use OAuth, API keys, service accounts, or custom APIs.

More developer tools & it connectors