@olostep mention.
Olostep is an official entry in Raycast’s MCP registry, so you can add it in a couple of clicks — no config files to edit.
Features
The Olostep MCP Server gives your Raycast AI access to Olostep’s core web data capabilities:Scrape Website
Extract content from any single URL as Markdown, HTML, JSON, or text — with JavaScript rendering and country targeting.
Search Web
Run a web search and get structured, parser-based results (titles, URLs, snippets).
Answers (AI)
Ask a natural-language question and get a web-grounded answer with cited sources and optional structured output.
Batch Scrape URLs
Process up to 10,000 URLs in a single parallel job — ideal for large-scale extraction.
Crawl Websites
Start from a URL, follow links, and scrape entire sites or sections automatically.
Map Site URLs
Discover every URL on a site without scraping — perfect for planning a crawl or batch job.
Before you start
- An Olostep API key: get one free, no credit card required. Your first 500 credits are included.
- Raycast installed, with Raycast AI available on your plan. MCP tools run through Raycast AI (AI Chat, Quick AI, and AI Commands).
Olostep supports two connection modes. The hosted endpoint (
https://mcp.olostep.com/mcp) uses an Authorization: Bearer YOUR_API_KEY header. The local stdio option (npx -y olostep-mcp) uses OLOSTEP_API_KEY as an environment variable. Pick one — mixing the two auth modes is the most common setup mistake.Installation
Get your API key
Copy your key from the Olostep dashboard. You’ll paste it into Raycast in the next step.
Install Olostep in Raycast (recommended)
Because Olostep is an official entry in Raycast’s MCP registry, the fastest path is one-click:
- Install the Model Context Protocol Registry extension from the Raycast Store (search “MCP” or “Model Context Protocol”).
- Run the Search Servers command, search for Olostep, and select it.
- Choose Install, then enter your Olostep API key when prompted.
Or add it manually
Prefer to set it up yourself? Open Raycast, run Install MCP Server (or Manage MCP Servers → Install New Server), and fill out the form with these values:
- Name:
olostep - Transport: HTTP
- URL:
https://mcp.olostep.com/mcp - HTTP Header:
Authorization→Bearer YOUR_API_KEY
⌘ / Ctrl + ↵).Prefer a local install? (stdio)
Prefer a local install? (stdio)
Choose Standard Input/Output as the transport instead, and use:
- Command:
npx - Arguments:
-y olostep-mcp - Environment:
OLOSTEP_API_KEY→YOUR_API_KEY
PATH, restart Raycast after updating your environment variables so the new values are picked up.Available tools
In Raycast you invoke tools in natural language —@-mention olostep, describe what you want, and Raycast AI picks the right tool. The examples below show typical prompts.
scrape_website
Extract content from a single URL in Markdown, HTML, JSON, or text. Handles JavaScript-rendered pages and supports country targeting and specialized parsers.search_web
Run a web search and return structured results for a query.answers
Get an AI-generated answer to a question, grounded in real web data and returned with cited sources. Ask for a specific shape to get structured output.batch_scrape_urls
Scrape a known list of URLs in one parallel job (up to 10,000). Runs asynchronously and returns a job you retrieve once it completes.create_crawl
Start from a URL, follow its links, and scrape matching pages across a whole site or section. Runs asynchronously.create_map
List every URL on a site without scraping content — useful for discovery before a crawl or batch job.Batch and crawl run asynchronously. Each kicks off a job and returns an ID, which Raycast retrieves with its companion tool (
get_batch_results, get_crawl_results). Together with get_webpage_content and get_website_urls, the server exposes 10 tools in total. See the Olostep MCP Server reference for the full list and parameters.Example workflows
Quick competitor research
From AI Chat, gather and synthesize web data in one prompt:Turn a page into clean notes
Save it as a reusable AI Command
Once Olostep is connected, you can bake a prompt into a one-press AI Command. For example, create a command named “Summarize URL” with the instruction:Troubleshooting
Server shows as Running but lists 0 tools
Server shows as Running but lists 0 tools
Your API key is invalid or rate-limited. Verify it in the Olostep dashboard. For the hosted endpoint, the header must be exactly
Authorization: Bearer YOUR_API_KEY — no quotes around the value and no extra spaces.Olostep doesn't appear after installing
Olostep doesn't appear after installing
Open Manage MCP Servers and check the server’s status. If it’s in an Error state, the details pane shows the full output from the server or transport. Re-check the URL/header (HTTP) or command/env (stdio), then use the Restart action.
Local (stdio) install won't start
Local (stdio) install won't start
Make sure Node.js 18+ is installed and on your
PATH. After installing or changing environment variables, fully restart Raycast so the new values are picked up. On Windows, ensure npx resolves in the shell Raycast launches.Hosted endpoint won't connect
Hosted endpoint won't connect
Confirm
https://mcp.olostep.com/mcp is reachable from your network (corporate proxies and firewalls can block it). If it’s blocked, switch to the local stdio install, which connects to api.olostep.com instead.Tool isn't being used in a response
Tool isn't being used in a response
Make sure you
@-mention olostep in the message (in AI Chat or Quick AI), and that the request clearly calls for web data. You can scope a question to the server by typing @ and selecting it.Learn more
Raycast
The Raycast launcher
Raycast MCP Manual
How Raycast connects and manages MCP servers
Olostep MCP Server
Full MCP setup, tool reference, and parameters
MCP Server Repository
Source, issues, and release notes
Related
Scrapes API
Full reference for the scrape endpoint
Batches API
How batch jobs work and how to retrieve results
Crawls API
Crawl configuration and result retrieval
Maps API
URL discovery and filtering options
Get started
Ready to bring live web data into Raycast?Get a free API key
Sign up and grab your Olostep API key — 500 credits included
Browse Raycast MCP servers
Find Olostep and other servers in the Raycast MCP registry
@olostep mention away.