# Skrape MCP Server

Get any website content - Convert webpages into clean, LLM-ready Markdown.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list skrapeai/skrape-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get skrapeai/skrape-mcp get_markdown

# Call a tool
npx -y @smithery/cli@latest tool call skrapeai/skrape-mcp get_markdown '{}'
```

## Tools (1)

- `get_markdown` — Get markdown content from a webpage using skrape.ai

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

---

Source: https://github.com/skrapeai/skrape-mcp | License: MIT
