-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
88 lines (88 loc) · 2.5 KB
/
server.json
File metadata and controls
88 lines (88 loc) · 2.5 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.NovadaLabs/proxy4agents-mcp",
"description": "Residential proxy MCP server for AI agents — geo-targeting, sticky sessions, anti-bot bypass. Free tier available.",
"repository": {
"url": "https://github.com/NovadaLabs/proxy4agent",
"source": "github"
},
"version": "1.7.0",
"packages": [
{
"registryType": "npm",
"identifier": "bestproxy4agents-mcp",
"version": "1.7.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "NOVADA_PROXY_USER",
"description": "Novada residential proxy username",
"isRequired": false,
"isSecret": true
},
{
"name": "NOVADA_PROXY_PASS",
"description": "Novada residential proxy password",
"isRequired": false,
"isSecret": true
},
{
"name": "NOVADA_API_KEY",
"description": "Novada Scraper API key for search tool",
"isRequired": false,
"isSecret": true
},
{
"name": "NOVADA_BROWSER_WS",
"description": "Novada Browser API WebSocket URL for render tool",
"isRequired": false,
"isSecret": true
},
{
"name": "BRIGHTDATA_USER",
"description": "BrightData full username including zone",
"isRequired": false,
"isSecret": true
},
{
"name": "BRIGHTDATA_PASS",
"description": "BrightData proxy password",
"isRequired": false,
"isSecret": true
},
{
"name": "SMARTPROXY_USER",
"description": "Smartproxy username",
"isRequired": false,
"isSecret": true
},
{
"name": "SMARTPROXY_PASS",
"description": "Smartproxy password",
"isRequired": false,
"isSecret": true
},
{
"name": "OXYLABS_USER",
"description": "Oxylabs username",
"isRequired": false,
"isSecret": true
},
{
"name": "OXYLABS_PASS",
"description": "Oxylabs password",
"isRequired": false,
"isSecret": true
},
{
"name": "PROXY_URL",
"description": "Generic HTTP proxy URL (http://user:pass@host:port)",
"isRequired": false,
"isSecret": true
}
]
}
]
}