Discover MCP servers. Connect your agent.
Web scraping and automation platform with 2,000+ ready-made scrapers (Actors). Extract data from any website, run automated workflows, and process results at scale.
https://github.com/apify/actor-mcp-server
stdio
api_key
10 tools
web-scrapingautomationdata-extractionactors
Registered 2026-02-17
Remote browser automation for AI agents. Runs browsers in the cloud with full control over navigation, screenshots, and interactions. Ideal for web scraping, testing, and automated workflows.
https://github.com/browserbase/mcp-server-browserbase
stdio
api_key
8 tools
browserautomationweb-scrapingcloud
Registered 2026-02-17
Web crawling and scraping with clean markdown output optimized for LLMs. Crawl entire sites, scrape individual pages, and get structured data ready for AI consumption.
https://github.com/mendableai/firecrawl-mcp-server
stdio
api_key
5 tools
web-scrapingcrawlingmarkdownllm-ready
Registered 2026-02-17
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'