A powerful web search and content extraction tool built with Python, leveraging the Firecrawl API for advanced web scraping, searching, and content
Websearch tools mcp server lets Claude, Cursor and other MCP clients work with WebSearch Tools directly. A powerful web search and content extraction tool built with Python, leveraging the Firecrawl API for advanced web scraping, searching, and content analysis capabilities.
A powerful web search and content extraction tool built with Python, leveraging the Firecrawl API for advanced web scraping, searching, and content analysis capabilities.
Once connected, the assistant can call these 5 tools directly:
Search — The Search tool exposed by this serverExtract — The Extract tool exposed by this serverCrawl — The Crawl tool exposed by this serverScrape — The Scrape tool exposed by this serverTroubleshooting — 1. Ensure all required API keys are set in your .env file 2. Verify the API keys are valid and have not expired 3. Check that the .env file is in the rootSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply 2 environment variables: FIRECRAWL_API_KEY, OPENAI_API_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.
Search and scraping servers exist to fix the single most common failure of any assistant: answering from stale training data instead of what is on the web today. WebSearch Tools sits in that group, and the shape of its toolset — Search, Extract, Crawl among others — tells you what it is really for. Worth comparing against the other search web scraping servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Search | The Search tool exposed by this server. |
| Extract | The Extract tool exposed by this server. |
| Crawl | The Crawl tool exposed by this server. |
| Scrape | The Scrape tool exposed by this server. |
| Troubleshooting | 1. Ensure all required API keys are set in your .env file 2. Verify the API keys are valid and have not expired 3. Check that the .env file is in the root directory of the project 4. Make sure the environment variables a |
| Variable | Description | Required |
|---|---|---|
| FIRECRAWL_API_KEY | Credential the server authenticates with. | Yes |
| OPENAI_API_KEY | Credential the server authenticates with. | Yes |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.