Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contributors/emails/drobnik.j@gmail.com
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
drobnikj
34 changes: 34 additions & 0 deletions optional-mcps/apify/manifest.yaml
Original file line number Diff line number Diff line change
@@ -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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: Discover and run Apify Actors for web scraping, data extraction, and automation, and search Apify documentation.
description: Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store.

source: https://docs.apify.com/platform/integrations/mcp

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
source: https://docs.apify.com/platform/integrations/mcp
source: https://docs.apify.com/integrations/mcp


# Hosted Streamable HTTP; disable optional tool/client telemetry by default.
transport:
type: http
url: https://mcp.apify.com/?telemetry-enabled=false

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we really want to disable telemetry?


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.
Loading