Skip to main content
Glama

olostep-mcp

Olostep MCP サーバー

Olostepと統合することで、Webスクレイピング、コンテンツ抽出、検索機能を実現するモデルコンテキストプロトコル(MCP)サーバー実装です。Olostep MCPサーバーをセットアップするには、APIキーが必要です。APIキーは、 Olostepのウェブサイトでサインアップすることで取得できます。

特徴

  • クリーンなマークダウンフォーマットによるWebページコンテンツの抽出
  • 構造化データ抽出によるGoogle検索結果
  • ウェブサイトのURLの検出とマッピング
  • 地域ターゲティングコンテンツに対する国別のリクエストルーティング
  • JavaScript を多用するウェブサイトの待機時間を設定可能
  • 包括的なエラー処理とレポート
  • シンプルなAPIキー設定

インストール

npxで実行

env OLOSTEP_API_KEY=your-api-key npx -y olostep-mcp

手動インストール

npm install -g olostep-mcp

Claude Desktopで実行中

これをclaude_desktop_config.jsonに追加します:

{ "mcpServers": { "mcp-server-olostep": { "command": "npx", "args": ["-y", "olostep-mcp"], "env": { "OLOSTEP_API_KEY": "YOUR_API_KEY_HERE" } } } }

または、より簡単な方法として、デバイスのターミナルで次のコードを実行して、Smithery CLI経由でインストールすることもできます。

npx -y @smithery/cli install @olostep/olostep-mcp-server --client claude

ウィンドサーフィンで走る

これを./codeium/windsurf/model_config.jsonに追加します:

{ "mcpServers": { "mcp-server-olostep": { "command": "npx", "args": ["-y", "olostep-mcp"], "env": { "OLOSTEP_API_KEY": "YOUR_API_KEY_HERE" } } } }

カーソル上で実行

カーソルで Olostep MCP を構成するには:

  1. カーソル設定を開く
  2. 機能 > MCPサーバーへ移動
  3. 「+新しいMCPサーバーを追加」をクリックします
  4. 以下を入力してください:
    • 名前: 「olostep-mcp」(またはお好みの名前)
    • タイプ:「コマンド」
    • コマンド: env OLOSTEP_API_KEY=your-api-key npx -y olostep-mcp

your-api-key Olostep API キーに置き換えます。

構成

環境変数

  • OLOSTEP_API_KEY : Olostep APIキー(必須)

利用可能なツール

1. Webページのコンテンツを取得する( get_webpage_content

JavaScript レンダリングをサポートするクリーンなマークダウン形式で Web ページ コンテンツを取得します。

{ "name": "get_webpage_content", "arguments": { "url_to_scrape": "https://example.com", "wait_before_scraping": 1000, "country": "US" } }
パラメータ:
  • url_to_scrape : スクレイピングするウェブページのURL(必須)
  • wait_before_scraping : スクレイピングを開始する前に待機する時間(ミリ秒)(デフォルト:0)
  • country : リクエストをロードする居住国(例:US、CA、GB)(オプション)
応答:
{ "content": [ { "type": "text", "text": "# Example Website\n\nThis is the markdown content of the webpage..." } ] }

2. ウェブサイトの URL を取得する ( get_website_urls )

クエリとの関連性に基づいて並べ替えられた、Web サイトから関連する URL を検索して取得します。

{ "name": "get_website_urls", "arguments": { "url": "https://example.com", "search_query": "your search term" } }
パラメータ:
  • url : マップするウェブサイトのURL(必須)
  • search_query : URLを並べ替える検索クエリ(必須)
応答:
{ "content": [ { "type": "text", "text": "Found 42 URLs matching your query:\n\nhttps://example.com/page1\nhttps://example.com/page2\n..." } ] }

Google 検索結果から構造化データを取得します。

{ "name": "google_search", "arguments": { "query": "your search query", "country": "US" } }
パラメータ:
  • query : 実行する検索クエリ(必須)
  • country : ローカライズされた結果の国コード(例:US、GB)(デフォルト:"US")
回答には以下が含まれます:
  • タイトル、リンク、スニペットを含むオーガニック検索結果
  • 利用可能な場合のナレッジグラフデータ
  • 関連する質問(他のユーザーも質問しています)
  • 関連検索
  • リッチスニペットやその他の構造化データ

エラー処理

サーバーは堅牢なエラー処理を提供します。

  • APIの問題に関する詳細なエラーメッセージ
  • ネットワークエラー報告
  • 認証失敗の処理
  • レート制限情報

エラー応答の例:

{ "isError": true, "content": [ { "type": "text", "text": "Olostep API Error: 401 Unauthorized. Details: {\"error\":\"Invalid API key\"}" } ] }

ライセンス

ISCライセンス

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Googleや個々のウェブサイトを検索し、コンテンツをスクレイピングします。高速かつ費用対効果に優れています。⚡️

  1. 特徴
    1. インストール
      1. npxで実行
      2. 手動インストール
      3. Claude Desktopで実行中
      4. ウィンドサーフィンで走る
      5. カーソル上で実行
    2. 構成
      1. 環境変数
    3. 利用可能なツール
      1. Webページのコンテンツを取得する( get_webpage_content )
      2. ウェブサイトの URL を取得する ( get_website_urls )
      3. Google 検索 ( google_search )
    4. エラー処理
      1. ライセンス

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          Provides access to Marginalia Search for discovering non-commercial and independent web content, returning unique sites with URLs, titles, and descriptions.
          Last updated -
          1
          1
          JavaScript
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          Enables search capabilities using a Google Custom Search Engine, allowing users to input a search term and retrieve search result titles, links, and snippets, while facilitating integration with other tools for content extraction and advanced search strategies.
          Last updated -
          1
          13
          Python
          The Unlicense
        • -
          security
          -
          license
          -
          quality
          Allows you to search the web using DuckDuckGo and optionally fetch and summarize content from search results.
          Last updated -
          Python
        • -
          security
          -
          license
          -
          quality
          Enables free web searching using Google search results with no API keys required, returning structured results with titles, URLs, and descriptions.
          Last updated -
          6

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/olostep/olostep-mcp-server'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server