{
"name": "mcp-firecrawl",
"version": "1.0.0",
"description": "An MCP server for crawling websites and translating into model context.",
"main": "src/server.js",
"type": "module",
"scripts": {
"start": "node src/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mendable/firecrawl-js": "^1.18.2",
"@modelcontextprotocol/sdk": "^1.6.0",
"@sentry/node": "^9.2.0",
"@sentry/profiling-node": "^9.2.0",
"firecrawl": "^1.0.0",
"zod": "^3.22.4"
}
}