Best for
- Developers who need real-time web data for LLMs and RAG pipelines
- Teams building eCommerce intelligence, social monitoring, or price aggregation tools
- AI agent projects that want production scraping without maintaining proxy infrastructure
An officially maintained MCP server that wraps Decodo's commercial Web Scraping API into 30 tools spanning SERP, eCommerce, social media, and AI search, with modular toolsets and geo controls; well suited for production-grade real-time web data in AI agents, though it depends on a third-party cloud service and token auth.
The Decodo MCP Server is a web scraping layer for AI agents that connects MCP-compatible clients to Decodo's Web Scraping API. It scrapes websites, search engines, eCommerce platforms, and social media, returning structured outputs in Markdown, JSON, and screenshots, with server-side JavaScript rendering and anti-bot handling backed by 125M+ residential IPs across 195+ locations. Tools are organized into modular toolsets (web, search, ecommerce, social_media, ai) that can be selectively enabled.
{"mcpServers":{"Decodo":{"command":"npx","args":["-y","@decodo/mcp-server"],"env":{"SCRAPER_API_TOKEN":"<basic_auth_token>","TOOLSETS":"web,ai"}}}}