Files
Daniel Avila 31218fbfa5 feat: Add TinyFish Web Agent MCP component (#486)
Adds HTTP-based MCP for web browsing and data extraction via TinyFish.
Uses OAuth 2.1 auth with support for async tasks and stealth browser profiles.
2026-03-30 12:17:07 -04:00

10 lines
380 B
JSON

{
"mcpServers": {
"tinyfish": {
"description": "TinyFish Web Agent - Web browsing and data extraction via MCP with real-time progress streaming, async tasks, and stealth browser profiles. Requires a TinyFish account (tinyfish.ai) with active subscription. Uses OAuth 2.1 authentication.",
"type": "http",
"url": "https://agent.tinyfish.ai/mcp"
}
}
}