Actors MCP Server avatar

Actors MCP Server

Try for free

No credit card required

Go to Store
Actors MCP Server

Actors MCP Server

apify/actors-mcp-server
Try for free

No credit card required

Connect Apify Actors to AI applications (AI Agents) using Anthropic's Model Context Protocol (MCP). This MCP server provides integration of any Apify Actor through the MCP framework.

Do you want to learn more about this Actor?

Get a demo

Actor uses Standby mode

Beta

The Standby mode is a new, lightweight method for using Actors. Instead of starting an Actor for each input and waiting for results, the Actor remains ready in the background to handle arbitrary HTTP requests, just like any web or API server.

Read more

Actor URL

Send a HTTP request to the this URL, and wait for the response. To call the Actor, you need to have an Apify account. Replace <YOUR_API_TOKEN> with your API token, which you can find under Settings > Integrations in Apify Console.Learn more.

To view the specific endpoint of this Actor, go to README.

https://actors-mcp-server.apify.actor?token=<YOUR_API_TOKEN>

Max requests per run

maxRequestsPerActorRunnumber

The maximum number of concurrent HTTP requests a single standby Actor run can accept. If this limit is exceeded, the system starts a new Actor run to handle the request, which will take a few seconds.

Default value of this property is 10000

Desired requests per run

desiredRequestsPerActorRunnumber

The desired number of concurrent HTTP requests a single standby Actor run can handle. If this limit is exceeded, the system preemptively starts a new Actor run to handle additional requests.

Default value of this property is 100

Memory (MB)

memoryMbytesnumber

The amount of memory (RAM) allocated for the Actor standby run, in megabytes. With more memory, the Actor can typically handle more requests in parallel, but the number of compute units consumed and the cost also grow.

Default value of this property is 128

Idle timeout (seconds)

idleTimeoutSecsnumber

If a standby Actor run doesn’t receive any HTTP requests in this amount of time, the system will finish the run. When a new request comes, the system might need to start a new standby Actor run to handle it, which will take a few seconds. Higher idle timeout increases the responsiveness but increases the costs as the Actor needs to keep running longer.

Default value of this property is 600

Build

buildenum

Build version of the Actor that will be used for the standby run.

Default value of this property is "version-0"

Developer
Maintained by Apify

Actor Metrics

  • 1 monthly user

  • 1 star

  • 20% runs succeeded

  • Created in Jan 2025

  • Modified a day ago