Skip to content

TinyFish

Category: Infra / AI Web Agent Infrastructure

Official site: https://www.tinyfish.ai/

Docs: https://docs.tinyfish.ai/

GitHub (cookbook): https://github.com/tinyfish-io/tinyfish-cookbook


What it is

TinyFish is enterprise infrastructure for AI web agents. It exposes four core API surfaces that let AI systems interact with the live web:

APIWhat it does
SearchReturns fresh, structured results from dynamic pages
FetchConverts rendered pages to clean markdown, JSON, or HTML
AgentAutomates multi-step web tasks: form filling, authentication, data extraction
BrowserStealth Chromium sessions that bypass anti-bot protections

Free vs Paid

Details
Free tierSearch and Fetch APIs are included on all plans at zero credit cost
Agent + BrowserConsume credits: 1 credit = 1 agent step or 4 minutes of browser time
PricingStarts at $1.50/month. Volume tiers: 1,000 tasks/mo = $15, 10,000 tasks/mo = $150
Free credits500 free credits on signup at agent.tinyfish.ai/sign-up

MCP Integration

TinyFish ships a hosted MCP server for direct integration with Claude, Cursor, or any MCP-compatible AI assistant:

json
{
  "mcpServers": {
    "tinyfish": {
      "url": "https://agent.tinyfish.ai/mcp"
    }
  }
}

No local install required for the MCP path.