Give your AI editor real-time web access
Olostep adds these capabilities to MCP Server out of the box.
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.
Connect Olostep to MCP Server in minutes.
{
"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.
Real-world use cases for Olostep + MCP Server.
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.
Common questions about using Olostep with 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.
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.
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.
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.
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