Decodo
Easy web data access. Simplified retrieval of information from websites and online sources.
Ads
Overview
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. - Structured outputs in JSON, Markdown, and screenshots - Server-side JavaScript rendering and anti-bot handling - 125M+ IPs across 195+ locations The Decodo MCP Server is a web scraping layer for AI agents. It connects MCP-compatible clients to Decodo's Web Scraping API, enabling:
Installation
npm install
Configuration
{
"mcpServers": {
"Decodo": {
"url": "https://mcp.decodo.com/mcp",
"headers": {
"Authorization": "Basic <basic_auth_token>"
}
}
}
}Capabilities
- Scrape any webpage as Markdown
Ask your assistant to fetch a URL via `scrape_as_markdown` and return clean, LLM-ready content from JavaScript-heavy sites.
- Capture page screenshots
Request a visual snapshot of any webpage using `screenshot`, with options for geo-location and device emulation.
- Run search engine queries
Pull parsed results from Google, Bing, or Google AI Mode using tools like `google_search`, `bing_search`, or `google_ai_mode`.
- Track eCommerce products and pricing
Monitor listings, prices, and sellers across Amazon, Walmart, Target, and TikTok Shop with tools like `amazon_pricing` and `walmart_search`.
- Collect social media data
Gather posts, channel info, subtitles, and engagement from Reddit, TikTok, and YouTube via tools like `reddit_subreddit` and `youtube_subtitles`.
- Query AI search engines
Get AI-generated answers and conversations from `chatgpt` or `perplexity` directly in your workflow.
Tags
- web-scraping
- browser-automation
- data-analysis
Related MCP servers
Skyvern
OfficialAI-powered browser automation MCP server — navigate sites, fill forms, extract data, and handle logins via Claude Code CLI
Firecrawl
OfficialExtract web data with Firecrawl
Apify
OfficialOfficial Apify MCP server for AI agents to run Actors, extract website data, and automate web scraping and crawling workflows.
Bright Data
OfficialDiscover, extract, and interact with the web - one interface powering automated access across the public internet.