Hosted MCP
Streamable HTTP · hosted
- Endpoint
https://mcp.scrapingbee.com/mcp- Authentication
- Authorization: Bearer followed by a ScrapingBee API key.
Before you connect
- ScrapingBee account and API key.
- A remote MCP client accepting custom headers.
Cursor mcp.json (JSON) Sources: ScrapingBee hosted MCP documentation, Cursor MCP configuration reference
Cursor: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global). Configuration guide.
{
"mcpServers": {
"scrapingbee": {
"url": "https://mcp.scrapingbee.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}