Apify Tools

Analytics

Apify is a web scraping and automation platform for extracting data from websites at scale. Search the Apify Store for pre-built scrapers (Actors), run them with custom input, monitor runs, and retrieve structured results from datasets.

This MCP Bundle Server is compatible with any MCP client including Claude Desktop, Cursor, and other Model Context Protocol implementations.

48 tools

Tools in this Bundle (48)

Apify Abort Run

v1.0.0

Abort a running Apify Actor run. Use gracefully=true to let the Actor save partial results before stopping. Returns the updated run object.

Apify Add Queue Req

v1.0.0

Add a single URL request to an Apify request queue. The request will be picked up by an Actor crawling from this queue. Use unique_key for deduplicati...

Apify Batch Queue Reqs

v1.0.0

Add multiple URL requests to an Apify request queue in a single batch call. Up to 10,000 requests per call. Returns counts of processed vs unprocessed...

Apify Create Req Queue

v1.0.0

Create an Apify request queue. Request queues manage URL crawl queues for Actors. Use apify_add_queue_req to add URLs to the queue.

Apify Create Schedule

v1.0.0

Create an Apify schedule to automatically run Actors or tasks on a cron schedule. Define the cron expression, timezone, and which Actors/tasks to run.

Apify Create Task

v1.0.0

Create a saved Apify Actor task with pre-configured input and options. Tasks let you save common Actor configurations for reuse.

Apify Create Webhook

v1.0.0

Create an Apify webhook. Webhooks send HTTP POST requests to your URL when Actor run events occur (succeeded, failed, timed out, etc). Use conditions ...

Apify Delete Schedule

v1.0.0

Delete an Apify schedule. This permanently removes the schedule and stops all future runs.

Apify Delete Task

v1.0.0

Delete a saved Apify Actor task. This permanently removes the task configuration.

Apify Delete Webhook

v1.0.0

Delete an Apify webhook. This permanently removes the webhook.

Apify Del Queue Req

v1.0.0

Delete a specific request from an Apify request queue.

Apify Get Actor

v1.0.0

Get detailed information about a specific Apify Actor including its name, description, default run configuration (memory, timeout), input schema, stat...

Apify Get Dataset

v1.0.0

Get metadata about a specific Apify dataset including item count, size, creation date, and modification date. Use apify_get_dataset_items to fetch the...

Apify Get Dataset Items

v1.0.0

Get items (scraped data) from an Apify dataset. This is how you retrieve results after running an Actor. Pass the defaultDatasetId from the run respon...

Apify Get Dataset Stats

v1.0.0

Get statistics for an Apify dataset including item count, data size, field frequencies, and data quality metrics.

Apify Get Dispatch

v1.0.0

Get details of a specific Apify webhook dispatch including the request sent, HTTP response received, status, and timing.

Apify Get Kv Record

v1.0.0

Get a specific record from an Apify key-value store. Returns the record's content (JSON, text, or binary reference). Use apify_get_kv_store_keys to di...

Apify Get Kv Store Keys

v1.0.0

List keys in an Apify key-value store. Returns key names, sizes, and content types. Common keys include 'INPUT' (run input), 'OUTPUT' (run output), an...

Apify Get Queue Head

v1.0.0

Get the next pending requests from the head of an Apify request queue. Returns the URLs that would be processed next by a crawling Actor.

Apify Get Queue Req

v1.0.0

Get details of a specific request in an Apify request queue including URL, method, handled status, retry count, and error messages.

Apify Get Req Queue

v1.0.0

Get details of an Apify request queue including total, handled, and pending request counts, creation date, and modification date.

Apify Get Run

v1.0.0

