Easy web data access. Simplified retrieval of information from websites and online sources.
Most browser automation work still happens through a UI a human drives. Decodo MCP server moves it into the conversation instead. Easy web data access. Simplified retrieval of information from websites and online sources.
Connect LLMs and AI agents to live web data using MCP (Model Context Protocol). The Decodo MCP Server lets you scrape websites, search engines, eCommerce platforms, and social media directly from AI tools like Claude, Cursor, and Windsurf, all without the need to build scraping infrastructure from scratch.
The Decodo MCP Server is a web scraping layer for AI agents. It connects MCP-compatible clients to Decodo's Web Scraping API, enabling:
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The server publishes 14 tools. What each one is for:
Toolset — Toolsweb — scrape_as_markdown, screenshotsearch — google_search, google_ads, google_lens, google_travel_hotels, bing_searchecommerce — amazon_search, amazon_product, amazon_pricing, amazon_sellers, amazon_bestsellers, walmart_search, walmart_product, target_search, target_productsocial_media — reddit_post, reddit_subreddit, reddit_user, tiktok_post, youtube_metadata, youtube_channel, youtube_subtitles, youtube_searchscrape_as_markdown — Scrapes any target URL, expects a URL to be given via prompt. Returns results in Markdownscreenshot — Captures a screenshot of any webpage and returns it as a PNG imagegoogle_search — Scrapes Google Search for a given query, and returns parsed resultsgoogle_ads — Scrapes Google Ads search resultsgoogle_lens — Scrapes Google Lens image search resultsgoogle_ai_mode — Scrapes Google AI Mode (Search with AI) resultsgoogle_travel_hotels — Scrapes Google Travel Hotels search resultsConfiguration is passed through the environment: SCRAPER_API_TOKEN, TOOLSETS. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of browser automation servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Decodo's toolset — Toolset, web, search and 11 more — is a fair guide to whether it matches your workflow.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Toolset | Tools |
| web | scrape_as_markdown, screenshot |
| search | google_search, google_ads, google_lens, google_travel_hotels, bing_search |
| ecommerce | amazon_search, amazon_product, amazon_pricing, amazon_sellers, amazon_bestsellers, walmart_search, walmart_product, target_search, target_product, tiktok_shop_search, tiktok_shop_product, tiktok_shop_url |
| social_media | reddit_post, reddit_subreddit, reddit_user, tiktok_post, youtube_metadata, youtube_channel, youtube_subtitles, youtube_search |
| scrape_as_markdown | Scrapes any target URL, expects a URL to be given via prompt. Returns results in Markdown. |
| screenshot | Captures a screenshot of any webpage and returns it as a PNG image. |
| google_search | Scrapes Google Search for a given query, and returns parsed results. |
| google_ads | Scrapes Google Ads search results. |
| google_lens | Scrapes Google Lens image search results. |
| google_ai_mode | Scrapes Google AI Mode (Search with AI) results. |
| google_travel_hotels | Scrapes Google Travel Hotels search results. |
| amazon_search | Scrapes Amazon Search for a given query, and returns parsed results. |
| amazon_product | Scrapes Amazon Product page. |
{
"mcpServers": {
"Decodo": {
"url": "https://mcp.decodo.com/mcp",
"headers": {
"Authorization": "Basic <basic_auth_token>"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| SCRAPER_API_TOKEN | Credential the server authenticates with. | Yes |
| TOOLSETS | Configuration value read at startup. | Optional |
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.