Skip to content

Commit a90089f

Browse files
committed
Minor copy updates
1 parent 6fef044 commit a90089f

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@
88
99
# Firecrawl MCP Server
1010

11-
A Model Context Protocol (MCP) server implementation that integrates with [Firecrawl](https://github.com/firecrawl/firecrawl) for web scraping capabilities.
11+
A Model Context Protocol (MCP) server implementation that integrates with [Firecrawl](https://github.com/firecrawl/firecrawl) for searching, scraping, and interacting with the web.
1212

1313
> Big thanks to [@vrknetha](https://github.com/vrknetha), [@knacklabs](https://www.knacklabs.ai) for the initial implementation!
1414
1515
## Features
1616

17-
- Web scraping, crawling, and discovery
18-
- Search and content extraction
19-
- Deep research and batch scraping
17+
- Search the web and get full page content
18+
- Scrape any URL into clean, structured data
19+
- Interact with pages — click, navigate, and operate
20+
- Deep research with autonomous agent
2021
- Cloud browser sessions with agent-browser automation
2122
- Automatic retries and rate limiting
2223
- Cloud and self-hosted support

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "firecrawl-mcp",
33
"version": "3.13.0",
4-
"description": "MCP server for Firecrawl web scraping integration. Supports both cloud and self-hosted instances. Features include web scraping, search, batch processing, structured data extraction, and LLM-powered content analysis.",
4+
"description": "MCP server for Firecrawl — search, scrape, and interact with the web. Supports both cloud and self-hosted instances. Features include web search, scraping, page interaction, batch processing, and LLM-powered content analysis.",
55
"type": "module",
66
"mcpName": "io.github.firecrawl/firecrawl-mcp-server",
77
"bin": {
@@ -40,9 +40,9 @@
4040
"keywords": [
4141
"mcp",
4242
"firecrawl",
43-
"web-scraping",
44-
"crawler",
45-
"content-extraction"
43+
"web-search",
44+
"web-data",
45+
"web-interaction"
4646
],
4747
"repository": {
4848
"type": "git",

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.firecrawl/firecrawl-mcp-server",
44
"title": "Firecrawl MCP Server",
5-
"description": "MCP server for Firecrawl web scraping, structured data extraction and web search integration.",
5+
"description": "MCP server for Firecrawl — search, scrape, and interact with the web.",
66
"version": "3.7.4",
77
"repository": {
88
"url": "https://github.com/firecrawl/firecrawl-mcp-server.git",

0 commit comments

Comments
 (0)