Apify Mcp Server avatar
Apify Mcp Server

Under maintenance

Pricing

Pay per usage

Go to Store
Apify Mcp Server

Apify Mcp Server

Under maintenance

Developed by

Jakub Kopecký

Jakub Kopecký

Maintained by Community

0.0 (0)

Pricing

Pay per usage

0

Total users

3

Monthly users

3

Runs succeeded

0%

Last modified

a month ago

Actors to be exposed for an AI application (AI agent)

actorsarrayOptional

List Actors to be exposed to an AI application (AI agent) for communication via the MCP protocol.

Ensure the Actor definitions fit within the LLM context by limiting the number of used Actors.

Enable automatic loading of Actors based on context and use-case (experimental, check if it supported by your client) (deprecated, use enableAddingActors instead)

enableActorAutoLoadingbooleanOptional

When enabled, the server can dynamically add Actors as tools based on user requests and context.

Note: MCP client must support notification on tool updates. To try it, you can use the Tester MCP Client. This is an experimental feature and may require client-specific support.

Default value of this property is false

Enable adding Actors based on context and use-case (experimental, check if it supported by your client)

enableAddingActorsbooleanOptional

When enabled, the server can dynamically add Actors as tools based on user requests and context.

Note: MCP client must support notification on tool updates. To try it, you can use the Tester MCP Client. This is an experimental feature and may require client-specific support.

Default value of this property is false

Limit the maximum memory used by an Actor

maxActorMemoryBytesintegerOptional

Limit the maximum memory used by an Actor in bytes. This is important setting for Free plan users to avoid exceeding the memory limit.

Default value of this property is 4096

Debug Actor

debugActorstringOptional

Specify the name of the Actor that will be used for debugging in normal mode

Debug Actor input

debugActorInputobjectOptional

Specify the input for the Actor that will be used for debugging in normal mode