Get status and details of an Apify Actor run. Returns status (READY, RUNNING, SUCCEEDED, FAILED, ABORTED, TIMED-OUT), timing info, defaultDatasetId (f...

Apify Get Run Log

v1.0.0

Get the console log output of an Apify Actor run. Useful for debugging failed runs or monitoring progress. Returns the log as plain text.

Apify Get Schedule

v1.0.0

Get details of an Apify schedule including its cron expression, timezone, associated Actors/tasks, enabled status, and next run time.

Apify Get Schedule Log

v1.0.0

Get the execution log for an Apify schedule showing when it ran, what actions were triggered, and any errors.

Apify Get Task

v1.0.0

Get details of a saved Apify Actor task including its name, associated Actor, saved input configuration, memory/timeout settings, and run history.

Apify Get Usage

v1.0.0

Get the current month's usage statistics for your Apify account. Returns compute units used, data transfer, storage usage, and costs against your plan...

Apify Get User

v1.0.0

Get the current Apify user's account info including username, email, plan details, usage limits, and proxy settings. Use this to check account status ...

Apify Get Webhook

v1.0.0

Get details of an Apify webhook including its URL, event types, condition, request template, headers, and associated Actor/task.

Apify List Actors

v1.0.0

List Actors in your Apify account. Returns Actor IDs, names, descriptions, creation dates, and run stats. Use 'my=true' to filter to only your own Act...

Apify List Datasets

v1.0.0

List datasets in your Apify account. Each Actor run creates a default dataset with scraped results. Returns dataset IDs, names, item counts, and creat...

Apify List Dispatches

v1.0.0

List webhook dispatches across your Apify account. Shows delivery history for all webhooks including dispatch IDs, statuses, HTTP response codes, and ...

Apify List Kv Stores

v1.0.0

List key-value stores in your Apify account. Each Actor run creates a default key-value store for storing intermediate data, screenshots, and other ou...

Apify List Queue Reqs

v1.0.0

List requests in an Apify request queue. Returns URLs, methods, unique keys, and handled status for each request in the queue.

Apify List Req Queues

v1.0.0

List request queues in your Apify account. Request queues manage URL crawl queues for Actors. Returns queue IDs, names, pending/handled request counts...

Apify List Runs

v1.0.0

List Actor runs across your Apify account. Returns run IDs, statuses, Actor IDs, timing, and dataset IDs. Filter by status to find running, succeeded,...

Apify List Schedules

v1.0.0

List schedules in your Apify account. Schedules automatically run Actors or tasks on a cron-based schedule. Returns schedule IDs, names, cron expressi...

Apify List Task Runs

v1.0.0

List runs of a specific saved Apify Actor task. Returns run IDs, statuses, timing info, and dataset IDs for each execution of this task.

Apify List Tasks

v1.0.0

List saved Actor tasks in your Apify account. Tasks are pre-configured Actor runs with saved input, memory, and timeout settings. Returns task IDs, na...

Apify List Webhooks

v1.0.0

List webhooks in your Apify account. Webhooks send HTTP requests when Actor runs succeed, fail, or other events occur. Returns webhook IDs, URLs, even...

Apify Resurrect Run

v1.0.0

Resurrect a finished Apify Actor run. This restarts the run from where it left off, preserving the existing dataset, key-value store, and request queu...

Apify Run Actor

v1.0.0

Run an Apify Actor (web scraper or automation). Pass the Actor ID and input parameters. The run starts asynchronously — use apify_get_run to poll stat...

Apify Run Task

v1.0.0

Run a saved Apify Actor task. Tasks have pre-configured input, memory, and timeout settings. Optionally pass run_input to override specific fields. Re...

Apify Search Store

v1.0.0

Search the Apify Store for pre-built Actors (web scrapers and automations). Find scrapers for specific websites or use cases like LinkedIn companies, ...

Apify Test Webhook

v1.0.0

Test an Apify webhook by sending a sample event dispatch to the webhook URL. Returns the dispatch result including HTTP status code from your endpoint...

Apify Update Schedule

v1.0.0

Update an existing Apify schedule. Change the cron expression, timezone, actions, or enable/disable the schedule. Only include fields you want to chan...

Apify Update Task

v1.0.0

Update an existing Apify Actor task. Change the name, input configuration, or run options. Only include fields you want to change.

Apify Update Webhook

v1.0.0

Update an existing Apify webhook. Change the URL, event types, conditions, payload template, or description. Only include fields you want to change.

Required Providers (1)

Apify

Analytics & Insights
Apify is a web scraping and automation platform for extracting data from websites at scale. Search the Apify Store for...

Setup Instructions

Connect this Apify Tools MCP Bundle Server to any MCP client in minutes

Compatible with Claude Desktop, Cursor, and all Model Context Protocol clients

https://mcp.mcpbundles.com/bundle/apify

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

⚡ Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Apify Tools?

Get started with this MCP Bundle Server and connect it to your MCP client

Apify Tools MCP Bundle Server - MCP Bundles • MCP Bundles