MCP server for Olostep — the web scraping, crawling, and search infrastructure used by top AI companies. Gives any MCP-compatible AI agent the ability to scrape, crawl, batch-extract, and search the web in real time.
Standard I/O
Docker
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"olostep-mcp": {
"args": [
"index.js"
],
"command": "node"
}
}
}