Skip to main content
Glama

MCP Server Firecrawl

by Msparihar

search_content

Retrieve targeted content from websites using specific queries, languages, and locations with customizable output formats and result limits via the Firecrawl API.

Instructions

Search content using Firecrawl API

Input Schema

NameRequiredDescriptionDefault
countryNoCountry codeus
langNoLanguage codeen
limitNoMaximum number of results
locationNoLocation parameter
queryYesSearch query
scrapeOptionsNo
timeoutNoRequest timeout in milliseconds

Input Schema (JSON Schema)

{ "properties": { "country": { "default": "us", "description": "Country code", "type": "string" }, "lang": { "default": "en", "description": "Language code", "type": "string" }, "limit": { "description": "Maximum number of results", "maximum": 100, "minimum": 1, "type": "number" }, "location": { "description": "Location parameter", "type": "string" }, "query": { "description": "Search query", "type": "string" }, "scrapeOptions": { "properties": { "formats": { "description": "Output formats", "items": { "enum": [ "markdown" ], "type": "string" }, "type": "array" } }, "type": "object" }, "timeout": { "default": 60000, "description": "Request timeout in milliseconds", "type": "number" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from MCP Server Firecrawl

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Msparihar/mcp-server-firecrawl'

If you have feedback or need assistance with the MCP directory API, please join our Discord server