Loading...
npx @apify/actors-mcp-server --tools actors,docs,apify/rag-web-browser{
"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"
}
}
}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.
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.