You're viewing a demo portfolio

Join the waitlist
PRSM

map

Active

Tool of mcp-firecrawl

declared in 0.1.0

Crawl a website and return all discovered URLs (up to 5,000). Optionally filter by a search term to rank discovered links by relevance. Returns {url, count, links[]}.

Parameters schema

{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "The website URL to map, e.g. \"https://example.com\""
    },
    "limit": {
      "type": "number",
      "description": "Maximum number of URLs to return (default 100, max 5000)."
    },
    "search": {
      "type": "string",
      "description": "Optional search term to filter discovered URLs by relevance."
    },
    "_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 →
map — mcp-firecrawl — PRSM MCP