MCP Server Firecrawl
by Msparihar
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
FIRECRAWL_API_KEY | Yes | Your Firecrawl API key from the developer portal |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
scrape_url | Scrape content from a URL using Firecrawl API |
search_content | Search content using Firecrawl API |
crawl | Crawls a website starting from a base URL |
map | Maps a website's structure |
extract | Extracts structured data from URLs |