Scrapes live websites, search engines, marketplaces, and social platforms through MCP tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Decodo MCP Server.
scrape_as_markdownScrapes any target URL, expects a URL to be given via prompt. Returns results in Markdown.
screenshotCaptures a screenshot of any webpage and returns it as a PNG image.
google_searchScrapes Google Search for a given query, and returns parsed results.
google_adsScrapes Google Ads search results.
google_lensScrapes Google Lens image search results.
google_ai_modeScrapes Google AI Mode (Search with AI) results.
The Decodo MCP Server MCP server gives MCP-compatible AI clients access to live web data through Decodo's Web Scraping API. It can fetch a supplied URL as Markdown, capture a webpage as a PNG image, and query supported search, marketplace, social, and AI platforms. The available targets include Google, Bing, Amazon, Walmart, Target, TikTok Shop, Reddit, TikTok, YouTube, ChatGPT, Perplexity, and Google AI Mode.
The service is suited to agents that need current information rather than relying only on model training data. Example workflows include collecting search results for retrieval-augmented generation, extracting product prices or seller details, reading social posts and video metadata, and researching dynamic websites. The repository describes support for server-side JavaScript rendering, anti-bot handling, and geo-restricted sites.
An MCP client calls one of the registered tools and supplies the relevant URL or search query. The hosted configuration connects to https://mcp.decodo.com/mcp; requests authenticate with a Basic authentication token obtained from the Decodo dashboard. A local Node.js process can use the same API through the @decodo/mcp-server package and the SCRAPER_API_TOKEN environment variable.
Tools are grouped into optional toolsets:
web provides URL scraping and screenshots.search covers Google and Bing search-related tools.ecommerce covers Amazon, Walmart, Target, and TikTok Shop tools.social_media covers Reddit, TikTok, and YouTube tools.ai covers ChatGPT, Perplexity, and Google AI Mode.If no toolset is selected, all listed tools are registered. For hosted connections, a toolsets query parameter can limit the server to selected groups, which can reduce the number of tools presented to an agent.
Create a Decodo account and obtain a Web Scraping API basic authentication token. The README states that new accounts include up to 2,000 free requests without a credit card. Configure the hosted endpoint with an Authorization header containing the Basic token, or run the package locally with Node.js 18 or later.
For a local client configuration, the package can be started with npx -y @decodo/mcp-server. Set SCRAPER_API_TOKEN to the token from the dashboard. The TOOLSETS environment variable can be set to a comma-separated selection such as web,ai; hosted configurations instead use the toolsets URL parameter. Claude Desktop, Cursor, and Windsurf are specifically documented as client options.
The Decodo MCP Server MCP server exposes tools for:
Outputs may be returned as Markdown, structured data, or screenshots depending on the tool.
A Decodo API token is required, so the server is not credential-free. The hosted service depends on Decodo's endpoint and API access, while local use still sends scraping requests through that service. Results and supported behavior vary by tool and target platform; the README identifies the tools and broad output formats but does not specify schemas for every response. The repository also documents a global proxy network and anti-bot handling, but users remain responsible for deciding whether their collection of a target site's content is permitted.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-server-64)<a href="https://allmcps.com/mcp/mcp-server-64"><img src="https://allmcps.com/api/badge/mcp-server-64?style=directory" alt="Decodo MCP Server on AllMCPs" /></a>