-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.29 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "bestproxy4agents-mcp",
"version": "1.7.0",
"mcpName": "io.github.NovadaLabs/proxy4agents-mcp",
"description": "Residential proxy MCP server for AI agents — bypass Cloudflare/Akamai, geo-target 195+ countries, sticky sessions, Google search. Works with Claude, Cursor, Windsurf. Multi-provider: Novada, BrightData, Smartproxy, Oxylabs.",
"type": "module",
"bin": {
"bestproxy4agents-mcp": "build/index.js"
},
"files": [
"build/**/*.js",
"build/**/*.d.ts",
"!build/__tests__",
"!build/__tests__/**",
"README.md",
"CHANGELOG.md",
"smithery.yaml"
],
"scripts": {
"build": "tsc && node --input-type=commonjs -e \"require('fs').chmodSync('build/index.js', '755')\"",
"dev": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector build/index.js",
"test": "vitest run",
"test:watch": "vitest",
"prepublishOnly": "npm run build && npm test"
},
"keywords": [
"mcp",
"mcp-server",
"model-context-protocol",
"proxy",
"residential-proxy",
"agent-proxy",
"ai-agent",
"ai-agents",
"web-scraping",
"web-crawling",
"anti-bot",
"anti-detection",
"cloudflare-bypass",
"akamai-bypass",
"datadome-bypass",
"bot-detection",
"geo-targeting",
"ip-rotation",
"sticky-session",
"google-search",
"serp",
"headless-browser",
"browser-automation",
"novada",
"brightdata",
"luminati",
"smartproxy",
"oxylabs",
"iproyal",
"puppeteer",
"web-fetch",
"http-proxy",
"socks-proxy",
"claude",
"claude-code",
"cursor",
"windsurf",
"cline",
"openai",
"llm-tools"
],
"author": "Novada <support@novada.com>",
"license": "MIT",
"homepage": "https://github.com/NovadaLabs/proxy4agent#readme",
"repository": {
"type": "git",
"url": "https://github.com/NovadaLabs/proxy4agent.git"
},
"bugs": {
"url": "https://github.com/NovadaLabs/proxy4agent/issues"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",
"axios": "^1.7.0",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^9.0.0",
"puppeteer-core": "^22.15.0"
},
"devDependencies": {
"@types/node": "^20.11.24",
"typescript": "^5.3.3",
"vitest": "^4.1.4"
}
}