Give your AI editor real-time web access
About
Olostep is the most reliable and cost-effective web data API that lets companies, developers and AI agents scrape, crawl, and search the web at scale — returning clean markdown, screenshot, structured JSON, or AI-powered answers from any URL.
The Model Context Protocol (MCP) is an open standard by Anthropic that lets AI editors and agents call external tools natively. MCP-compatible clients include Cursor, Claude Desktop, and Windsurf.
Capabilities
Ground your AI on real-world facts, documentation, and events with live Google search results returned as structured JSON.
Retrieve the clean markdown content of any URL — including JavaScript-rendered pages — directly inside your AI conversation.
Extract and filter all URLs from any website to help your agent navigate large sites, find documentation, or map competitors.
Getting started
Add Olostep to MCP Server with a single config.
{
"mcpServers": {
"olostep-web": {
"command": "npx",
"args": ["-y", "olostep-mcp"],
"env": {
"OLOSTEP_API_KEY": "YOUR_API_KEY"
}
}
}
}Get your API key from the Olostep dashboard. Free tier includes 500 requests — no credit card required.
Use Cases
Let Cursor or Claude fetch the latest API documentation, changelogs, and GitHub READMEs on demand — so your coding assistant never works off stale context.
Build agents that autonomously search the web, pull structured content, and synthesize findings from multiple sources in a single session.
Let your AI monitor competitor websites, extract pricing pages, and summarize product updates without any manual copy-paste.
FAQ
What is the Olostep MCP Server?
The Olostep MCP Server is an implementation of the Model Context Protocol that exposes Olostep's web data capabilities — search, scraping, and URL discovery — as native tools your AI editor can call. It works with any MCP-compatible client including Cursor, Claude Desktop, and Windsurf.
How do I install the Olostep MCP Server in Cursor?
Open Cursor Settings, click MCP, then '+ Add new global MCP Server'. Paste the JSON configuration with your OLOSTEP_API_KEY. Save and refresh the MCP server list. Cursor will automatically use the Olostep tools when relevant to your task.
Does the MCP Server support JavaScript-rendered pages?
Yes. The get_webpage_content tool uses Olostep's full browser rendering pipeline, so dynamically loaded pages, single-page apps, and pages requiring JavaScript execution are fully supported.
Is the MCP Server open source?
Yes. The Olostep MCP Server is open source and available on GitHub at github.com/olostep/olostep-mcp-server. You can inspect the code, contribute, or self-host it.
What MCP clients does the Olostep server support?
The server supports any client that implements the Model Context Protocol specification, including Cursor, Claude Desktop, Windsurf, Cline, and any custom MCP-compatible agent framework.
500 free credits to get started — no credit card required. Full documentation available in the Olostep docs.
← Back to all integrations