The official MCP (Model Context Protocol) server for Olostep - web scraping, search, and AI-powered answers for AI agents and LLMs.
docker run -i --rm -e OLOSTEP_API_KEY="your-key" olostep/mcp-server
Get your free API key at olostep.com/auth
| Tool | Description |
|---|---|
scrape_website | Extract content from URLs (HTML, Markdown, JSON, Text) |
search_web | Web search with structured results |
answers | AI-powered answers with sources and citations |
batch_scrape_urls | Batch processing up to 10,000 URLs |
create_crawl | Autonomous website crawling |
create_map | Website URL discovery and mapping |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"olostep": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "OLOSTEP_API_KEY=YOUR_API_KEY",
"olostep/mcp-server"
]
}
}
}
Add an MCP server:
olostepcommanddocker run -i --rm -e OLOSTEP_API_KEY=your-key olostep/mcp-serverlatest - Latest stable releasev1.0.9 - Current versionISC License
Content type
Image
Digest
sha256:18f490ec7…
Size
65.6 MB
Last updated
3 months ago
docker pull olostep/mcp-server