SOLFIND
Web Lens
Portal home

MCP Registry | Apify · GitHub

https://github.com/mcp/com.apify/apify-mcp-server • 355 KB fetched
Open original page


MCP Registry | Apify · GitHub Skip to content Navigation Menu Sign in Appearance settings * Platform * AI CODE CREATION * GitHub Copilot Write better code with AI * GitHub Copilot app Direct agents from issue to merge * MCP Registry Integrate external tools * DEVELOPER WORKFLOWS * Actions Automate any workflow * Codespaces Instant dev environments * Issues Plan and track work * Code Review Manage code changes * Code Quality Enforce quality at merge * APPLICATION SECURITY * GitHub Advanced Security Find and fix vulnerabilities * Code security Secure your code as you build * Secret protection Stop leaks before they start * EXPLORE * Why GitHub * Documentation * Blog * Changelog * Marketplace View all features * Solutions * BY COMPANY SIZE * Enterprises * Small and medium teams * Startups * Nonprofits * BY USE CASE * App Modernization * DevSecOps * DevOps * CI/CD * View all use cases * BY INDUSTRY * Healthcare * Financial services * Manufacturing * Government * View all industries View all solutions * Resources * EXPLORE BY TOPIC * AI * Software Development * DevOps * Security * View all topics * EXPLORE BY TYPE * Customer stories * Events & webinars * Ebooks & reports * Business insights * GitHub Skills * SUPPORT & SERVICES * Documentation * Customer support * Community forum * Trust center * Partners View all resources * Open Source * COMMUNITY * GitHub Sponsors Fund open source developers * PROGRAMS * Security Lab * Maintainer Community * GitHub Stars * Archive Program * REPOSITORIES * Topics * Trending * Collections * Enterprise * ENTERPRISE SOLUTIONS * Enterprise platform AI-powered developer platform * AVAILABLE ADD-ONS * GitHub Advanced Security Enterprise-grade security features * Copilot for Business Enterprise-grade AI features * Premium Support Enterprise-grade 24/7 support * Pricing Search / Sign in Sign up Appearance settings You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert * MCP registry * Apify Apify By apify · 6,394 Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡ Install MCP server mcp.apify.com The Apify Model Context Protocol (MCP) server at mcp.apify.com enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, and any other website using thousands of ready-made scrapers, crawlers, and automation tools from Apify Store . It supports OAuth, allowing you to connect from clients like Claude.ai or Visual Studio Code using just the URL. 🚀 Use the hosted Apify MCP Server! For the best experience, connect your AI assistant to our hosted server at https://mcp.apify.com . The hosted server supports the latest features - including output schema inference for structured Actor results - that are not available when running locally via stdio. ⚠️ Legacy SSE transport removed. The https://mcp.apify.com/sse endpoint has been removed in favor of Streamable HTTP. Migrate your client to https://mcp.apify.com — drop the /sse suffix from your configuration. 💰 The server also supports agentic payments : buy a token from AGI to run any Actor, or pay per-request via direct x402 (Pay Per Event Actors only) or Skyfire . Apify MCP Server is compatible with Claude Code, Claude.ai, Cursor, VS Code and any client that adheres to the Model Context Protocol. Check out the MCP clients section for more details or visit the MCP configuration page . Table of Contents * 🌐 Introducing Apify MCP Server * 🚀 Quickstart * 🤖 MCP clients * 🪄 Try Apify MCP instantly * 💰 Agentic payments * How agentic payments work * 🪙 AGI (recommended) * 💸 Direct x402 * 🔥 Skyfire * 🛠️ Tools, resources, and prompts * 📊 Telemetry * 💬 Usage examples * 🐛 Troubleshooting * ⚙️ Development * 🔒 Privacy policy * 🤝 Contributing * 📚 Learn more 🌐 Introducing Apify MCP Server The Apify MCP Server allows an AI assistant to use any Apify Actor as a tool to perform a specific task. For example, it can: * Use Facebook Posts Scraper to extract data from Facebook posts from multiple pages/profiles. * Use Google Maps Email Extractor to extract contact details from Google Maps. * Use Google Search Results Scraper to scrape Google Search Engine Results Pages (SERPs). * Use Instagram Scraper to scrape Instagram posts, profiles, places, photos, and comments. * Use RAG Web Browser to search the web, scrape the top N URLs, and return their content. * Use Web Fetch to fetch any URL and return its content as Markdown, plain text, HTML, or links — with JavaScript rendering and anti-bot protection. Video tutorial: Integrate 8,000+ Apify Actors and Agents with Claude 🚀 Quickstart You can use the Apify MCP Server in two ways: HTTPS Endpoint (mcp.apify.com) : Connect from your MCP client via OAuth or by including the Authorization: Bearer <APIFY_TOKEN> header in your requests. This is the recommended method for most use cases. Because it supports OAuth, you can connect from clients like Claude.ai or Visual Studio Code using just the URL: https://mcp.apify.com . * https://mcp.apify.com streamable transport Standard Input/Output (stdio) : Ideal for local integrations and command-line tools like the Claude for Desktop client. * Set the MCP client server command to npx @apify/actors-mcp-server and the APIFY_TOKEN environment variable to your Apify API token. * See npx @apify/actors-mcp-server --help for more options. You can find detailed instructions for setting up the MCP server in the Apify documentation . 🤖 MCP clients Apify MCP Server is compatible with any MCP client that adheres to the Model Context Protocol , but the level of support for dynamic tool discovery and other features may vary between clients. To interact with the Apify MCP Server, you can use clients such as Claude Desktop , Visual Studio Code , or Apify Tester MCP Client . Visit mcp.apify.com to configure the server for your preferred client. Tested clients * Claude Desktop * Claude.ai (web) * ChatGPT * VS Code (Genie) * Cursor * OpenCode * Kiro * Apify Tester MCP Client — designed for testing Apify MCP servers 🪄 Try Apify MCP instantly Want to try Apify MCP without any setup? Check out Apify Tester MCP Client This interactive, chat-like interface provides an easy way to explore the capabilities of Apify MCP without any local setup. Sign in with your Apify account and start experimenting with web scraping, data extraction, and automation tools! Or use the MCP bundle file (formerly known as Anthropic Desktop extension file, or DXT) for one-click installation: Apify MCP Server MCPB file 💰 Agentic payments You can pay for Actor runs without an Apify API token using AGI , direct x402 , or Skyfire . * AGI ( agi.apify.com ) mints a prepaid Apify API token in exchange for an x402 or MPP payment. Use the token like a normal API token against mcp.apify.com and api.apify.com — works for any Actor, not just Pay Per Event ones. Recommended for new integrations; see AGI (recommended) below. * Direct x402 pays with USDC on Base per request and does not require a separate platform account. It is fully supported by mcpc ( brew install apify/tap/mcpc or npm install -g @apify/mcpc ). We use mcpc because it is one of the few MCP clients that supports the latest features and the x402 protocol natively. * Skyfire pays with PAY tokens and requires a Skyfire account with a funded wallet. It does not require a special MCP client; the entire payment flow is handled directly through the MCP tool call parameters. ℹ️ Scope: Both direct x402 and Skyfire are limited to Pay Per Event Actors, don't support Standby Actors, and settle per run instead of minting a token. How agentic payments work Actor run costs vary, so both payment methods use a prepaid balance model. The payment flow happens in four steps: * Discovery : The agent discovers Actors with search-actors or fetch-actor-details . Those calls are free. * Prepayment : Before running a paid Actor tool, the agent funds a prepaid balance. * Direct x402 : mcpc automatically signs a $1.00 USDC transaction. * Skyfire : The agent creates a PAY token (minimum $5.00) using Skyfire's create-pay-token tool. * Execution : The agent calls the Actor tool. * Direct x402 : Handled automatically by mcpc using the prepaid balance. * Skyfire : The agent explicitly passes the PAY token in the skyfire-pay-id input property. * Resolution : The tool returns the Actor results. Unused funds stay available for later runs. * Direct x402 : After 60 minutes of inactivity, the server refunds any unused balance to the wallet on Base . * Skyfire : Skyfire returns unused funds when the token expires. 🪙 AGI (recommended) AGI (Apify Agent General Interface) is the recommended way for autonomous agents to pay for Apify usage without an account. Pay once via x402 or MPP, receive a prepaid, spend-capped Apify API token, and use it directly against mcp.apify.com and api.apify.com ( Authorization: Bearer <token> ) — for any Actor. Full protocol, supported payment methods, and current terms (minimum amount, token lifetime, refund policy) are documented at agi.apify.com/AGENTS.md — treat it as the single source of truth. 💸 Direct x402 The x402 protocol enables direct, machine-to-machine payments. Your MCP client can use it to pay for Actor runs with USDC on the Base blockchain , completely bypassing the need for an Apify API token. Prerequisites * A wallet with USDC on Base mainnet. Setup Create or import a wallet: # Create a new wallet mcpc x402 init # Import an existing wallet mcpc x402 import < private-key > # Show the wallet address and a funding QR code, so you can fund it with USDC on Base (https://base.org) mcpc x402 Connect to the server with x402 enabled: mcpc connect " mcp.apify.com?payment=x402 " @apify --x402 You can now call a paid tool: mcpc @apify tools-call call-actor actor:= " apify/rag-web-browser " input:= ' {"query": "latest AI news"} ' 🔥 Skyfire Skyfire provides managed payment infrastructure for AI agents. Instead of authenticating with an Apify API token, your agent passes a Skyfire payment token to cover the cost of each tool call using PAY tokens. Prerequisites * A Skyfire account with a funded wallet. * An MCP client that supports multiple servers, such as Claude Desktop, OpenCode, or VS Code. Setup Configure the Skyfire MCP server and the Apify MCP Server in your client. Add payment=skyfire to the Apify server URL: { "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 " } } } See the Skyfire integration documentation for setup details. The Agentic Payments with Skyfire post provides additional background. 🛠️ Tools, resources, and prompts The MCP server provides a set of tools for interacting with Apify Actors. Since Apify Store is large and growing rapidly, the MCP server provides a way to dynamically discover and use new Actors. Actors Any Apify Actor can be used as a tool. By default, the server is pre-configured with two Actors, apify/rag-web-browser and apify/web-fetch , and several helper tools. The MCP server loads an Actor's input schema and creates a corresponding MCP tool. This allows the AI agent to know exactly what arguments to pass to the Actor and what to expect in return. For example, for the apify/rag-web-browser Actor, the input parameters are: { "query" : " restaurants in San Francisco " , "maxResults" : 3 } You don't need to manually specify which Actor to call or its input parameters; the LLM handles this automatically. When a tool is called, the arguments are automatically passed to the Actor by the LLM. You can refer to the specific Actor's documentation for a list of available arguments. Helper tools One of the most powerful features of using MCP with Apify is dynamic tool discovery. It allows an AI agent to find new tools (Actors) as needed and incorporate them. Here are some special MCP operations and how the Apify MCP Server supports them: * Apify Actors : Search for Actors, view their details, and use them as tools for the AI. * Apify documentation : Search the Apify documentation and fetch specific documents to provide context to the AI. * Actor runs : Get lists of your Actor runs, inspect their details, and retrieve logs. * Apify storage : Access data from your datasets and key-value stores. * Actor tasks : Create, inspect, and update your saved Actor tasks, and publish or unpublish their public landing pages. Overview of available tools Here is an overview list of all the tools provided by the Apify MCP Server. Legend for the Enabled by default column: * ✅ — in the default tool set. * ⚡ — auto-injected when call-actor , an Actor tool, or get-actor-run is present (which is true in the default configuration). * ✅¹ — served by default, but only when telemetry is enabled and the client is not withheld: Anthropic surfaces (Claude.ai / Claude Desktop / Claude Code) or local-agent-mode-apify . To disable, pass an explicit tools= list that omits it. Tool name Category Description Enabled by default search-actors actors Search for Actors in Apify Store. ✅ fetch-actor-details actors Retrieve detailed information about a specific Actor, including its input schema, README (summary when available, full otherwise), pricing, and Actor output schema. ✅ call-actor actors Call an Actor and get its run results. Use fetch-actor-details first to get the Actor's input schema. ✅ get-actor-run runs Get detailed information about a specific Actor run. ⚡ get-dataset-items storage Retrieve items from a dataset with support for filtering and pagination. ⚡ get-key-value-store-record storage Get the value associated with a specific key in a key-value store. ⚡ abort-actor-run runs Abort a running Actor run, optionally gracefully. ⚡ search-apify-docs docs Search the Apify documentation for relevant pages. ✅ fetch-apify-docs docs Fetch the full content of an Apify documentation page by its URL. ✅ apify--rag-web-browser Actor (see tool configuration ) An Actor tool to browse the web. ✅ apify--web-fetch Actor (see tool configuration ) An Actor tool to fetch a URL and return its content. ✅ report-problem dev Report a problem with an Apify tool or Actor to the Apify team. ✅¹ get-actor-run-list runs Get a list of an Actor's runs, filterable by status. get-actor-log runs Retrieve the logs for a specific Actor run. get-dataset storage Get metadata about a specific dataset. get-dataset-schema storage Generate a JSON schema from dataset items. get-key-value-store storage Get metadata about a specific key-value store. get-key-value-store-keys storage List the keys within a specific key-value store. get-dataset-list storage List all available datasets for the user. get-key-value-store-list storage List all available key-value stores for the user. create-actor-task tasks Create a saved Actor task (a named, reusable Actor configuration). get-actor-task tasks Get a saved Actor task, its publication state and public display configuration. update-actor-task tasks Update a task's input, run options, or public display configuration. publish-actor-task tasks Publish a task on its public landing page. unpublish-actor-task tasks Unpublish a task from its public landing page. Note: When call-actor , an Actor tool, or get-actor-run is present, the server auto-injects get-actor-run , get-dataset-items , get-key-value-store-record , and abort-actor-run . When you call an Actor — through call-actor or directly via an Actor tool (e.g., apify--rag-web-browser ) — the response contains run metadata, storage IDs, and a summary + nextStep , but no dataset items. To fetch items, follow nextStep and call get-dataset-items (auto-injected), passing the datasetId returned from the call. Tool annotations All tools include metadata annotations to help MCP clients and LLMs understand tool behavior: * title : Short display name for the tool (e.g., "Search Actors", "Call Actor", "apify/rag-web-browser") * readOnlyHint : true for tools that only read data without modifying state (e.g., get-dataset , fetch-actor-details ) * openWorldHint : true for tools that access external resources outside the Apify platform (e.g., call-actor executes external Actors). Tools that interact only with the Apify platform (like search-actors or fetch-apify-docs ) do not have this hint. Tools configuration The tools configuration parameter is used to specify loaded tools – either categories or specific tools directly, and Apify Actors. For example, tools=storage,runs loads two categories; tools=call-actor loads just one tool. When no query parameters are provided, the MCP server loads the following tools by default: * actors * docs * apify/rag-web-browser * apify/web-fetch If the tools parameter is specified, only the listed tools or categories will be enabled – no default tools will be included. report-problem is served by default (subject to the gating in the footnote above) but lives in the dev category, so an explicit tools=dev selects it too. To disable it, pass an explicit tools= list that omits it (e.g. tools=actors,docs ). Easy configuration: Use the UI configurator to configure your server, then copy the configuration to your client. Configuring the hosted server: The hosted server can be configured using query parameters in the URL. For example, to load the default tools, use: https://mcp.apify.com?tools=actors,docs,apify/rag-web-browser,apify/web-fetch For minimal configuration, if you want to use only a single Actor tool - without any discovery or generic calling tools, the server can be configured as fo

