8 months ago
Bridge the gap between your web crawler and AI language models using Model Context Protocol (MCP). With mcp-server-webcrawl, your AI client filters and analyzes web content under your direction or autonomously, extracting insights from your web content. Support for WARC, wget, InterroBot, Katana, and SiteOne crawlers is available out of the gate. The server includes a full-text search interface with boolean support, resource filtering by type, HTTP status, and more.
Server Config
{
"mcpServers": {
"webcrawl": {
"command": "mcp-server-webcrawl",
"args": [
"--crawler",
"wget",
"--datasrc",
"/path/to/wget/archives/"
]
}
}
}