search
ActiveTool of mcp-firecrawl
declared in 0.1.0
Run a web search via Firecrawl and return ranked results with URL, title, and description snippet. Takes a query string and optional limit (default 5, max 20). Returns {query, results[{url, title, description}]}.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of results to return (default 5, max 20)."
},
"query": {
"type": "string",
"description": "The search query, e.g. \"best open-source vector databases\"."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Firecrawl API key for higher limits; omit to use the shared Pipeworx key."
}
}
}Parent server
mcp-firecrawl
https://github.com/pipeworx-io/mcp-firecrawl
2/7 registries