# Firecrawl Web Scraping Server

Enable advanced web scraping, crawling, and content extraction capabilities for your agents. Perform deep research, batch scraping, and structured data extraction with automatic retries and rate limi…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list 0xzapata/firecrawl-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get 0xzapata/firecrawl-mcp-server firecrawl_scrape

# Call a tool
npx -y @smithery/cli@latest tool call 0xzapata/firecrawl-mcp-server firecrawl_scrape '{}'
```

## Tools (8)

- `firecrawl_scrape`
- `firecrawl_map`
- `firecrawl_crawl`
- `firecrawl_check_crawl_status`
- `firecrawl_search`
- `firecrawl_extract`
- `firecrawl_deep_research`
- `firecrawl_generate_llmstxt`

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

---

Source: https://github.com/0xzapata/firecrawl-mcp-server | License: MIT
