Hosted MCP with OAuth
Streamable HTTP · hosted
- Endpoint
https://mcp.scrapfly.io/mcp- Authentication
- OAuth sign-in to a Scrapfly account.
Before you connect
- Scrapfly account with available API credits.
- An OAuth-capable remote MCP client; approve access in the browser.
VS Code .vscode/mcp.json (JSON) Sources: Scrapfly official MCP repository, Scrapfly MCP authentication, Scrapfly server transport implementation, VS Code MCP configuration
{
"servers": {
"scrapfly": {
"type": "http",
"url": "https://mcp.scrapfly.io/mcp"
}
}
}