# 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 NYO2008/firecrawl-mcp-server

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

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

# Call a tool
npx -y @smithery/cli@latest tool call NYO2008/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 NYO2008/firecrawl-mcp-server <tool-name>
```

---

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