mirror of
https://github.com/firecrawl/firecrawl-mcp-server.git
synced 2026-09-01 14:57:03 +08:00
5ac34e45f9
The developer tool called /v2/developer/search, the path that may be withdrawn. Call /v2/search/developer, the public path. The API returns 10 results by default, not 20. Correct the parameter description. Developer search leaves beta, so document the tool in the README beside the other tools and drop the experimental note. Bump to 3.23.3 in package.json and both server.json fields.
31 lines
836 B
JSON
31 lines
836 B
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
"name": "io.github.firecrawl/firecrawl-mcp-server",
|
|
"title": "Firecrawl MCP Server",
|
|
"description": "MCP server for Firecrawl — search, scrape, and interact with the web.",
|
|
"version": "3.23.3",
|
|
"repository": {
|
|
"url": "https://github.com/firecrawl/firecrawl-mcp-server.git",
|
|
"source": "github"
|
|
},
|
|
"packages": [
|
|
{
|
|
"registryType": "npm",
|
|
"identifier": "firecrawl-mcp",
|
|
"version": "3.23.3",
|
|
"transport": {
|
|
"type": "stdio"
|
|
},
|
|
"environmentVariables": [
|
|
{
|
|
"description": "Your API key for Firecrawl",
|
|
"isRequired": false,
|
|
"format": "string",
|
|
"isSecret": true,
|
|
"name": "FIRECRAWL_API_KEY"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|