From a2854c189af121724344507323c0677a05d64f25 Mon Sep 17 00:00:00 2001 From: drobnikj Date: Tue, 8 Sep 2026 14:53:01 +0200 Subject: [PATCH 1/2] feat: Adding Apify MCP server --- optional-mcps/apify/manifest.yaml | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 optional-mcps/apify/manifest.yaml diff --git a/optional-mcps/apify/manifest.yaml b/optional-mcps/apify/manifest.yaml new file mode 100644 index 000000000000..f045437de955 --- /dev/null +++ b/optional-mcps/apify/manifest.yaml @@ -0,0 +1,34 @@ +manifest_version: 1 + +name: apify +description: Discover and run Apify Actors for web scraping, data extraction, and automation, and search Apify documentation. +source: https://docs.apify.com/platform/integrations/mcp + +# Hosted Streamable HTTP; disable optional tool/client telemetry by default. +transport: + type: http + url: https://mcp.apify.com/?telemetry-enabled=false + +auth: + type: oauth + +# Keep the server's default tool surface and let users choose at install time. +# Actor execution can consume Apify credits; no Actors are run during setup. +suggest: + keywords: + - apify + hosts: + - apify.com + +post_install: | + Authenticate with your Apify account in the browser when prompted. + If authentication was not completed during installation, run: + hermes mcp login apify + + Start a new Hermes session after authentication to load the tools. + You can change the enabled tools at any time with: + hermes mcp configure apify + + Running Actors can consume Apify credits. Review Actor pricing and inputs + before starting a run. For a read-only first test, search Apify documentation + or discover Actors without running them. From cb027c45dabc75386be5aaa2d73e315cc156cf95 Mon Sep 17 00:00:00 2001 From: drobnikj Date: Tue, 8 Sep 2026 16:20:21 +0200 Subject: [PATCH 2/2] fix: missing contributor --- contributors/emails/drobnik.j@gmail.com | 1 + 1 file changed, 1 insertion(+) create mode 100644 contributors/emails/drobnik.j@gmail.com diff --git a/contributors/emails/drobnik.j@gmail.com b/contributors/emails/drobnik.j@gmail.com new file mode 100644 index 000000000000..feb8af4ed28f --- /dev/null +++ b/contributors/emails/drobnik.j@gmail.com @@ -0,0 +1 @@ +drobnikj