olostep-mcp-server
Verified Safeby olostep
Overview
Provides an interface for AI agents and LLMs to perform web scraping, content extraction in various formats (HTML, Markdown, JSON, Plain Text), autonomous site crawling, URL discovery, and AI-powered web searches and answers.
Installation
env OLOSTEP_API_KEY=your-api-key npx -y olostep-mcpEnvironment Variables
- OLOSTEP_API_KEY
- ORBIT_KEY
Security Notes
The server functions primarily as a proxy to the external Olostep API. It robustly handles API key authentication via environment variables (OLOSTEP_API_KEY, ORBIT_KEY) passed in Authorization headers. Input parameters are validated using Zod schemas, mitigating common injection risks. All external API calls are wrapped in try-catch blocks for error handling. No 'eval', direct arbitrary filesystem access, or other obvious code execution vulnerabilities were identified within the provided source code. Its design using StdioServerTransport suggests an intention for sandboxed execution environments.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.
scrapegraph-mcp
Provides AI-powered web scraping, structured data extraction, multi-page crawling, and agentic automation capabilities for language models.