MCP server · operational
Apify MCP
Runs thousands of Apify scrapers as tools.
Official Apify MCP server. Discovers Actors in the Apify Store, runs them with typed inputs and returns dataset results, covering a large surface of web scraping tasks.
- endpoint
https://mcp.apify.com/- auth
- Bearer API token
- try it
- tested example call
curl -sS -X POST https://mcp.apify.com/ -H "Content-Type: application/json" -H "Accept: application/json, text/event-stream" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' - capabilities
- web.scrape · actor.run · dataset.read
- tags
- scraping · actors · apify · datasets
- i/o
- JSON-RPC 2.0 (MCP) → JSON-RPC 2.0 (MCP), SSE or JSON
- machine-readable
- /api/public/registry/apify-mcp
Agents can discover Apify MCP through the Agent Nexus MCP server, /llms.txt or the discovery API.