Sign inSign up

olostep/mcp-server

By olostep

•Updated 3 months ago

Image
0

1.7K

olostep/mcp-server repository overview

⁠Olostep MCP Server

Docker Pulls Docker Image Version

The official MCP (Model Context Protocol) server for Olostep⁠ - web scraping, search, and AI-powered answers for AI agents and LLMs.

⁠🚀 Quick Start

docker run -i --rm -e OLOSTEP_API_KEY="your-key" olostep/mcp-server

Get your free API key at olostep.com/auth⁠

⁠✨ Features

ToolDescription
scrape_websiteExtract content from URLs (HTML, Markdown, JSON, Text)
search_webWeb search with structured results
answersAI-powered answers with sources and citations
batch_scrape_urlsBatch processing up to 10,000 URLs
create_crawlAutonomous website crawling
create_mapWebsite URL discovery and mapping

⁠🔧 Usage with Claude Desktop

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"
      ]
    }
  }
}

⁠🔧 Usage with Cursor

Add an MCP server:

  • Name: olostep
  • Type: command
  • Command: docker run -i --rm -e OLOSTEP_API_KEY=your-key olostep/mcp-server

⁠📦 Tags

  • latest - Latest stable release
  • v1.0.9 - Current version

⁠📄 License

ISC License

Tag summary

Content type

Image

Digest

sha256:18f490ec7…

Size

65.6 MB

Last updated

3 months ago

docker pull olostep/mcp-server