Files
firecrawl-mcp-server/server.json
T
Karan Lokchandani 5ac34e45f9 chore(developer): call /v2/search/developer and document the tool
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.
2026-08-05 02:14:15 +05:30

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"
}
]
}
]
}