@aiwerk/mcp-bridge 2.6.7 → 2.6.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiwerk/mcp-bridge",
3
- "version": "2.6.7",
3
+ "version": "2.6.8",
4
4
  "description": "Standalone MCP server that multiplexes multiple MCP servers into one interface",
5
5
  "type": "module",
6
6
  "main": "./dist/src/index.js",
@@ -0,0 +1,64 @@
1
+ {
2
+ "schemaVersion": 2,
3
+ "id": "firecrawl",
4
+ "name": "Firecrawl",
5
+ "description": "Web scraping, crawling, search, and structured data extraction — turn any website into clean markdown or structured data for AI agents",
6
+ "repository": "https://github.com/firecrawl/firecrawl-mcp-server",
7
+ "transports": [
8
+ {
9
+ "type": "stdio",
10
+ "command": "npx",
11
+ "args": [
12
+ "-y",
13
+ "firecrawl-mcp@3.12.1"
14
+ ],
15
+ "env": {
16
+ "FIRECRAWL_API_KEY": "${FIRECRAWL_API_KEY}"
17
+ }
18
+ }
19
+ ],
20
+ "auth": {
21
+ "required": true,
22
+ "type": "api-key",
23
+ "envVars": [
24
+ "FIRECRAWL_API_KEY"
25
+ ],
26
+ "credentialsUrl": "https://www.firecrawl.dev/app/api-keys",
27
+ "instructions": "Sign up at firecrawl.dev and copy your API key from the dashboard."
28
+ },
29
+ "install": {
30
+ "method": "npx",
31
+ "package": "firecrawl-mcp",
32
+ "version": "3.12.1"
33
+ },
34
+ "metadata": {
35
+ "homepage": "https://www.firecrawl.dev/",
36
+ "author": "Firecrawl (Mendable)",
37
+ "tags": [
38
+ "scraping",
39
+ "crawling",
40
+ "web",
41
+ "extraction",
42
+ "search",
43
+ "markdown"
44
+ ],
45
+ "category": "data",
46
+ "pricing": "byok",
47
+ "maturity": "stable",
48
+ "subcategory": "web-scraping",
49
+ "origin": "official",
50
+ "countries": [
51
+ "global"
52
+ ],
53
+ "audience": "developer",
54
+ "selfHosted": true,
55
+ "sideEffects": "read-only",
56
+ "authSummary": "api-key"
57
+ },
58
+ "capabilities": {
59
+ "tools": true,
60
+ "resources": false,
61
+ "prompts": false,
62
+ "sampling": false
63
+ }
64
+ }