Skip to content

Commit 6237997

Browse files
committed
Add Oxylabs MCP server
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com> Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ
1 parent 2fd91f8 commit 6237997

1 file changed

Lines changed: 88 additions & 0 deletions

File tree

servers/com.oxylabs-mcp-uvx.json

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.oxylabs-mcp-uvx",
4+
"name": "Oxylabs (uvx)",
5+
"alias": "oxylabs",
6+
"description": "Scrape any website with Oxylabs Web Scraper API. Extract clean, structured data from search engines, e-commerce sites, and any URL, bypassing geo-restrictions, CAPTCHAs, and anti-bot systems.",
7+
"logo": "https://avatars.githubusercontent.com/u/43960873?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"search"
11+
],
12+
"tags": [
13+
"web-scraping",
14+
"scraper",
15+
"search",
16+
"serp",
17+
"data-extraction",
18+
"e-commerce",
19+
"proxy"
20+
],
21+
"transport": {
22+
"type": "stdio",
23+
"command": "uvx",
24+
"args": [
25+
"oxylabs-mcp"
26+
],
27+
"env": {
28+
"OXYLABS_USERNAME": "${input:OXYLABS_USERNAME}",
29+
"OXYLABS_PASSWORD": "${input:OXYLABS_PASSWORD}"
30+
},
31+
"metadata": {
32+
"inputs": [
33+
{
34+
"id": "OXYLABS_USERNAME",
35+
"label": "Oxylabs Username",
36+
"description": "Your Oxylabs Web Scraper API username (the API user, not your dashboard login).",
37+
"type": "text",
38+
"required": true,
39+
"secret": false,
40+
"placeholder": "your_api_username",
41+
"obtain": {
42+
"url": "https://dashboard.oxylabs.io/",
43+
"instructions": "1. Sign up or log in at the Oxylabs dashboard\n2. Open the Web Scraper API product\n3. Create or open an API user under that product\n4. Copy the API user's username",
44+
"button_label": "Open Oxylabs Dashboard"
45+
}
46+
},
47+
{
48+
"id": "OXYLABS_PASSWORD",
49+
"label": "Oxylabs Password",
50+
"description": "Your Oxylabs Web Scraper API password for the API user.",
51+
"type": "text",
52+
"required": true,
53+
"secret": true,
54+
"placeholder": "********************",
55+
"obtain": {
56+
"url": "https://dashboard.oxylabs.io/",
57+
"instructions": "1. Sign up or log in at the Oxylabs dashboard\n2. Open the Web Scraper API product\n3. Create or open an API user under that product\n4. Copy the API user's password",
58+
"button_label": "Open Oxylabs Dashboard"
59+
}
60+
}
61+
]
62+
}
63+
},
64+
"auth": {
65+
"type": "api_key",
66+
"instructions": "Create Web Scraper API user credentials in the Oxylabs dashboard (https://dashboard.oxylabs.io/) and provide the API username and password."
67+
},
68+
"contributor": {
69+
"name": "Oxylabs",
70+
"github": "oxylabs",
71+
"url": "https://oxylabs.io"
72+
},
73+
"links": {
74+
"repository": "https://github.com/oxylabs/oxylabs-mcp",
75+
"homepage": "https://oxylabs.io",
76+
"documentation": "https://github.com/oxylabs/oxylabs-mcp#readme"
77+
},
78+
"platforms": [
79+
"all"
80+
],
81+
"capabilities": {
82+
"tools": true,
83+
"resources": false,
84+
"prompts": false,
85+
"read_only_mode": false
86+
},
87+
"changelog_url": "https://github.com/oxylabs/oxylabs-mcp/releases"
88+
}

0 commit comments

Comments
 (0)