- Watercrawl Mcp
Watercrawl Mcp
Overview
What is WaterCrawl MCP?
WaterCrawl MCP is a Model Context Protocol server designed for WaterCrawl, providing AI systems with web crawling, scraping, and search capabilities through a standardized interface.
How to use WaterCrawl MCP?
You can use WaterCrawl MCP directly without installation via npx by running the command: npx @watercrawl/mcp --api-key YOUR_API_KEY. You can also configure it with AI assistants like Codeium or Windsurf.
Key features of WaterCrawl MCP?
- Web crawling and scraping capabilities.
- Standardized interface for AI systems.
- Command-line options for configuration and usage.
- Tools for managing crawl and search requests.
Use cases of WaterCrawl MCP?
- Scraping content from web pages.
- Conducting web searches for specific queries.
- Managing and monitoring crawl requests in real-time.
FAQ from WaterCrawl MCP?
- Can I use WaterCrawl MCP without installation?
Yes! You can use it directly with npx.
- What is required to run WaterCrawl MCP?
You need a valid WaterCrawl API key.
- How can I contribute to the project?
You can fork the repository, create a feature branch, and submit a pull request.
Server Config
{
"mcpServers": {
"watercrawl": {
"command": "npx",
"args": [
"@watercrawl/mcp",
"--api-key",
"YOUR_API_KEY",
"--base-url",
"https://app.watercrawl.dev"
]
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
watercrawlStar
-Language
-License
-Tags