Skip to content

Commit a5fc646

Browse files
committed
update server.json
1 parent e2cd33a commit a5fc646

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

server.json

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
33
"name": "com.apify/apify-mcp-server",
4-
"description": "Apify MCP server helps you access the world’s largest marketplace of tools for web scraping, data extraction, and web automation. You can extract structured data from social media, e-commerce, search engines, maps, travel sites, or any other website",
4+
"description": "Extract data from any website using thousands of web automation tools from the Apify Store.",
55
"status": "active",
66
"repository": {
77
"url": "https://github.com/apify/apify-mcp-server",
88
"source": "github"
99
},
10-
"version": "0.4.10",
10+
"version": "0.4.17",
1111
"remotes": [
1212
{
1313
"type": "streamable-http",
@@ -21,25 +21,5 @@
2121
}
2222
]
2323
}
24-
],
25-
"packages": [
26-
{
27-
"registry_type": "npm",
28-
"registry_base_url": "https://registry.npmjs.org",
29-
"identifier": "@apify/actors-mcp-server",
30-
"version": "0.4.10",
31-
"transport": {
32-
"type": "stdio"
33-
},
34-
"environment_variables": [
35-
{
36-
"description": "Apify API token for authentication with Apify platform services",
37-
"format": "string",
38-
"is_required": true,
39-
"is_secret": true,
40-
"name": "APIFY_TOKEN"
41-
}
42-
]
43-
}
4424
]
4525
}

0 commit comments

Comments
 (0)