ScraperAPI hosted MCP
Streamable HTTP · hosted
- Endpoint
https://mcp.scraperapi.com/mcp- Authentication
- Send the ScraperAPI API key as a Bearer credential.
Before you connect
- An account and API credential for the service.
- A client with Streamable HTTP support.
Cursor mcp.json — replace the credential placeholder Sources: ScraperAPI hosted MCP connection guide, Cursor MCP configuration
Cursor: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global). Configuration guide.
{
"mcpServers": {
"scraperapi-http": {
"url": "https://mcp.scraperapi.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_SCRAPERAPI_API_KEY"
}
}
}
}