Links found on this page

  1. Skip to content [direct]
  2. Sign in [direct]
  3. GitHub Copilot Write better code with AI [direct]
  4. GitHub Copilot app Direct agents from issue to merge [direct]
  5. MCP Registry Integrate external tools [direct]
  6. Actions Automate any workflow [direct]
  7. Codespaces Instant dev environments [direct]
  8. Issues Plan and track work [direct]
  9. Code Review Manage code changes [direct]
  10. Code Quality Enforce quality at merge [direct]
  11. GitHub Advanced Security Find and fix vulnerabilities [direct]
  12. Code security Secure your code as you build [direct]
  13. Secret protection Stop leaks before they start [direct]
  14. Why GitHub [direct]
  15. Documentation [direct]
  16. Blog [direct]
  17. Changelog [direct]
  18. Marketplace [direct]
  19. View all features [direct]
  20. Enterprises [direct]
  21. Small and medium teams [direct]
  22. Startups [direct]
  23. Nonprofits [direct]
  24. App Modernization [direct]
  25. DevSecOps [direct]
  26. DevOps [direct]
  27. CI/CD [direct]
  28. View all use cases [direct]
  29. Healthcare [direct]
  30. Financial services [direct]
  31. Manufacturing [direct]
  32. Government [direct]
  33. View all industries [direct]
  34. View all solutions [direct]
  35. AI [direct]
  36. Software Development [direct]
  37. DevOps [direct]
  38. Security [direct]
  39. View all topics [direct]
  40. Customer stories [direct]
  41. Events & webinars [direct]
  42. Ebooks & reports [direct]
  43. Business insights [direct]
  44. GitHub Skills [direct]
  45. Customer support [direct]
  46. Community forum [direct]
  47. Trust center [direct]
  48. Partners [direct]
  49. View all resources [direct]
  50. GitHub Sponsors Fund open source developers [direct]
  51. Security Lab [direct]
  52. Maintainer Community [direct]
  53. GitHub Stars [direct]
  54. Archive Program [direct]
  55. Topics [direct]
  56. Trending [direct]
  57. Collections [direct]
  58. Copilot for Business Enterprise-grade AI features [direct]
  59. Premium Support Enterprise-grade 24/7 support [direct]
  60. Pricing [direct]
  61. Sign up [direct]
  62. apify [direct]
  63. mcp.apify.com [direct]
  64. Apify Store [direct]
  65. Facebook Posts Scraper [direct]
  66. Google Maps Email Extractor [direct]
  67. Google Search Results Scraper [direct]
  68. Instagram Scraper [direct]
  69. RAG Web Browser [direct]
  70. Web Fetch [direct]
  71. Claude.ai [direct]
  72. Visual Studio Code [direct]
  73. Apify documentation [direct]
  74. Model Context Protocol [direct]
  75. Claude Desktop [direct]
  76. Apify Tester MCP Client [direct]
  77. Claude Desktop [direct]
  78. ChatGPT [direct]
  79. Kiro [direct]
  80. Apify MCP Server MCPB file [direct]