mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
31218fbfa5
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.
10 lines
380 B
JSON
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"
|
|
}
|
|
}
|
|
}
|