You're viewing a demo portfolio

Join the waitlist
PRSM

search

Active

Tool 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."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-firecrawl

https://github.com/pipeworx-io/mcp-firecrawl

2/7 registries
View full server →
search — mcp-firecrawl — PRSM MCP