The ScrapingBee MCP Server connects your AI models to the live web, so they can browse, search, and extract data using our robust API that handles proxies, CAPTCHAs, and JavaScript rendering.
Model Context Protocol
The Model Context Protocol (MCP) is an open-source specification that allows AI models to reliably interact with external tools. It's a universal language between an AI (the client) and a tool provider like us (the server).
Instead of being limited to static training data, an MCP-enabled AI can request real-time actions and receive structured data back. This is the key to building powerful, autonomous agents.
Access real-time information from any website.
Go beyond text generation. Search, extract, and more.
A robust protocol ensures predictable results.
The Toolbox
Getting Started
Cursor MCP Settings
Stop Chatting.
Start Acting.
The Power of a Universal Language for AI
Live Data Access
Perform Actions
Standardized & Reliable
A Comprehensive Suite of Tools
Connect to Your AI in Minutes
Connect Cursor
// In Cursor MCP settings
{
"mcpServers": {
"scrapingbee": {
"url": "https://mcp.scrapingbee.com/mcp",
"headers": {
"Authorization": "Bearer <your_api_key>"
}
}
}
}
Frequently Asked Questions
Authorization: Bearer <your_api_key>
request header. Passing it as an
?api_key=
query parameter in the MCP URL still works but is deprecated and will be removed in Version 3.
premium_proxy: true
. If you are still blocked,
stealth_proxy: true
will help you to unblock it.
get_page_html
, take a
get_screenshot
of the page (or a specific element), and even download files like images or PDFs using the
get_file
tool.
How do I get a ScrapingBee API key?
An API key is required to use these tools. You can get a free key with 1,000 credits by
registering here
. Send the key as an
When should I use premium_proxy or stealth_proxy?
Start without them. If you get blocked (e.g., receive an error or CAPTCHA page), try
Can I scrape more than just text?
Yes. The server provides tools to get the full
How much does each request cost?
Each request will be charged based on the proxy and features you are using. For more details, you can refer to
this link
.