diff --git a/servers/apify/icon.svg b/servers/apify/icon.svg new file mode 100644 index 0000000..c3f0d86 --- /dev/null +++ b/servers/apify/icon.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/servers/apify/server.json b/servers/apify/server.json new file mode 100644 index 0000000..38c586b --- /dev/null +++ b/servers/apify/server.json @@ -0,0 +1,12 @@ +{ + "name": "Apify", + "description": "Extract data from any website with thousands of scrapers, crawlers, and automations", + "transport": [ + "streamable-http" + ], + "icon": "./icon.svg", + "oauth": true, + "config": { + "url": "https://mcp.apify.com" + } +} diff --git a/servers/index.json b/servers/index.json index 3d14dbe..e485eb5 100644 --- a/servers/index.json +++ b/servers/index.json @@ -55,6 +55,7 @@ "astro", "mercado-pago", "mercado-libre", + "apify", "render", "azure-devops", "webflow",