MCP Apify
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APIFY_API_TOKEN | Yes | Your Apify API token, which can be obtained from the Apify Console (https://console.apify.com/settings/integrations). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_user_infoB | Get information about the current authenticated user |
| list_actorsC | Get list of actors. Returns actors created or used by the user. |
| get_actorB | Get details of a specific actor including versions, builds, and runs info. |
| list_actor_runsC | Get list of runs for a specific actor. |
| list_user_runsC | Get list of all runs for the current user across all actors. |
| get_runC | Get details of a specific run including status, stats, and storage IDs. |
| get_last_runC | Get the last run of an actor. |
| run_actorC | Start a new run of an actor with optional input and configuration. |
| abort_runC | Abort a running actor execution. |
| resurrect_runC | Resurrect a finished run to continue processing. |
| get_run_logC | Get the log output of a run. |
| list_tasksC | Get list of actor tasks (saved actor configurations). |
| get_taskC | Get details of a specific task including its input configuration. |
| run_taskC | Run a task with optional input override. |
| list_task_runsB | Get list of runs for a specific task. |
| get_task_last_runC | Get the last run of a task. |
| list_datasetsC | Get list of datasets. |
| get_datasetC | Get details of a specific dataset. |
| get_dataset_itemsC | Get items from a dataset. |
| get_run_dataset_itemsC | Get items from a run's default dataset. |
| list_key_value_storesC | Get list of key-value stores. |
| get_key_value_storeB | Get details of a specific key-value store. |
| list_keysC | List keys in a key-value store. |
| get_recordC | Get a record from a key-value store. |
| get_run_outputC | Get the OUTPUT record from a run's default key-value store. |
| list_schedulesB | Get list of schedules for automatic actor/task execution. |
| get_scheduleC | Get details of a specific schedule. |
| get_schedule_logC | Get the execution log of a schedule. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fvegah/mcp-apify'
If you have feedback or need assistance with the MCP directory API, please join our Discord server