Skip to content

Commit 451a07d

Browse files
Apify MCP (#60)
* Add Apify server configuration file * icon * Add 'apify' to index.json * Change transport type from 'streamable' to 'streamable-http' --------- Co-authored-by: Eric Zakariasson <[email protected]>
1 parent e227715 commit 451a07d

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

servers/apify/icon.svg

Lines changed: 12 additions & 0 deletions
Loading

servers/apify/server.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Apify",
3+
"description": "Extract data from any website with thousands of scrapers, crawlers, and automations",
4+
"transport": [
5+
"streamable-http"
6+
],
7+
"icon": "./icon.svg",
8+
"oauth": true,
9+
"config": {
10+
"url": "https://mcp.apify.com"
11+
}
12+
}

servers/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"astro",
5656
"mercado-pago",
5757
"mercado-libre",
58+
"apify",
5859
"render",
5960
"azure-devops",
6061
"webflow",

0 commit comments

Comments
 (0)