mcp-scraper 0.26.3 → 0.28.0
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/README.md +4 -4
- package/dist/bin/api-server.cjs +525 -283
- package/dist/bin/api-server.cjs.map +1 -1
- package/dist/bin/api-server.js +2 -2
- package/dist/bin/mcp-scraper-cli.cjs +3 -2
- package/dist/bin/mcp-scraper-cli.cjs.map +1 -1
- package/dist/bin/mcp-scraper-cli.js +3 -3
- package/dist/bin/mcp-scraper-install.cjs +2 -2
- package/dist/bin/mcp-scraper-install.cjs.map +1 -1
- package/dist/bin/mcp-scraper-install.js +2 -2
- package/dist/bin/mcp-stdio-server.cjs +62 -10
- package/dist/bin/mcp-stdio-server.cjs.map +1 -1
- package/dist/bin/mcp-stdio-server.js +4 -4
- package/dist/bin/paa-harvest.cjs +2 -1
- package/dist/bin/paa-harvest.cjs.map +1 -1
- package/dist/bin/paa-harvest.js +2 -2
- package/dist/{chunk-TBRX7VOP.js → chunk-DUS4ENOY.js} +2 -2
- package/dist/{chunk-TBRX7VOP.js.map → chunk-DUS4ENOY.js.map} +1 -1
- package/dist/{chunk-FUWZWKGO.js → chunk-KAMKTSJQ.js} +2 -2
- package/dist/{chunk-73YM3DEB.js → chunk-LTT7QX3C.js} +61 -10
- package/dist/chunk-LTT7QX3C.js.map +1 -0
- package/dist/chunk-QG77M3YJ.js +7 -0
- package/dist/chunk-QG77M3YJ.js.map +1 -0
- package/dist/{chunk-E5J4HJBO.js → chunk-YH5DRFWQ.js} +4 -2
- package/dist/{chunk-XGIPATLV.js → chunk-ZQSHKWV4.js} +3 -2
- package/dist/chunk-ZQSHKWV4.js.map +1 -0
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/{server-GN34MGAE.js → server-QQB4BNAB.js} +449 -267
- package/dist/server-QQB4BNAB.js.map +1 -0
- package/dist/{worker-E3KHQH2F.js → worker-RYP5EOV5.js} +3 -3
- package/docs/mcp-tool-manifest.generated.json +128 -9
- package/package.json +2 -2
- package/dist/chunk-27VXTOD2.js +0 -7
- package/dist/chunk-27VXTOD2.js.map +0 -1
- package/dist/chunk-73YM3DEB.js.map +0 -1
- package/dist/chunk-XGIPATLV.js.map +0 -1
- package/dist/server-GN34MGAE.js.map +0 -1
- /package/dist/{chunk-FUWZWKGO.js.map → chunk-KAMKTSJQ.js.map} +0 -0
- /package/dist/{chunk-E5J4HJBO.js.map → chunk-YH5DRFWQ.js.map} +0 -0
- /package/dist/{worker-E3KHQH2F.js.map → worker-RYP5EOV5.js.map} +0 -0
|
@@ -6,13 +6,13 @@ import {
|
|
|
6
6
|
} from "./chunk-SDHPQTFM.js";
|
|
7
7
|
import {
|
|
8
8
|
harvest
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-YH5DRFWQ.js";
|
|
10
10
|
import {
|
|
11
11
|
browserServiceApiKey,
|
|
12
12
|
runWithCostContext
|
|
13
13
|
} from "./chunk-MTSBI7ZH.js";
|
|
14
14
|
import "./chunk-K443GQY5.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-ZQSHKWV4.js";
|
|
16
16
|
import {
|
|
17
17
|
MC_COSTS,
|
|
18
18
|
serpActualCostMc
|
|
@@ -139,4 +139,4 @@ export {
|
|
|
139
139
|
startWorker,
|
|
140
140
|
tickOnce
|
|
141
141
|
};
|
|
142
|
-
//# sourceMappingURL=worker-
|
|
142
|
+
//# sourceMappingURL=worker-RYP5EOV5.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-07-
|
|
2
|
+
"generatedAt": "2026-07-20T16:50:11.037Z",
|
|
3
3
|
"generatedFrom": "dist/bin/mcp-stdio-server.js",
|
|
4
4
|
"serverInfo": {
|
|
5
5
|
"name": "mcp-scraper",
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.28.0"
|
|
7
7
|
},
|
|
8
8
|
"counts": {
|
|
9
|
-
"unified_stdio":
|
|
9
|
+
"unified_stdio": 165
|
|
10
10
|
},
|
|
11
11
|
"surfaces": {
|
|
12
12
|
"unified_stdio": [
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"get-message-note",
|
|
84
84
|
"get-schedule-link",
|
|
85
85
|
"get-schedule-status",
|
|
86
|
+
"get-vault-app-link",
|
|
86
87
|
"get-vault-contract",
|
|
87
88
|
"gmail_send_message",
|
|
88
89
|
"google_ads_page_intel",
|
|
@@ -139,6 +140,7 @@
|
|
|
139
140
|
"resume-scheduled-action",
|
|
140
141
|
"revoke-chat-link",
|
|
141
142
|
"revoke-schedule-link",
|
|
143
|
+
"revoke-vault-app-link",
|
|
142
144
|
"revoke-webhook",
|
|
143
145
|
"route-memory",
|
|
144
146
|
"search_serp",
|
|
@@ -6295,8 +6297,8 @@
|
|
|
6295
6297
|
"configured",
|
|
6296
6298
|
"none"
|
|
6297
6299
|
],
|
|
6298
|
-
"default": "
|
|
6299
|
-
"description": "Proxy
|
|
6300
|
+
"default": "none",
|
|
6301
|
+
"description": "Proxy behavior per city search. Leave unset for the direct localized Google route; location is an explicit residential-proxy override."
|
|
6300
6302
|
},
|
|
6301
6303
|
"proxyZip": {
|
|
6302
6304
|
"type": "string",
|
|
@@ -8927,6 +8929,52 @@
|
|
|
8927
8929
|
"taskSupport": "forbidden"
|
|
8928
8930
|
}
|
|
8929
8931
|
},
|
|
8932
|
+
{
|
|
8933
|
+
"name": "get-vault-app-link",
|
|
8934
|
+
"title": "Get Vault App Link",
|
|
8935
|
+
"description": "Get the durable, bookmarkable link to the mobile-first Vault App for People, Projects, and Tasks. The embedded secret is shown only once; revoke-vault-app-link then call this tool again to replace a link that was shared or leaked. This link is independent from Omni-Chat. Anyone holding it can use the Vault App as this identity.",
|
|
8936
|
+
"inputSchema": {
|
|
8937
|
+
"type": "object",
|
|
8938
|
+
"properties": {},
|
|
8939
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
8940
|
+
},
|
|
8941
|
+
"outputSchema": {
|
|
8942
|
+
"type": "object",
|
|
8943
|
+
"properties": {
|
|
8944
|
+
"ok": {
|
|
8945
|
+
"type": "boolean",
|
|
8946
|
+
"description": "True when the request succeeded."
|
|
8947
|
+
},
|
|
8948
|
+
"url": {
|
|
8949
|
+
"type": "string",
|
|
8950
|
+
"description": "Vault App link. Present only when the secret is first minted; anyone holding it can use the Vault App as this identity."
|
|
8951
|
+
},
|
|
8952
|
+
"alreadyExists": {
|
|
8953
|
+
"type": "boolean",
|
|
8954
|
+
"description": "True when an active Vault App link exists but its secret cannot be shown again."
|
|
8955
|
+
},
|
|
8956
|
+
"error": {
|
|
8957
|
+
"type": "string",
|
|
8958
|
+
"description": "Human-readable error when the request cannot be completed."
|
|
8959
|
+
}
|
|
8960
|
+
},
|
|
8961
|
+
"required": [
|
|
8962
|
+
"ok"
|
|
8963
|
+
],
|
|
8964
|
+
"additionalProperties": false,
|
|
8965
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
8966
|
+
},
|
|
8967
|
+
"annotations": {
|
|
8968
|
+
"title": "Get Vault App Link",
|
|
8969
|
+
"readOnlyHint": false,
|
|
8970
|
+
"destructiveHint": false,
|
|
8971
|
+
"idempotentHint": false,
|
|
8972
|
+
"openWorldHint": false
|
|
8973
|
+
},
|
|
8974
|
+
"execution": {
|
|
8975
|
+
"taskSupport": "forbidden"
|
|
8976
|
+
}
|
|
8977
|
+
},
|
|
8930
8978
|
{
|
|
8931
8979
|
"name": "get-vault-contract",
|
|
8932
8980
|
"title": "Get Vault Contract",
|
|
@@ -12260,7 +12308,7 @@
|
|
|
12260
12308
|
{
|
|
12261
12309
|
"name": "maps_search",
|
|
12262
12310
|
"title": "Google Maps Business Search",
|
|
12263
|
-
"description": "Search Google
|
|
12311
|
+
"description": "Search Google local results for multiple businesses by category, niche, or local market — leads, prospects, competitors, or beyond the 3-pack. It paginates the rendered local-results list, opens each exact business card, then closes the profile dialog before continuing. Set includeServices for services and areas served; review cards are never collected by this tool.",
|
|
12264
12312
|
"inputSchema": {
|
|
12265
12313
|
"type": "object",
|
|
12266
12314
|
"properties": {
|
|
@@ -12294,6 +12342,11 @@
|
|
|
12294
12342
|
"default": 10,
|
|
12295
12343
|
"description": "Number of candidates to return. Default 10, maximum 50."
|
|
12296
12344
|
},
|
|
12345
|
+
"includeServices": {
|
|
12346
|
+
"type": "boolean",
|
|
12347
|
+
"default": false,
|
|
12348
|
+
"description": "Open each returned Google Business Profile and include configured services and areas served when available. Does not collect review cards."
|
|
12349
|
+
},
|
|
12297
12350
|
"proxyMode": {
|
|
12298
12351
|
"type": "string",
|
|
12299
12352
|
"enum": [
|
|
@@ -12301,13 +12354,13 @@
|
|
|
12301
12354
|
"configured",
|
|
12302
12355
|
"none"
|
|
12303
12356
|
],
|
|
12304
|
-
"default": "
|
|
12305
|
-
"description": "
|
|
12357
|
+
"default": "none",
|
|
12358
|
+
"description": "Leave unset for the default direct browser route. Google localization comes from the city in the query plus UULE, gl, and hl. location is an explicit residential-proxy override."
|
|
12306
12359
|
},
|
|
12307
12360
|
"proxyZip": {
|
|
12308
12361
|
"type": "string",
|
|
12309
12362
|
"pattern": "^\\d{5}$",
|
|
12310
|
-
"description": "Optional US ZIP override
|
|
12363
|
+
"description": "Optional US ZIP override when proxyMode is location."
|
|
12311
12364
|
},
|
|
12312
12365
|
"debug": {
|
|
12313
12366
|
"type": "boolean",
|
|
@@ -12407,6 +12460,30 @@
|
|
|
12407
12460
|
"items": {
|
|
12408
12461
|
"type": "string"
|
|
12409
12462
|
}
|
|
12463
|
+
},
|
|
12464
|
+
"services": {
|
|
12465
|
+
"type": "array",
|
|
12466
|
+
"items": {
|
|
12467
|
+
"type": "string"
|
|
12468
|
+
},
|
|
12469
|
+
"default": []
|
|
12470
|
+
},
|
|
12471
|
+
"areasServed": {
|
|
12472
|
+
"type": "array",
|
|
12473
|
+
"items": {
|
|
12474
|
+
"type": "string"
|
|
12475
|
+
},
|
|
12476
|
+
"default": []
|
|
12477
|
+
},
|
|
12478
|
+
"profileDetailsStatus": {
|
|
12479
|
+
"type": "string",
|
|
12480
|
+
"enum": [
|
|
12481
|
+
"collected",
|
|
12482
|
+
"none_exist",
|
|
12483
|
+
"unavailable",
|
|
12484
|
+
"not_requested"
|
|
12485
|
+
],
|
|
12486
|
+
"default": "unavailable"
|
|
12410
12487
|
}
|
|
12411
12488
|
},
|
|
12412
12489
|
"required": [
|
|
@@ -17040,6 +17117,48 @@
|
|
|
17040
17117
|
"taskSupport": "forbidden"
|
|
17041
17118
|
}
|
|
17042
17119
|
},
|
|
17120
|
+
{
|
|
17121
|
+
"name": "revoke-vault-app-link",
|
|
17122
|
+
"title": "Revoke Vault App Link",
|
|
17123
|
+
"description": "Immediately revoke the current Vault App link without touching the separate Omni-Chat link. Call get-vault-app-link afterward to mint a replacement.",
|
|
17124
|
+
"inputSchema": {
|
|
17125
|
+
"type": "object",
|
|
17126
|
+
"properties": {},
|
|
17127
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
17128
|
+
},
|
|
17129
|
+
"outputSchema": {
|
|
17130
|
+
"type": "object",
|
|
17131
|
+
"properties": {
|
|
17132
|
+
"ok": {
|
|
17133
|
+
"type": "boolean",
|
|
17134
|
+
"description": "True when the request succeeded."
|
|
17135
|
+
},
|
|
17136
|
+
"revoked": {
|
|
17137
|
+
"type": "boolean",
|
|
17138
|
+
"description": "True when an active Vault App link was revoked."
|
|
17139
|
+
},
|
|
17140
|
+
"error": {
|
|
17141
|
+
"type": "string",
|
|
17142
|
+
"description": "Human-readable error when the request cannot be completed."
|
|
17143
|
+
}
|
|
17144
|
+
},
|
|
17145
|
+
"required": [
|
|
17146
|
+
"ok"
|
|
17147
|
+
],
|
|
17148
|
+
"additionalProperties": false,
|
|
17149
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
17150
|
+
},
|
|
17151
|
+
"annotations": {
|
|
17152
|
+
"title": "Revoke Vault App Link",
|
|
17153
|
+
"readOnlyHint": false,
|
|
17154
|
+
"destructiveHint": false,
|
|
17155
|
+
"idempotentHint": true,
|
|
17156
|
+
"openWorldHint": false
|
|
17157
|
+
},
|
|
17158
|
+
"execution": {
|
|
17159
|
+
"taskSupport": "forbidden"
|
|
17160
|
+
}
|
|
17161
|
+
},
|
|
17043
17162
|
{
|
|
17044
17163
|
"name": "revoke-webhook",
|
|
17045
17164
|
"title": "Revoke Webhook",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-scraper",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.28.0",
|
|
4
4
|
"description": "MCP server for MCP Scraper web intelligence tools",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"hono": "^4.12.18",
|
|
78
78
|
"inngest": "^4.4.0",
|
|
79
79
|
"jose": "^6.2.3",
|
|
80
|
-
"mcpscraper-memory-tools": "^1.
|
|
80
|
+
"mcpscraper-memory-tools": "^1.7.0",
|
|
81
81
|
"p-limit": "^7.3.0",
|
|
82
82
|
"papaparse": "^5.4.0",
|
|
83
83
|
"playwright": "^1.44.0",
|
package/dist/chunk-27VXTOD2.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/version.ts"],"sourcesContent":["export const PACKAGE_VERSION = '0.26.3'\n"],"mappings":";AAAO,IAAM,kBAAkB;","names":[]}
|