1.0.4 • Published 11 months ago

olostep-mcp v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Olostep MCP Server

A powerful MCP (Machine Control Protocol) server that provides web scraping and content extraction capabilities for AI assistants.

Installation

Install and run the server using npx:

env OLOSTEP_API_KEY=<key> npx -y olostep-mcp

Compatibility

The Olostep MCP server is compatible with all major AI coding assistants including:

  • Windsurf
  • Cursor
  • Claude Desktop
  • And more!

Available Tools

The server provides two powerful tools for web interaction:

1. Get Webpage Content

Retrieves webpage content in markdown format.

Parameters:

  • url_to_scrape: The URL of the webpage to scrape
  • country (optional): Residential country to load the request from (e.g., US, CA, GB)
  • wait_before_scraping (optional): Time to wait in milliseconds before starting the scrape

2. Get Website Map

Retrieves a list of URLs from a website sorted by relevance to a search query.

Parameters:

  • url: The URL of the website to map
  • search_query: The search query to sort URLs by

3. Google Search Results

Retrieves structured data from Google search results using the SERP API.

Parameters:

  • query: The search query
  • country (optional): Country code for localized results (e.g., US, GB)

Response includes:

  • Organic search results with titles, links, and snippets
  • Knowledge graph data when available
  • Related questions (People Also Ask)
  • Related searches
  • Rich snippets and other structured data

Development

npm ci
npm run build
npm publish
1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago