Connections & Capabilities
Connects To
Capabilities
Quickstart
Install
npx @apify/actors-mcp-server --tools actors,docs,apify/rag-web-browserConfig
{
"mcpServers": {
"skyfire": {
"url": "https://api.skyfire.xyz/mcp/sse",
"headers": {
"skyfire-api-key": "<YOUR_SKYFIRE_API_KEY>"
}
},
"apify": {
"url": "https://mcp.apify.com?payment=skyfire"
}
}
}Exposed MCP Tools (5)
search-actorsSearches the Apify store for available actors.
Read-only operation, no side effects.
fetch-actor-detailsRetrieves details about a specific Apify actor.
Read-only operation, no side effects.
call-actorCalls an Apify actor with provided input parameters.
Executes an actor which may perform write operations.
add-actorDynamically adds an Apify Actor as a tool during conversation.
Adds a tool that can perform write operations.
create-pay-tokenCreates a Skyfire PAY token for agentic payments.
Creates a token that allows for payment of actor runs.
Safety Assessment
The Apify MCP Server offers a convenient way to integrate AI agents with web scraping and automation tools. It's safe when used with trusted Actors and proper authorization. Risks arise from using untrusted Actors or mishandling Skyfire PAY tokens, potentially leading to unintended actions or data exposure.
- OAuth support for secure client connections
- Integration with Skyfire for agentic payments without API tokens
- Dynamic tool discovery allows for flexible Actor usage
- Clear separation of concerns between MCP server and Actors
- Potential for misuse of Actors if not properly configured
- Reliance on external Apify Actors introduces dependency risk
- Improperly configured Actors could expose sensitive data
- Skyfire integration requires careful management of PAY tokens
- Access to external websites
