# Decodo MCP Server (verified)

Enable your AI agents to scrape and parse web content dynamically, including geo-restricted sites, by leveraging Decodo's scraping capabilities.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Decodo/decodo-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list Decodo/decodo-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Decodo/decodo-mcp-server scrape_as_markdown

# Call a tool
npx -y @smithery/cli@latest tool call Decodo/decodo-mcp-server scrape_as_markdown '{}'
```

## Tools (5)

- `scrape_as_markdown` — Scrape the contents of a website and return Markdown-formatted results
- `google_search_parsed` — Scrape Google Search results with automatic parsing
- `amazon_search_parsed` — Scrape Amazon Search results with automatic parsing
- `reddit_post` — Scrape a specific Reddit post
- `reddit_subreddit` — Scrape Reddit subreddit results with automatic parsing

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Decodo/decodo-mcp-server <tool-name>
```

---

Source: https://github.com/Decodo/mcp-web-scraper
