Appearance
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:
| API | What it does |
|---|---|
| Search | Returns fresh, structured results from dynamic pages |
| Fetch | Converts rendered pages to clean markdown, JSON, or HTML |
| Agent | Automates multi-step web tasks: form filling, authentication, data extraction |
| Browser | Stealth Chromium sessions that bypass anti-bot protections |
Free vs Paid
| Details | |
|---|---|
| Free tier | Search and Fetch APIs are included on all plans at zero credit cost |
| Agent + Browser | Consume credits: 1 credit = 1 agent step or 4 minutes of browser time |
| Pricing | Starts at $1.50/month. Volume tiers: 1,000 tasks/mo = $15, 10,000 tasks/mo = $150 |
| Free credits | 500 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.